diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-27 21:50:38 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-27 21:50:38 +0000 |
commit | f68f0e5b0cbcb0d5177a9d843d38f5d7faeb99e7 (patch) | |
tree | 02974beb99d318ea8d9fdb63c05c60f11f9d5ead /gleam.toml | |
parent | 9d0aa7738449ac70787dfced639b0573432ee005 (diff) | |
download | lustre-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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = "" }, |