aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-27 21:50:38 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-03-27 21:50:38 +0000
commitf68f0e5b0cbcb0d5177a9d843d38f5d7faeb99e7 (patch)
tree02974beb99d318ea8d9fdb63c05c60f11f9d5ead /gleam.toml
parent9d0aa7738449ac70787dfced639b0573432ee005 (diff)
downloadlustre-f68f0e5b0cbcb0d5177a9d843d38f5d7faeb99e7.tar.gz
lustre-f68f0e5b0cbcb0d5177a9d843d38f5d7faeb99e7.zip
:memo: Add a directory page to showcase the examples in the docs.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 57ddefd..8b4ec4e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -7,7 +7,6 @@ repository = { type = "github", user = "lustre-labs", repo = "lustre" }
licences = ["MIT"]
links = [
- { title = "Examples", href = "https://github.com/lustre-labs/lustre/tree/main/examples" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
@@ -15,6 +14,8 @@ internal_modules = ["lustre/internals", "lustre/internals/*"]
[documentation]
pages = [
+ { title = "Examples directory", path = "reference/examples.html", source = "./pages/reference/examples.md" },
+ { title = " ", path = "#", source = "" },
{ title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" },
{ title = "Managing state", path = "guide/02-state-management.html", source = "./pages/guide/02-state-management.md" },
# { title = "Side effects", path = "#", source = "" },