diff options
author | Aylur <[email protected]> | 2024-10-10 15:11:46 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-10 15:11:46 +0000 |
commit | 800af1021c67ffe0ddcaed37ab09179d33102e35 (patch) | |
tree | 0a676e552767d0b0fad9d3a89ae6a3bfc2e83664 /docs/vitepress.config.ts | |
parent | 5d93852b4469bfbe9ef728b4f8db2f647d8a0952 (diff) |
docs: gobject, variable, binding page
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 25d9e36..a9c6ab9 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -20,6 +20,7 @@ export default defineConfig({ themeConfig: { logo: "/icon.svg", + outline: "deep", footer: { message: 'Released under the LGPL v2.1 License', @@ -67,8 +68,10 @@ export default defineConfig({ { text: "Theming", link: "/theming" }, { text: "CLI and App", link: "/cli-app" }, { text: "Widget", link: "/widget" }, - { text: "Utilities", link: "/utilities" }, { text: "Variable", link: "/variable" }, + { text: "Binding", link: "/binding" }, + { text: "GObject", link: "/gobject" }, + { text: "Utilities", link: "/utilities" }, { text: "FAQ", link: "/faq" }, ], }, |