diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-26 20:21:41 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-26 20:21:41 +0000 |
commit | 01e0b22e5e0f0534d68efc2f25befae7172d522d (patch) | |
tree | 7cf7c8c40f54d95f29b21afface5aa8b84760342 /gleam.toml | |
parent | 47028efa57348d92bbd43a3ff2eb32c1d7e29766 (diff) | |
download | lustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.tar.gz lustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.zip |
:memo Move docs bages into pages/ dir.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ internal_modules = [ pages = [ # { title = "CLI reference", path = "#", source = "" }, # { title = " ", path = "#", source = "" }, - { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./docs/guide/01-quickstart.md" }, + { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" }, # { title = "Managing state", path = "#", source = "" }, # { title = "Side effects", path = "#", source = "" }, # { title = "Server-side rendering", path = "#", source = "" }, |