diff options
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 2880477..f542a68 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" }, ], }, { @@ -96,6 +104,7 @@ export default defineConfig({ { text: "Auth", link: "/guide/libraries/auth" }, { text: "Battery", link: "/guide/libraries/battery" }, { text: "Bluetooth", link: "/guide/libraries/bluetooth" }, + { text: "Cava", link: "/guide/libraries/cava" }, { text: "Hyprland", link: "/guide/libraries/hyprland" }, { text: "Mpris", link: "/guide/libraries/mpris" }, { text: "Network", link: "/guide/libraries/network" }, |