mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
21 lines
375 B
TypeScript
21 lines
375 B
TypeScript
import {navbar} from "vuepress-theme-hope";
|
|
|
|
export default navbar([
|
|
"/",
|
|
{
|
|
text: "项目部署",
|
|
link: "/deployment/",
|
|
prefix: "deployment/",
|
|
},
|
|
{
|
|
text: "使用手册",
|
|
link: "/usage/",
|
|
prefix: "usage/",
|
|
},
|
|
{
|
|
text: "商店",
|
|
link: "/store/resource",
|
|
prefix: "store/",
|
|
}
|
|
]);
|