From 800af1021c67ffe0ddcaed37ab09179d33102e35 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 10 Oct 2024 15:11:46 +0000 Subject: docs: gobject, variable, binding page --- docs/vitepress.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/vitepress.config.ts') 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" }, ], }, -- cgit v1.2.3