Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Dec 28, 2024
1 parent 775ab98 commit 8eb1b1e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
29 changes: 18 additions & 11 deletions src/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ function sidebarGuide(): DefaultTheme.Sidebar {
{
text: '快速开始',
base: '/guide',
collapsed: false,
collapsed: true,
items: [
{ text: '什么是 NapCatQQ', link: '/napcat' },
{ text: '目录导航', link: '/start-install' },
{ text: '什么是 NapCatQQ', link: '/napcat' },
{ text: '启动方式', link: '/install' },
{
text: '安装方式',
Expand All @@ -79,7 +79,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
{
text: '配置',
base: '/config',
collapsed: false,
collapsed: true,
items: [
{ text: '基础配置', link: '/basic' },
{ text: '高级配置', link: '/advanced' }
Expand All @@ -88,7 +88,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
{
text: '使用',
base: '/use',
collapsed: false,
collapsed: true,
items: [
{ text: '接入框架', link: '/integration' },
{ text: '社区资源', link: '/community' }
Expand All @@ -97,7 +97,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
{
text: '开发',
base: '/develop',
collapsed: false,
collapsed: true,
items: [
{ text: '请求接口', link: '/api' },
{ text: '上报事件', link: '/event' },
Expand All @@ -115,12 +115,19 @@ function sidebarGuide(): DefaultTheme.Sidebar {
]
},
{
text: '喵喵',
link: '/other/napcat.md'
text: '其余',
base: '/other',
collapsed: true,
items: [
{
text: '喵喵',
link: '/napcat.md'
},
{
text: '关于',
link: '/about'
}
]
},
{
text: '关于',
link: '/about'
}
]
}
6 changes: 3 additions & 3 deletions src/about.md → src/other/about.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 关于

[NapCat](https://qm.qq.com/q/cnr2C9UifC)
# 关于

[NapCat](https://qm.qq.com/q/cnr2C9UifC)

0 comments on commit 8eb1b1e

Please sign in to comment.