Skip to content

Commit 87b1233

Browse files
committed
docs: update features part at README
1 parent 3a8241a commit 87b1233

File tree

1 file changed

+33
-14
lines changed

1 file changed

+33
-14
lines changed

README.md

+33-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,39 @@ https://vuepress.vuejs.org/
1818

1919
## Features
2020

21-
- [Built-in markdown extensions](https://vuepress.vuejs.org/guide/markdown.html) optimized for technical documentation
22-
- [Ability to leverage Vue inside markdown files](https://vuepress.vuejs.org/guide/using-vue.html)
23-
- [Vue-powered custom theme system](https://vuepress.vuejs.org/guide/custom-themes.html)
24-
- [Service Worker Integration](https://vuepress.vuejs.org/config/#serviceworker)
25-
- [Google Analytics Integration](https://vuepress.vuejs.org/config/#ga)
26-
- ["Last Updated" based on Git](https://vuepress.vuejs.org/default-theme-config/#last-updated)
27-
- [Multi-Language Support](https://vuepress.vuejs.org/guide/i18n.html)
28-
- A default theme with:
29-
- Responsive layout
30-
- [Optional Homepage](https://vuepress.vuejs.org/default-theme-config/#homepage)
31-
- [Simple out-of-the-box header-based search](https://vuepress.vuejs.org/default-theme-config/#built-in-search)
32-
- [Algolia Search](https://vuepress.vuejs.org/default-theme-config/#algolia-search)
33-
- Customizable navbar and sidebar
34-
- [Auto-generated GitHub link and page edit links](https://vuepress.vuejs.org/default-theme-config/#git-repo-and-edit-links)
21+
**Built-in markdown extensions**
22+
23+
* [Table of Contents](https://vuepress.vuejs.org/guide/markdown.html#table-of-contents)
24+
* [Custom Containers](https://vuepress.vuejs.org/guide/markdown.html#custom-containers)
25+
* [Line Highlighting](https://vuepress.vuejs.org/guide/markdown.html#line-highlighting-in-code-blocks)
26+
* [line Numbers](https://vuepress.vuejs.org/config/#markdown-linenumbers)
27+
* [Import Code Snippets](https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets)
28+
29+
**Using Vue in Markdown**
30+
31+
* [Templating](https://vuepress.vuejs.org/guide/using-vue.html#templating)
32+
* [Using Components](https://vuepress.vuejs.org/guide/using-vue.html#using-components)
33+
34+
**Vue-powered custom theme system**
35+
36+
* [Metadata](https://vuepress.vuejs.org/guide/custom-themes.html#site-and-page-metadata)
37+
* [Content Excerpt](https://vuepress.vuejs.org/guide/custom-themes.html#content-excerpt)
38+
39+
**Default theme**
40+
41+
* Responsive layout
42+
* [Optional Homepage](https://vuepress.vuejs.org/default-theme-config/#homepage)
43+
* [Simple out-of-the-box header-based search](https://vuepress.vuejs.org/default-theme-config/#built-in-search)
44+
* [Algolia Search](https://vuepress.vuejs.org/default-theme-config/#algolia-search)
45+
* Customizable [navbar](https://vuepress.vuejs.org/default-theme-config/#navbar) and [sidebar](https://vuepress.vuejs.org/default-theme-config/#sidebar)
46+
* [Auto-generated GitHub link and page edit links](https://vuepress.vuejs.org/default-theme-config/#git-repo-and-edit-links)
47+
48+
**Miscellaneous**
49+
50+
* [Multi-Language Support](https://vuepress.vuejs.org/guide/i18n.html)
51+
* [Service Worker](https://vuepress.vuejs.org/config/#serviceworker)
52+
* [Google Analytics](https://vuepress.vuejs.org/config/#ga)
53+
* [Last Updated](https://vuepress.vuejs.org/default-theme-config/#last-updated)
3554

3655
## Showcase
3756

0 commit comments

Comments
 (0)