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