Files
Snap.Hutao.Docs/docs/.vuepress/navbar/en.ts
2023-02-03 14:08:02 -08:00

12 lines
292 B
TypeScript

import { navbar } from "vuepress-theme-hope";
export const enNavbar = navbar([
"/en",
{ text: "Document", icon: "article", link: "/features/README.md" },
{
text: "Download",
icon: "install",
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
},
]);