UPDATE: Reorder links. Add desktop app

This commit is contained in:
Nicolás Hatcher
2024-11-25 18:29:08 +01:00
committed by Nicolás Hatcher Andrés
parent 2b0c24de55
commit 1f1fd24334

View File

@@ -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", text: "Programming",
collapsed: true, 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", text: "Contributing",
collapsed: true, collapsed: true,