From 1f1fd243349fc140f8dc66bec5efc9135c8f3b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Mon, 25 Nov 2024 18:29:08 +0100 Subject: [PATCH] UPDATE: Reorder links. Add desktop app --- docs/src/.vitepress/config.mts | 38 +++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 14 deletions(-) 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,