提交 6a841267 编写于 作者: N Nimit Bhargava 提交者: Franck Abgrall

fix($docs): Uniforming VuePress labels in documentation (fix #1998)

上级 73089a04
......@@ -8,7 +8,7 @@
<a href="https://npmcharts.com/compare/vuepress?minimal=true"><a href="https://opencollective.com/vuepress" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/vuepress/all/badge.svg?label=financial+contributors" /></a> <img src="https://img.shields.io/npm/dm/vuepress.svg" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/v/vuepress.svg" alt="Version"></a>
<a href="https://github.com/vuejs/vuepress/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/vuepress.svg" alt="License"></a>
<a href="https://discordapp.com/invite/HBherRA"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="vuepress channel on Discord"></a>
<a href="https://discordapp.com/invite/HBherRA"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="VuePress channel on Discord"></a>
</p>
<h2 align="center">Supporting VuePress</h2>
......
# @vuepress/markdown-loader
> markdown-loader for vuepress
> markdown-loader for VuePress
## Usage
......
# @vuepress/markdown
> markdown library for vuepress
> markdown library for VuePress
## Public API
......
# @vuepress/plugin-active-header-links
> active-header-links plugin for vuepress
> active-header-links plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-active-header-links.html).
# @vuepress/plugin-back-to-top
> Back-to-top plugin for vuepress
> Back-to-top plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-back-to-top.html).
# @vuepress/plugin-google-analytics
> Google analytics plugin for vuepress
> Google analytics plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-google-analytics.html).
# @vuepress/plugin-last-updated
> last-updated plugin for vuepress
> last-updated plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-last-updated.html).
# @vuepress/plugin-medium-zoom
> medium-zoom plugin for vuepress
> medium-zoom plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-medium-zoom.html).
# @vuepress/plugin-nprogress
> nprogress plugin for vuepress
\ No newline at end of file
> nprogress plugin for VuePress
# @vuepress/plugin-pwa
> PWA plugin for vuepress
> PWA plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-pwa.html).
# @vuepress/plugin-register-components
> register-components plugin for vuepress
> register-components plugin for VuePress
# @vuepress/plugin-search
> header-based search plugin for vuepress
> header-based search plugin for VuePress
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-search.html).
# @vuepress/shard-utils
> shard-utils for vuepress
\ No newline at end of file
> shard-utils for VuePress
# @vuepress/test-utils
> test-utils for vuepress
\ No newline at end of file
> test-utils for VuePress
# @vuepress/theme-default
> theme-default for vuepress
> theme-default for VuePress
## Plugins
......
# @vuepress/theme-vue
> theme-vue for vuepress
\ No newline at end of file
> theme-vue for VuePress
......@@ -5,7 +5,7 @@ metaTitle: Last-Updated Plugin | VuePress
# [@vuepress/plugin-last-updated](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-last-updated)
> last-updated plugin for vuepress
> last-updated plugin for VuePress
If you use the default theme, you don't need to install this plugin, because the plugin is already included in the `core` of VuePress, and you should use the [themeConfig.lastUpdated](../../theme/default-theme-config.md#last-updated) option directly.
......
......@@ -5,7 +5,7 @@ metaTitle: Register Components Plugin | VuePress
# [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-register-components)
> register-components plugin for vuepress
> register-components plugin for VuePress
## Install
......
......@@ -5,7 +5,7 @@ metaTitle: 注册组件的插件 | VuePress
# [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-register-components)
> register-components plugin for vuepress
> register-components plugin for VuePress
## 安装
......
......@@ -8,16 +8,16 @@
<a href="https://npmcharts.com/compare/vuepress?minimal=true"><a href="https://opencollective.com/vuepress" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/vuepress/all/badge.svg?label=financial+contributors" /></a> <img src="https://img.shields.io/npm/dm/vuepress.svg" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/v/vuepress.svg" alt="Version"></a>
<a href="https://github.com/vuejs/vuepress/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/vuepress.svg" alt="License"></a>
<a href="https://discordapp.com/invite/HBherRA"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="vuepress channel on Discord"></a>
<a href="https://discordapp.com/invite/HBherRA"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="VuePress channel on Discord"></a>
</p>
# Vuepress
# VuePress
:memo: Minimalistic Vue-powered static site generator
## Installation
Use the package manager [yarn](https://yarnpkg.com/) to install vuepress as a dev dependency.
Use the package manager [yarn](https://yarnpkg.com/) to install VuePress as a dev dependency.
```bash
yarn add vuepress -D
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册