Files
Snap.Hutao.Docs/docs/.vuepress/navbar/zh.ts
2022-09-28 19:37:43 -07:00

12 lines
245 B
TypeScript

import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/",
{ text: "文档", icon: "article", link: "/features/README.md" },
{
text: "下载",
icon: "install",
link: "https://go.hut.ao/down",
},
]);