Skip to content

Commit 3935bce

Browse files
committed
docs: remove stale version badge
1 parent a90b24a commit 3935bce

File tree

10 files changed

+16
-17
lines changed

10 files changed

+16
-17
lines changed

packages/docs/docs/api/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node.js API <Badge text="1.0.0-alpha.44+"/>
1+
# Node.js API
22

33
## Usage
44

packages/docs/docs/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ And providing you are in `foo/one.md`:
3535
[bar - four](../bar/four.html) <!-- Or you can append .html -->
3636
```
3737

38-
### Redirection for URLs <Badge text="1.0.0-alpha.37"/>
38+
### Redirection for URLs
3939

4040
VuePress supports redirecting to clean links. If a link `/foo` is not found, VuePress will look for a existing `/foo/` or `/foo.html`. Conversely, when one of `/foo/` or `/foo.html` is not found, VuePress will also try the other. With this feature, we can customize your website’s URLs with the official plugin [vuepress-plugin-clean-urls](https://vuepress.github.io/plugins/clean-urls/).
4141

packages/docs/docs/guide/using-vue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ It(<OutboundLink/>) is used to specify that this is an external link. In VuePres
232232

233233
See [Browser API Access Restrictions](#browser-api-access-restrictions).
234234

235-
### Content <Badge text="1.0.0+"/>
235+
### Content
236236

237237
- **Props**:
238238

@@ -254,7 +254,7 @@ Specify a specific slot for a specific page (.md) for rendering. This will be us
254254
- [Writing a theme > Content Outlet](../theme/writing-a-theme.md#content-outlet)
255255

256256

257-
### Badge <Badge text="beta" type="warn"/> <Badge text="0.10.1+"/> <Badge text="default theme"/>
257+
### Badge <Badge text="beta" type="warn"/> <Badge text="default theme"/>
258258

259259
- **Props**:
260260

@@ -267,7 +267,7 @@ Specify a specific slot for a specific page (.md) for rendering. This will be us
267267
You can use this component in header to add some status for some API:
268268

269269
``` md
270-
### Badge <Badge text="beta" type="warn"/> <Badge text="0.10.1+"/> <Badge text="default theme"/>
270+
### Badge <Badge text="beta" type="warn"/> <Badge text="default theme"/>
271271
```
272272

273273
**Also see:**

packages/docs/docs/plugin/official/plugin-nprogress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metaTitle: Nprogress Plugin | VuePress
55

66
# [@vuepress/plugin-nprogress](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-nprogress)
77

8-
> A progress bar plugin based on [nprogress](https://github.com/rstacruz/nprogress). <Badge text="1.0.0-alpha.31+"/>
8+
> A progress bar plugin based on [nprogress](https://github.com/rstacruz/nprogress).
99
1010
## Install
1111

packages/docs/docs/theme/default-theme-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ sidebarDepth: 2
172172
---
173173
```
174174

175-
### Displaying Header Links of All Pages <Badge text="0.11.0+"/>
175+
### Displaying Header Links of All Pages
176176

177177
The sidebar only displays links for headers in the current active page. You can display all header links for every page with `themeConfig.displayAllHeaders: true`:
178178

@@ -232,7 +232,7 @@ Sidebar groups are collapsable by default. You can force a group to be always op
232232
A sidebar group config also supports [sidebarDepth](#nested-header-links) field to override the default sidebar depth (`1`).
233233

234234
::: tip
235-
   From `1.0.0-alpha.36` on, nested sidebar group <Badge text="beta"/> is also supported, but the nesting depth should be less than 3, otherwise the console will receive a warning.
235+
   Nested sidebar group <Badge text="beta"/> is also supported, but the nesting depth should be less than 3, otherwise the console will receive a warning.
236236
:::
237237

238238
### Multiple Sidebars

packages/docs/docs/zh/api/node.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node.js API <Badge text="1.0.0-alpha.44+"/>
1+
# Node.js API
22

33
## 使用
44

@@ -97,4 +97,3 @@ async function build (options) {
9797
- 默认值: `{}`
9898

9999
当你想编写测试且不想依赖于实际的配置文件时,它将非常有用。想要查看所有的配置选项,请移步 [siteConfig](../config/README.md)
100-

packages/docs/docs/zh/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[bar - four](../bar/four.html) <!-- 也可以用 .html -->
3636
```
3737

38-
### 链接的重定向 <Badge text="1.0.0-alpha.37"/>
38+
### 链接的重定向
3939

4040
VuePress 支持重定向到干净链接。如果一个链接 `/foo` 找不到,VuePress 会自行寻找一个可用的 `/foo/``/foo.html`。反过来,当 `/foo/``/foo.html` 中的一个找不到时,VuePress 也会尝试寻找另一个。借助这种特性,我们可以通过官方插件 [vuepress-plugin-clean-urls](https://vuepress.github.io/plugins/clean-urls/) 定制你的网站路径。
4141

packages/docs/docs/zh/guide/using-vue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default {
229229

230230
参考 [浏览器的 API 访问限制](#浏览器的-api-访问限制)
231231

232-
### Content <Badge text="1.0.0+"/>
232+
### Content
233233

234234
- **Props**:
235235

@@ -252,7 +252,7 @@ export default {
252252
- [开发主题 > 获取渲染内容](../theme/writing-a-theme.md#获取渲染内容)
253253

254254

255-
### Badge <Badge text="beta" type="warn"/> <Badge text="0.10.1+"/> <Badge text="默认主题"/>
255+
### Badge <Badge text="beta" type="warn"/> <Badge text="默认主题"/>
256256

257257
- **Props**:
258258

@@ -265,7 +265,7 @@ export default {
265265
你可以在标题中,使用这个组件来为某些 API 添加一些状态:
266266

267267
``` md
268-
### Badge <Badge text="beta" type="warn"/> <Badge text="0.10.1+"/> <Badge text="默认主题"/>
268+
### Badge <Badge text="beta" type="warn"/> <Badge text="默认主题"/>
269269
```
270270

271271
**参考:**

packages/docs/docs/zh/plugin/official/plugin-nprogress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metaTitle: Nprogress 插件 | VuePress
55

66
# [@vuepress/plugin-nprogress](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-nprogress)
77

8-
> 一个基于 [nprogress](https://github.com/rstacruz/nprogress) 的进度条插件。<Badge text="1.0.0-alpha.31+"/>
8+
> 一个基于 [nprogress](https://github.com/rstacruz/nprogress) 的进度条插件。
99
1010
## 安装
1111

packages/docs/docs/zh/theme/default-theme-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ sidebarDepth: 2
169169
---
170170
```
171171

172-
### 显示所有页面的标题链接 <Badge text="0.11.0+"/>
172+
### 显示所有页面的标题链接
173173

174174
默认情况下,侧边栏只会显示由当前活动页面的标题(headers)组成的链接,你可以将 `themeConfig.displayAllHeaders` 设置为 `true` 来显示所有页面的标题链接:
175175

@@ -230,7 +230,7 @@ module.exports = {
230230
一个侧边栏的子组配置同时支持 [sidebarDepth](#nested-header-links) 字段用于重写默认显示的侧边栏深度(`1`)。
231231

232232
::: tip
233-
`1.0.0-alpha.36` 开始,嵌套的侧边栏分组 <Badge text="beta"/> 也是支持的,但嵌套深度应小于 3,否则在控制台会收到警告。
233+
嵌套的侧边栏分组 <Badge text="beta"/> 也是支持的,但嵌套深度应小于 3,否则在控制台会收到警告。
234234
:::
235235

236236
### 多个侧边栏

0 commit comments

Comments
 (0)