tangled
alpha
login
or
join now
comet.sh
/
atex
23
fork
atom
An Elixir toolkit for the AT Protocol.
hexdocs.pm/atex
elixir
bluesky
atproto
decentralization
23
fork
atom
overview
issues
pulls
pipelines
chore: update docs module groupings
ovyerus.com
1 week ago
1efe86c0
bf7ce3f6
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+4
-2
1 changed file
expand all
collapse all
unified
split
mix.exs
+4
-2
mix.exs
···
67
67
groups_for_modules: [
68
68
"Data types": [Atex.AtURI, Atex.DID, Atex.Handle, Atex.NSID, Atex.TID],
69
69
XRPC: ~r/^Atex\.XRPC/,
70
70
-
OAuth: [Atex.Config.OAuth, Atex.OAuth, Atex.OAuth.Plug],
70
70
+
PLC: [Atex.PLC, Atex.PLC.DIDDocument],
71
71
+
OAuth: [Atex.Config.OAuth, ~r/^Atex\.OAuth/],
72
72
+
Identity: [Atex.Config.IdentityResolver, ~r/^Atex\.IdentityResolver/],
71
73
Lexicons: ~r/^Atex\.Lexicon/,
72
72
-
Identity: [Atex.Config.IdentityResolver, ~r/^Atex\.IdentityResolver/]
74
74
+
"Implementation details": [Atex.Base32Sortable, Atex.Peri]
73
75
]
74
76
]
75
77
end