some more docs #38

This commit is contained in:
Nicolas
2025-06-13 10:09:23 +02:00
parent 2bbb7b1ffb
commit 8b08f5a8e9
14 changed files with 641 additions and 2 deletions

View File

@@ -112,10 +112,54 @@ export default defineConfig({
],
},
{
text: "Sonstiges",
text: "Allgemein",
items: [
{
text: "VAR Systeme",
collapsed: false,
items: [
{ text: "Was ist neu in der V2?", link: "/varsys/v2-changes" },
{
text: "HUB",
collapsed: true,
items: [{ text: "HUB", link: "/varsys/hub/" }],
},
{
text: "Leitstelle",
collapsed: true,
items: [{ text: "Leitstelle", link: "/varsys/leitstelle/" }],
},
],
},
{
text: "BOS Funk",
collapsed: true,
items: [
{ text: "Grundlagen", link: "/allgemein/bos-funk/Grundlagen" },
{ text: "Funkverkehr", link: "/allgemein/bos-funk/Funkverkehr" },
{ text: "OPTA", link: "/allgemein/bos-funk/OPTA" },
{ text: "Status", link: "/allgemein/bos-funk/Status" },
{ text: "Funkbeispiel", link: "/allgemein/bos-funk/Funkbeispiel" },
],
},
{
text: "VATSIM",
collapsed: true,
items: [
{ text: "Registrierung", link: "/allgemein/vatsim/registrierung" },
{ text: "Prefile", link: "/allgemein/vatsim/prefile" },
],
},
],
},
{
text: "",
items: [
{ text: "Impressum", link: "/" },
{ text: "Datenschutzerklärung", link: "/" },
{ text: "Mitwirken", link: "/" },
],
},
],