almost done with docs #38
This commit is contained in:
@@ -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/" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user