From f68f0e5b0cbcb0d5177a9d843d38f5d7faeb99e7 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 27 Mar 2024 21:50:38 +0000 Subject: :memo: Add a directory page to showcase the examples in the docs. --- gleam.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gleam.toml') 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 = "" }, -- cgit v1.2.3