mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 11:07:24 +08:00
21 lines
390 B
TypeScript
21 lines
390 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/",
|
|
}
|
|
]);
|