Files
Snap.Hutao.Docs/docs/.vuepress/navbar/zh.ts
Masterain 200e8bdccf Update zh.ts
- fix bug
2023-01-12 04:12:47 -08:00

17 lines
329 B
TypeScript

import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/",
{ text: "文档", icon: "article", link: "/features/README.md" },
{
text: "下载",
icon: "install",
link: "https://d.hut.ao",
},
{
text: "加入社区讨论",
icon: "community",
link: "/community.md"
},
]);