aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-26 20:21:41 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-26 20:21:41 +0000
commit01e0b22e5e0f0534d68efc2f25befae7172d522d (patch)
tree7cf7c8c40f54d95f29b21afface5aa8b84760342 /gleam.toml
parent47028efa57348d92bbd43a3ff2eb32c1d7e29766 (diff)
downloadlustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.tar.gz
lustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.zip
:memo Move docs bages into pages/ dir.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 94cf365..43b2689 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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 = "" },