diff options
author | Kevin <[email protected]> | 2024-10-11 14:57:00 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-11 14:57:00 -0300 |
commit | 7dbcef8031ddf64ccf1963f804ee4bb01849471f (patch) | |
tree | 6157ca4426e13800c79c50ff7900f2c7658fa71c /docs/vitepress.config.ts | |
parent | 03f1a08f6e5996e5d3d7ff3952465c9c29b9f624 (diff) | |
parent | d0fb3d0434534661346bf787395e9531c97731f8 (diff) |
Merge branch 'Aylur:main' into main
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 735401d..47ed81e 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" }, ], }, |