Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
更改了一些布局甚至
  • Loading branch information
Axi404 committed Aug 30, 2024
1 parent 68912c0 commit 28f7f57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,31 @@ export default defineConfig({
{ text: 'Home', link: '/' },
{ text: '前言', link: '/前言/' },
{ text: '贡献指南', link: '/前言/贡献指南' },
{ text: '快速查阅', link: '/快速查阅/' },
{ text: '任务书', link: '/任务书/' },
{ text: '快速查阅', link: '/快速查阅/' },
],

sidebar: [
{
text: '前言',
link: '/前言/',
collapsed: true,
collapsed: false,
items: [
{ text: '贡献指南', link: '/前言/贡献指南' },
]
},
{
text: '任务书',
link: '/任务书/',
collapsed: true,
collapsed: false,
items: [
{ text: '安装 Ubuntu 20.04', link: '/任务书/Ubuntu' },
]
},
{
text: '快速查阅',
link: '/快速查阅/',
collapsed: true,
collapsed: false,
items: [
{ text: 'Windows 安装 C++ 环境', link: '/快速查阅/windows-cpp' },
]
Expand Down

0 comments on commit 28f7f57

Please sign in to comment.