Continue work on docs

This commit is contained in:
Nicolas
2025-06-11 12:55:18 +02:00
parent d8fea362a8
commit 27995cfcc7
8 changed files with 100 additions and 150 deletions

View File

@@ -10,21 +10,41 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Startseite", link: "/" },
{ text: "How-To's", link: "/markdown-examples" },
{ text: "Knowledgebase", link: "/markdown-examples" },
{
text: "How-To's",
items: [
{ text: "Wie werde ich Pilot?", link: "/pilotenbereich/how-to-pilot" },
{ text: "Wie werde ich Disponent?", link: "/disponentenbereich/how-to-disponent" },
],
},
{ text: "FAQ", link: "/faq" },
],
footer: {
message: "<a href=''>Impressum</a> | <a href=''>Datenschutzerklärung</a>",
},
sidebar: [
{
text: "Examples",
items: [
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: "Runtime API Examples", link: "/api-examples" },
],
text: "Pilotenbereich",
items: [{ text: "How-To Pilot", link: "/pilotenbereich/how-to-pilot" }],
},
{
text: "Disponentenbereich",
items: [{ text: "How-To Disponent", link: "/disponentenbereich/how-to-disponent" }],
},
],
socialLinks: [{ icon: "github", link: "https://github.com/vuejs/vitepress" }],
socialLinks: [{ icon: "github", link: "https://github.com/VAR-Virtual-Air-Rescue/docs" }],
docFooter: {
prev: "Vorherige Seite",
next: "Nächste Seite",
},
outline: {
label: "Inhalt",
},
},
markdown: {
theme: {