diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ pages = [ { title = " ", path = "#", source = "" }, { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" }, { title = "Managing state", path = "guide/02-state-management.html", source = "./pages/guide/02-state-management.md" }, - # { title = "Side effects", path = "#", source = "" }, + { title = "Side effects", path = "guide/03-side-effects.html", source = "./pages/guide/03-side-effects.md" }, # { title = "Server-side rendering", path = "#", source = "" }, # { title = "Components", path = "#", source = "" }, # { title = "Server components", path = "#", source = "" }, |