RLE-wiki/docs/.vuepress/navbar.ts

11 lines
270 B
TypeScript
Raw Normal View History

2022-07-31 20:39:50 +08:00
import { navbar } from "vuepress-theme-hope";
export default navbar([
{ text: "大学指南", icon: "creative", link: "/campus/" },
{
text: "贡献指南",
icon: "info",
children: ["/contributor-guide/campus.md","/contributor-guide/other.md"],
},
]);