1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-03-06 00:56:18 +03:00

10 lines
325 B
TypeScript
Raw Normal View History

2024-01-26 05:07:42 +08:00
import { NavbarConfig } from '@vuepress/theme-default'
export const navbarZh: NavbarConfig = [
{ text: '首页', link: '/' },
{ text: '大史记', link: '/about/news.md' },
{ text: '配置指南', link: '/config/' },
{ text: '开发指南', link: '/development/' },
{ text: '使用指南', link: '/document/' },
]