mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-19 08:50:58 +00:00
10 lines
381 B
TypeScript
Executable file
10 lines
381 B
TypeScript
Executable file
import { NavbarConfig } from "@vuepress/theme-default";
|
|
|
|
// TODO: translation
|
|
export const navbarEn: NavbarConfig = [
|
|
{ text: "Homepage", link: "/en" },
|
|
{ text: "The Great Chronicles", link: "/en/about/news.md" },
|
|
{ text: "Config Reference", link: "/en/config/" },
|
|
{ text: "Developer Guide", link: "/en/development/" },
|
|
{ text: "Quick Start", link: "/en/document/" },
|
|
];
|