mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-19 08:50:58 +00:00
9 lines
327 B
TypeScript
Executable file
9 lines
327 B
TypeScript
Executable file
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/" },
|
|
];
|