1
0
Fork 0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-04-02 04:46:14 +03:00
Xray-docs-next/docs/.vuepress/config/navbar/en.ts
2024-01-31 23:04:16 -05:00

10 lines
374 B
TypeScript
Executable file

import { NavbarConfig } from '@vuepress/theme-default'
// TODO: translation
export const navbarEn: NavbarConfig = [
{ text: 'Homepage', link: '/en' },
{ text: 'Website History', link: '/en/about/news.md' },
{ text: 'Config Reference', link: '/en/config/' },
{ text: 'Developer Guide', link: '/en/development/' },
{ text: 'Quick Start', link: '/en/document/' },
]