From 9548b70d511ae5454189a3ee41e6136d0e44daed Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Thu, 14 Mar 2024 08:21:47 +0100 Subject: :wrench: Include CLI reference page. --- gleam.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index a76a755..533c4bc 100644 --- a/gleam.toml +++ b/gleam.toml @@ -21,10 +21,10 @@ internal_modules = [ [documentation] pages = [ - # { title = "CLI reference", path = "#", source = "" }, - # { title = " ", path = "#", source = "" }, + { title = "CLI reference", path = "cli.html", source = "./pages/reference/cli.md" }, + { title = " ", path = "#", source = "" }, { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" }, - # { title = "Managing state", path = "#", source = "" }, + { title = "Managing state", path = "guide/02-state-management.html", source = "./pages/guide/02-state-management.md" }, # { title = "Side effects", path = "#", source = "" }, # { title = "Server-side rendering", path = "#", source = "" }, # { title = "Components", path = "#", source = "" }, -- cgit v1.2.3