mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 04:00:55 +00:00
docs: vuepress构建文档
This commit is contained in:
@ -5,7 +5,7 @@ export default defineUserConfig({
|
||||
base: "/",
|
||||
|
||||
lang: "zh-CN",
|
||||
title: "文档演示",
|
||||
title: "LiteyukiBot",
|
||||
description: "vuepress-theme-hope 的文档演示",
|
||||
|
||||
theme,
|
||||
|
@ -3,28 +3,4 @@ import { navbar } from "vuepress-theme-hope";
|
||||
export default navbar([
|
||||
"/",
|
||||
"/demo/",
|
||||
{
|
||||
text: "指南",
|
||||
icon: "lightbulb",
|
||||
prefix: "/guide/",
|
||||
children: [
|
||||
{
|
||||
text: "Bar",
|
||||
icon: "lightbulb",
|
||||
prefix: "bar/",
|
||||
children: ["baz", { text: "...", icon: "ellipsis", link: "" }],
|
||||
},
|
||||
{
|
||||
text: "Foo",
|
||||
icon: "lightbulb",
|
||||
prefix: "foo/",
|
||||
children: ["ray", { text: "...", icon: "ellipsis", link: "" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "V2 文档",
|
||||
icon: "book",
|
||||
link: "https://theme-hope.vuejs.press/zh/",
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user