mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
22 lines
466 B
TypeScript
22 lines
466 B
TypeScript
import { navbar } from "vuepress-theme-hope";
|
|
|
|
export const enNavbar = navbar([
|
|
"/en/",
|
|
{ text: "Document", icon: "article", link: "/en/menu.html" },
|
|
{
|
|
text: "Download",
|
|
icon: "install",
|
|
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
|
},
|
|
{
|
|
text: "Community",
|
|
icon: "community",
|
|
link: "/en/community",
|
|
},
|
|
{
|
|
text: "Service Availability",
|
|
icon: "define",
|
|
link: "https://status.hut.ao/"
|
|
}
|
|
]);
|