๐Ÿ€ ATproto library for gleam
atproto library gleam
35

Configure Feed

Select the types of activity you want to include in your feed.

docs: add changelog to the pages

kacaii.dev (Jul 11, 2026, 8:09 PM -0300) 524cdc6e 405ef5bb

+1 -1
+1 -1
gleam.toml
··· 13 13 14 14 [documentation] 15 15 pages = [ 16 + { title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" }, 16 17 { title = "Consulting your DID", path = "consulting-your-did.html", source = "./pages/consulting-your-did.md" }, 17 18 { title = "Accessing your PDS", path = "accessing-your-pds.html", source = "./pages/accessing-your-pds.md" }, 18 19 ] 19 - 20 20 21 21 [dependencies] 22 22 gleam_stdlib = ">= 1.0.0 and < 2.0.0"