Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

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

docs(www): update version and elements lib

+2 -1
+2 -1
www/src/www/layout.gleam
··· 222 222 ]) 223 223 } 224 224 225 - const version = "v0.17.4" 225 + const version = "v0.17.5" 226 226 227 227 fn sidebar(current_path: String, pages: List(DocPage)) -> Element(Nil) { 228 228 html.aside([attribute.class("sidebar")], [ ··· 252 252 [ 253 253 attribute.attribute("handle", "slices.network"), 254 254 attribute.attribute("repo", "quickslice"), 255 + attribute.attribute("instance", "https://fmteal.slices.network"), 255 256 ], 256 257 "", 257 258 ),