Continue work on docs
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user