summaryrefslogtreecommitdiff
path: root/docs/vitepress.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r--docs/vitepress.config.ts5
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" },
],
},