aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-14 08:21:47 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-03-14 08:21:47 +0100
commit9548b70d511ae5454189a3ee41e6136d0e44daed (patch)
treefa1c890d02248e12fddad440a7a449727659f3d3 /gleam.toml
parenteaa7947a67f9744d371512271ace2855fbf0fa26 (diff)
downloadlustre-9548b70d511ae5454189a3ee41e6136d0e44daed.tar.gz
lustre-9548b70d511ae5454189a3ee41e6136d0e44daed.zip
:wrench: Include CLI reference page.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml6
1 files changed, 3 insertions, 3 deletions
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 = "" },