1
1
name = " lustre"
2
- version = " 4.2.6 "
2
+ version = " 4.3.0 "
3
3
gleam = " >= 1.0.0"
4
4
5
5
description = " An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!"
@@ -24,13 +24,16 @@ pages = [
24
24
# { title = "Components", path = "#", source = "" },
25
25
# { title = "Server components", path = "#", source = "" },
26
26
# { title = " ", path = "#", source = "" },
27
+ # { title = "SPA deployments", path = "#", source = "" },
28
+ # { title = "Full-stack deployments", path = "#", source = "" },
29
+ # { title = " ", path = "#", source = "" },
27
30
# { title = "Using with Wisp", path = "#", source = "" },
28
31
# { title = "Using with Glen", path = "#", source = "" },
29
32
# { title = "Using with Mist", path = "#", source = "" },
30
33
# { title = " ", path = "#", source = "" },
31
- # { title = "For Elm developers", path = "# ", source = "" },
32
- # { title = "For React developers", path = "# ", source = "" },
33
- # { title = "For LiveView developers", path = "# ", source = "" },
34
+ { title = " For Elm developers" , path = " cheatsheets/elm " , source = " ./pages/reference/for-elm-devs.md " },
35
+ { title = " For React developers" , path = " cheatsheets/react " , source = " ./pages/reference/for-react-devs.md " },
36
+ { title = " For LiveView developers" , path = " cheatsheets/liveview " , source = " ./pages/reference/for-liveview-devs.md " },
34
37
]
35
38
36
39
[dependencies ]
0 commit comments