docs: add some links (#403)

This commit is contained in:
Hugo Matalonga
2018-05-11 22:24:46 +08:00
committed by ULIVZ
parent 69bd59daed
commit f61bfdd0ee
2 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ https://vuepress.vuejs.org/
- [Multi-Language Support](https://vuepress.vuejs.org/guide/i18n.html)
- A default theme with:
- Responsive layout
- Optional Homepage
- [Automatic basic typeahead search](https://vuepress.vuejs.org/default-theme-config/#built-in-search)
- [Optional Homepage](https://vuepress.vuejs.org/default-theme-config/#homepage)
- [Simple out-of-the-box header-based search](https://vuepress.vuejs.org/default-theme-config/#built-in-search)
- [Algolia Search](https://vuepress.vuejs.org/default-theme-config/#algolia-search)
- Customizable navbar and sidebar
- Auto-generated GitHub link and page edit links
- [Auto-generated GitHub link and page edit links](https://vuepress.vuejs.org/default-theme-config/#git-repo-and-edit-links)
## Todo Features
+7 -6
View File
@@ -17,15 +17,16 @@ Each markdown file is compiled into HTML with [markdown-it](https://github.com/m
- [Built-in markdown extensions](./markdown.md) optimized for technical documentation
- [Ability to leverage Vue inside markdown files](./using-vue.md)
- [Vue-powered custom theme system](./custom-themes.md)
- Automatic Service Worker generation
- Google Analytics Integration
- Multi-language support
- [Automatic Service Worker generation](/config/#serviceworker)
- [Google Analytics Integration](/config/#ga)
- [Multi-language support](./i18n.md)
- A default theme with:
- Responsive layout
- Optional Homepage
- Simple out-of-the-box header-based search
- [Optional Homepage](/default-theme-config/#homepage)
- [Simple out-of-the-box header-based search](/default-theme-config/#built-in-search)
- [Algolia Search](/default-theme-config/#algolia-search)
- Customizable navbar and sidebar
- Auto-generated GitHub link and page edit links
- [Auto-generated GitHub link and page edit links](/default-theme-config/#git-repo-and-edit-links)
## Todo