diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 8930fe8..4f22bba 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -1962,6 +1962,30 @@ export default defineConfig({ }, ], }, + { + text: "Desktop App", + collapsed: true, + items: [ + { + text: "About Desktop app", + link: "/desktop/about", + }, + ], + }, + { + text: "Tironcalc", + collapsed: true, + items: [ + { + text: "About Tironcalc", + link: "/tironcalc/about", + }, + { + text: "Installing and basic usage", + link: "/tironcalc/installing", + }, + ], + }, { text: "Programming", collapsed: true, @@ -1980,20 +2004,6 @@ export default defineConfig({ }, ], }, - { - text: "TUI Application: Tironcalc", - collapsed: true, - items: [ - { - text: "About Tironcalc", - link: "/tironcalc/about", - }, - { - text: "Installing and basic usage", - link: "/tironcalc/installing", - }, - ], - }, { text: "Contributing", collapsed: true,