aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-23 00:33:07 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-23 00:33:07 +0000
commitd7d96596c12a1ee126d470ee49f57b1e147f3bd8 (patch)
treef311934955d5434fca5c9e9f82fa7a0956eaa294 /gleam.toml
parent9946d33e8b80e7db4f292e2b3dbf99e68d6cc259 (diff)
downloadlustre-d7d96596c12a1ee126d470ee49f57b1e147f3bd8.tar.gz
lustre-d7d96596c12a1ee126d470ee49f57b1e147f3bd8.zip
:memo: Docs for the docs gods!
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/gleam.toml b/gleam.toml
index 8acddac..b5cc6b9 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -7,7 +7,7 @@ repository = { type = "github", user = "lustre-labs", repo = "lustre" }
licences = ["MIT"]
links = [
- { title = "Website", href = "https://lustre.build" },
+ # { title = "Website", href = "https://lustre.build" },
{ title = "Examples", href = "https://github.com/lustre-labs/lustre/tree/main/examples" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
@@ -21,22 +21,22 @@ internal_modules = [
[documentation]
pages = [
- { title = "CLI reference", path = "#", source = "" },
- { title = " ", path = "#", source = "" },
+ # { title = "CLI reference", path = "#", source = "" },
+ # { title = " ", path = "#", source = "" },
{ title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./docs/guide/01-quickstart.md" },
- { title = "Managing state", path = "#", source = "" },
- { title = "Side effects", path = "#", source = "" },
- { title = "Server-side rendering", path = "#", source = "" },
- { title = "Components", path = "#", source = "" },
- { title = "Server components", path = "#", source = "" },
- { title = " ", path = "#", source = "" },
- { title = "Using with Wisp", path = "#", source = "" },
- { title = "Using with Glen", path = "#", source = "" },
- { title = "Using with Mist", path = "#", source = "" },
- { title = " ", path = "#", source = "" },
- { title = "For Elm developers", path = "#", source = "" },
- { title = "For React developers", path = "#", source = "" },
- { title = "For LiveView developers", path = "#", source = "" },
+ # { title = "Managing state", path = "#", source = "" },
+ # { title = "Side effects", path = "#", source = "" },
+ # { title = "Server-side rendering", path = "#", source = "" },
+ # { title = "Components", path = "#", source = "" },
+ # { title = "Server components", path = "#", source = "" },
+ # { title = " ", path = "#", source = "" },
+ # { title = "Using with Wisp", path = "#", source = "" },
+ # { title = "Using with Glen", path = "#", source = "" },
+ # { title = "Using with Mist", path = "#", source = "" },
+ # { title = " ", path = "#", source = "" },
+ # { title = "For Elm developers", path = "#", source = "" },
+ # { title = "For React developers", path = "#", source = "" },
+ # { title = "For LiveView developers", path = "#", source = "" },
]
[dependencies]