summaryrefslogtreecommitdiff
path: root/docs/vitepress.config.ts
diff options
context:
space:
mode:
authorKevin <[email protected]>2024-10-25 13:50:00 -0300
committerGitHub <[email protected]>2024-10-25 18:50:00 +0200
commit8306ec0789854f9e04bc1708c4a7dc2afc1b4c90 (patch)
tree881784894310510e4c62e2fc850ea934ca5aee86 /docs/vitepress.config.ts
parente8715aec5e05e0438192e611afea2fe6f10cb80f (diff)
docs: lua docs (#50)
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r--docs/vitepress.config.ts12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts
index 2880477..2df3eea 100644
--- a/docs/vitepress.config.ts
+++ b/docs/vitepress.config.ts
@@ -61,7 +61,7 @@ export default defineConfig({
{
text: "TypeScript",
base: "/guide/typescript",
- collapsed: false,
+ collapsed: true,
items: [
{ text: "Installation", link: "/installation" },
{ text: "First Widgets", link: "/first-widgets" },
@@ -78,10 +78,18 @@ export default defineConfig({
{
text: "Lua",
base: "/guide/lua",
- collapsed: false,
+ collapsed: true,
items: [
{ text: "Installation", link: "/installation" },
{ text: "First Widgets", link: "/first-widgets" },
+ { text: "Theming", link: "/theming" },
+ { text: "CLI and App", link: "/cli-app" },
+ { text: "Widget", link: "/widget" },
+ { text: "Variable", link: "/variable" },
+ { text: "Binding", link: "/binding" },
+ // { text: "GObject", link: "/gobject" },
+ { text: "Utilities", link: "/utilities" },
+ // { text: "FAQ", link: "/faq" },
],
},
{