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
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],
0
0
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