Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql

docs: add moderation and viewer-state guides to www, bump version to v0.20.0

Changed files
+3 -1
www
+2
www/src/www/config.gleam
··· 47 47 #("guides/queries.md", "/guides/queries", "Queries"), 48 48 #("guides/joins.md", "/guides/joins", "Joins"), 49 49 #("guides/mutations.md", "/guides/mutations", "Mutations"), 50 + #("guides/moderation.md", "/guides/moderation", "Moderation"), 51 + #("guides/viewer-state.md", "/guides/viewer-state", "Viewer State"), 50 52 #( 51 53 "guides/authentication.md", 52 54 "/guides/authentication",
+1 -1
www/src/www/layout.gleam
··· 222 222 ]) 223 223 } 224 224 225 - const version = "v0.17.5" 225 + const version = "v0.20.0" 226 226 227 227 fn sidebar(current_path: String, pages: List(DocPage)) -> Element(Nil) { 228 228 html.aside([attribute.class("sidebar")], [