Skip to content

Commit

Permalink
add 快速查阅 and Windows 安装 C++ 环境
Browse files Browse the repository at this point in the history
增加这个新的章节,并添加一个小的篇章作为示例,内容有待填充
  • Loading branch information
Axi404 committed Aug 30, 2024
1 parent a0b8447 commit faebac8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default defineConfig({
{ text: 'Home', link: '/' },
{ text: '前言', link: '/前言/' },
{ text: '贡献指南', link: '/前言/贡献指南' },
{ text: '快速查阅', link: '/快速查阅/' },
{ text: '任务书', link: '/任务书/' },
],

Expand All @@ -88,6 +89,14 @@ export default defineConfig({
{ text: '安装 Ubuntu 20.04', link: '/任务书/Ubuntu' },
]
},
{
text: '快速查阅',
link: '/快速查阅/',
collapsed: true,
items: [
{ text: 'Windows 安装 C++ 环境', link: '/快速查阅/windows-cpp' },
]
},
],

socialLinks: [
Expand Down
3 changes: 3 additions & 0 deletions docs/快速查阅/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 快速查阅

快速查阅中主要包含一些基本安装,我们希望大家遵循这些基本安装的方法,这有助于我们统一环境,并且减少报错信息与不相关提问。
1 change: 1 addition & 0 deletions docs/快速查阅/windows-cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Windows 安装 C++ 环境

0 comments on commit faebac8

Please sign in to comment.