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", }, ]);