mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-10 07:39:08 -06:00
Create en.mjs config
This commit is contained in:
32
docs/.vitepress/config/en.mjs
Normal file
32
docs/.vitepress/config/en.mjs
Normal file
@@ -0,0 +1,32 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export const en = defineConfig({
|
||||
lang: "en-US",
|
||||
description: "MySpeed is a self-hosted speedtest analysis software that stores the speed of your internet for up to 30 days.",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: 'Frequently Asked Questions', link: 'faq' },
|
||||
{
|
||||
text: 'Setup',
|
||||
items: [
|
||||
{ text: 'Linux', link: 'setup/linux' },
|
||||
{ text: 'Windows', link: 'setup/windows' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Guides',
|
||||
items: [
|
||||
{ text: 'Configuring a Reverse Proxy', link: 'guides/reverse-proxy' }
|
||||
]
|
||||
},
|
||||
{ text: 'Troubleshooting', link: 'troubleshooting' },
|
||||
{
|
||||
text: 'Instructions',
|
||||
items: [
|
||||
{ text: 'The Interface', link: 'instructions/main' },
|
||||
{ text: 'Settings', link: 'instructions/settings' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user