Files
Snap.Hutao.Docs/docs/.vuepress/navbar/en.ts
Masterain 486a411fb9 Minor updates
- replace links
2023-01-11 16:50:22 -08:00

12 lines
245 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://d.hut.ao",
},
]);