UPDATE: Reorder links. Add desktop app
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
2b0c24de55
commit
1f1fd24334
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user