mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-20 13:09:00 -05:00
Create de.mjs config
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export const de = defineConfig({
|
||||
lang: "de",
|
||||
description: "MySpeed ist eine selbstgehostete Speedtest-Analyse-Software, die die Geschwindigkeit Ihres Internets bis zu 30 Tage lang speichert.",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: 'Häufig gestellte Fragen', link: 'de/faq' },
|
||||
{
|
||||
text: 'Einrichtung',
|
||||
items: [
|
||||
{ text: 'Linux', link: 'de/setup/linux' },
|
||||
{ text: 'Windows', link: 'de/setup/windows' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anleitungen',
|
||||
items: [
|
||||
{ text: 'Einrichten eines Reverse Proxys', link: 'de/guides/reverse-proxy' }
|
||||
]
|
||||
},
|
||||
{ text: 'Fehlerbehebung', link: 'de/troubleshooting' },
|
||||
{
|
||||
text: 'Anweisungen',
|
||||
items: [
|
||||
{ text: 'Die Benutzeroberfläche', link: 'de/instructions/main' },
|
||||
{ text: 'Einstellungen', link: 'de/instructions/settings' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user