mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 13:20:55 +00:00
docs: vuepress构建文档
This commit is contained in:
@ -1,7 +1,15 @@
|
||||
import { navbar } from "vuepress-theme-hope";
|
||||
import {navbar} from "vuepress-theme-hope";
|
||||
|
||||
export default navbar([
|
||||
"/",
|
||||
"/deployment/",
|
||||
"/usage/",
|
||||
"/",
|
||||
{
|
||||
text: "项目部署",
|
||||
link: "/deployment/",
|
||||
prefix: "deployment/",
|
||||
},
|
||||
{
|
||||
text: "使用手册",
|
||||
link: "/usage/",
|
||||
prefix: "usage/",
|
||||
}
|
||||
]);
|
||||
|
Reference in New Issue
Block a user