diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-14 08:21:47 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-14 08:21:47 +0100 |
commit | 9548b70d511ae5454189a3ee41e6136d0e44daed (patch) | |
tree | fa1c890d02248e12fddad440a7a449727659f3d3 | |
parent | eaa7947a67f9744d371512271ace2855fbf0fa26 (diff) | |
download | lustre-9548b70d511ae5454189a3ee41e6136d0e44daed.tar.gz lustre-9548b70d511ae5454189a3ee41e6136d0e44daed.zip |
:wrench: Include CLI reference page.
-rw-r--r-- | gleam.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = "" }, |