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

19 lines
394 B
TypeScript
Raw Normal View History

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