An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization

chore: update docs module groupings

ovyerus.com 1efe86c0 bf7ce3f6

verified
+4 -2
+4 -2
mix.exs
··· 67 groups_for_modules: [ 68 "Data types": [Atex.AtURI, Atex.DID, Atex.Handle, Atex.NSID, Atex.TID], 69 XRPC: ~r/^Atex\.XRPC/, 70 - OAuth: [Atex.Config.OAuth, Atex.OAuth, Atex.OAuth.Plug], 71 Lexicons: ~r/^Atex\.Lexicon/, 72 - Identity: [Atex.Config.IdentityResolver, ~r/^Atex\.IdentityResolver/] 73 ] 74 ] 75 end
··· 67 groups_for_modules: [ 68 "Data types": [Atex.AtURI, Atex.DID, Atex.Handle, Atex.NSID, Atex.TID], 69 XRPC: ~r/^Atex\.XRPC/, 70 + PLC: [Atex.PLC, Atex.PLC.DIDDocument], 71 + OAuth: [Atex.Config.OAuth, ~r/^Atex\.OAuth/], 72 + Identity: [Atex.Config.IdentityResolver, ~r/^Atex\.IdentityResolver/], 73 Lexicons: ~r/^Atex\.Lexicon/, 74 + "Implementation details": [Atex.Base32Sortable, Atex.Peri] 75 ] 76 ] 77 end