File tree 2 files changed +15
-14
lines changed
2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ Each markdown file is compiled into HTML with [markdown-it](https://github.com/m
17
17
- [ Built-in markdown extensions] ( ./markdown.md ) optimized for technical documentation
18
18
- [ Ability to leverage Vue inside markdown files] ( ./using-vue.md )
19
19
- [ Vue-powered custom theme system] ( ./custom-themes.md )
20
- - [ Automatic Service Worker generation] ( /config/#serviceworker )
21
- - [ Google Analytics Integration] ( /config/#ga )
20
+ - [ Automatic Service Worker generation] ( .. /config/#serviceworker)
21
+ - [ Google Analytics Integration] ( .. /config/#ga)
22
22
- [ Multi-language support] ( ./i18n.md )
23
23
- A default theme with:
24
24
- Responsive layout
25
- - [ Optional Homepage] ( /default-theme-config/#homepage )
26
- - [ Simple out-of-the-box header-based search] ( /default-theme-config/#built-in-search )
27
- - [ Algolia Search] ( /default-theme-config/#algolia-search )
28
- - Customizable navbar and sidebar
29
- - [ Auto-generated GitHub link and page edit links] ( /default-theme-config/#git-repo-and-edit-links )
25
+ - [ Optional Homepage] ( .. /default-theme-config/#homepage)
26
+ - [ Simple out-of-the-box header-based search] ( .. /default-theme-config/#built-in-search)
27
+ - [ Algolia Search] ( .. /default-theme-config/#algolia-search)
28
+ - Customizable [ navbar] ( ../default-theme-config/#navbar ) and [ sidebar] ( ../default-theme-config/#sidebar )
29
+ - [ Auto-generated GitHub link and page edit links] ( .. /default-theme-config/#git-repo-and-edit-links)
30
30
31
31
## Todo
32
32
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ VuePress 由两部分组成:一部分是支持用 Vue 开发主题的极简静
15
15
- 为技术文档而优化的 [ 内置 Markdown 拓展] ( ./markdown.md )
16
16
- [ 在 Markdown 文件中使用 Vue 组件的能力] ( ./using-vue.md )
17
17
- [ Vue 驱动的自定义主题系统] ( ./custom-themes.md )
18
- - 自动生成 Service Worker
19
- - Google Analytics 集成
20
- - 多语言支持
18
+ - [ 自动生成 Service Worker] ( ../config/#serviceworker )
19
+ - [ Google Analytics 集成] ( ../config/#ga )
20
+ - [ 多语言支持] ( ./i18n.md )
21
21
- 默认主题包含:
22
22
- 响应式布局
23
- - 可选的主页
24
- - 简洁的开箱即用的标题搜索
25
- - 可以自定义的导航栏(navbar)和侧边栏(sidebar)
26
- - 自动生成的 GitHub 链接和页面的编辑链接
23
+ - [ 可选的主页] ( ../default-theme-config/#首页 )
24
+ - [ 简洁的开箱即用的标题搜索] ( ../default-theme-config/#内置搜索 )
25
+ - [ Algolia 搜索] ( ../default-theme-config/#algolia-搜索 )
26
+ - 可自定义的[ 导航栏] ( ../default-theme-config/#导航栏 ) 和[ 侧边栏] ( ../default-theme-config/#侧边栏 )
27
+ - [ 自动生成的 GitHub 链接和页面的编辑链接] ( ../default-theme-config/#git-仓库和编辑链接 )
27
28
28
29
## Todo
29
30
You can’t perform that action at this time.
0 commit comments