almost done with docs #38

This commit is contained in:
Nicolas
2025-06-13 11:36:06 +02:00
parent 8b08f5a8e9
commit 3ff3bac0e4
4 changed files with 40 additions and 5 deletions

View File

@@ -28,6 +28,10 @@ export default defineConfig({
items: [
{ text: "Wie werde ich Pilot?", link: "/pilotenbereich/how-to-pilot" },
{ text: "Wie werde ich Disponent?", link: "/disponentenbereich/how-to-disponent" },
{
text: "Wie verbinde ich meinen Discord Account?",
link: "/allgemein/var-systeme/hub/how-to-discord",
},
],
},
{ text: "FAQ", link: "/faq" },
@@ -118,16 +122,18 @@ export default defineConfig({
text: "VAR Systeme",
collapsed: false,
items: [
{ text: "Was ist neu in der V2?", link: "/varsys/v2-changes" },
{ text: "Änderungen in der V2", link: "/allgemein/var-systeme/v2-changes" },
{
text: "HUB",
collapsed: true,
items: [{ text: "HUB", link: "/varsys/hub/" }],
items: [
{ text: "How-To Discord", link: "/allgemein/var-systeme/hub/how-to-discord" },
],
},
{
text: "Leitstelle",
collapsed: true,
items: [{ text: "Leitstelle", link: "/varsys/leitstelle/" }],
items: [{ text: "Leitstelle", link: "/allgemein/var-systeme/leitstelle/" }],
},
],
},