Skip to content

Commit c8eff35

Browse files
committedDec 22, 2021
chore: clean outdated links
1 parent 6aaacdf commit c8eff35

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed
 

‎CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ It seems no any changes here.
623623
### Features
624624

625625
* **$core:** refine theme api ([d16d3d5](https://github.com/vuejs/vuepress/commit/d16d3d5)) [@ULIVZ](https://github.com/ULIVZ)([#1319](https://github.com/vuejs/vuepress/issues/1319))
626-
- Check out [Theme Inheritance](https://v1.vuepress.vuejs.org/theme/inheritance.html) for more details.
626+
- Check out [Theme Inheritance](https://vuepress.vuejs.org/theme/inheritance.html) for more details.
627627
* **$markdown:** code snippet hmr (close [#1309](https://github.com/vuejs/vuepress/issues/1309)) ([#1358](https://github.com/vuejs/vuepress/issues/1358)) ([8f83a17](https://github.com/vuejs/vuepress/commit/8f83a17)) [@Shigma](https://github.com/Shigma)
628628
* **$markdown:** refine markdown api ([#1337](https://github.com/vuejs/vuepress/issues/1337)) ([b79768c](https://github.com/vuejs/vuepress/commit/b79768c)) [@Shigma](https://github.com/Shigma)
629629
* **$markdown:** cache parser ([#1359](https://github.com/vuejs/vuepress/issues/1359)) ([f04adbf](https://github.com/vuejs/vuepress/commit/f04adbf)) [@Shigma](https://github.com/Shigma)
@@ -720,7 +720,7 @@ It seems no any changes here.
720720
* **$core:** Cannot load assets when `base` is not '/' (close: [#1238](https://github.com/vuejs/vuepress/issues/1238))([#1239](https://github.com/vuejs/vuepress/issues/1239)) ([8a234bb](https://github.com/vuejs/vuepress/commit/8a234bb)) [@Steve Young](https://github.com/Steve Young)
721721
<br>This is a regression issue of leverage webpack-dev-server at [#1195](https://github.com/vuejs/vuepress/issues/1195).
722722

723-
* **$markdown:** Remove colon as separator for [Import Code Snippets](https://v1.vuepress.vuejs.org/guide/markdown.html#import-code-snippets) (close: [#1151](https://github.com/vuejs/vuepress/issues/1151)) ([#1236](https://github.com/vuejs/vuepress/issues/1236)) ([099d346](https://github.com/vuejs/vuepress/commit/099d346)) [@Shigma](https://github.com/Shigma)
723+
* **$markdown:** Remove colon as separator for [Import Code Snippets](https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets) (close: [#1151](https://github.com/vuejs/vuepress/issues/1151)) ([#1236](https://github.com/vuejs/vuepress/issues/1236)) ([099d346](https://github.com/vuejs/vuepress/commit/099d346)) [@Shigma](https://github.com/Shigma)
724724

725725

726726
### Features
@@ -746,7 +746,7 @@ It seems no any changes here.
746746
### Features
747747

748748
* **$core:** Leverage `webpack-dev-server` and sunset `webpack-serve` ([#1195](https://github.com/vuejs/vuepress/issues/1195)) ([81e3ef6](https://github.com/vuejs/vuepress/commit/81e3ef6)) [@ULIVZ](https://github.com/ULIVZ)
749-
- Add new plugin option api [beforeDevServer](https://v1.vuepress.vuejs.org/plugin/option-api.html#beforedevserver) and [afterDevServer](https://v1.vuepress.vuejs.org/plugin/option-api.html#afterdevserver).
749+
- Add new plugin option api [beforeDevServer](https://vuepress.vuejs.org/plugin/option-api.html#beforedevserver) and [afterDevServer](https://vuepress.vuejs.org/plugin/option-api.html#afterdevserver).
750750
- Remove `enhanceDevServer`.
751751
- Publish [vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export).
752752
* **$core:** Allow a theme package using a sub directory (close [#1204](https://github.com/vuejs/vuepress/issues/1204)) ([#1206](https://github.com/vuejs/vuepress/issues/1206)) ([febe3a7](https://github.com/vuejs/vuepress/commit/febe3a7)) [@Liu&nbsp;Xinyu](https://github.com/Liu&nbsp;Xinyu)
@@ -756,7 +756,7 @@ It seems no any changes here.
756756

757757
* **$core:** - Plugin option `enhanceDevServer` was removed.
758758
- **For 0.x users**, there is no any effect since we didn't expose API to modify it.
759-
- **For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33**, you should use [`beforeDevServer`](https://v1.vuepress.vuejs.org/plugin/option-api.html#beforedevserver)(i.e. [before](https://webpack.js.org/configuration/dev-server/#devserver-before) in `webpack-dev-server`) to replace `enhanceDevServer`, you can also use [`afterDevServer`](https://v1.vuepress.vuejs.org/plugin/option-api.html#afterdevserver)(i.e. [after](https://webpack.js.org/configuration/dev-server/#devserver-after) in `webpack-dev-server`) to execute custom middleware after all other middleware internally within the server.
759+
- **For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33**, you should use [`beforeDevServer`](https://vuepress.vuejs.org/plugin/option-api.html#beforedevserver)(i.e. [before](https://webpack.js.org/configuration/dev-server/#devserver-before) in `webpack-dev-server`) to replace `enhanceDevServer`, you can also use [`afterDevServer`](https://vuepress.vuejs.org/plugin/option-api.html#afterdevserver)(i.e. [after](https://webpack.js.org/configuration/dev-server/#devserver-after) in `webpack-dev-server`) to execute custom middleware after all other middleware internally within the server.
760760

761761
<a name="1.0.0-alpha.32"></a>
762762
# [1.0.0-alpha.32](https://github.com/vuejs/vuepress/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2019-01-15)
@@ -842,7 +842,7 @@ It seems no any changes here.
842842

843843
* **$core:** pass generated page paths to `generated` hook ([#925](https://github.com/vuejs/vuepress/issues/925)) ([5ee2b2b](https://github.com/vuejs/vuepress/commit/5ee2b2b)) [@Michael&nbsp;Smith](https://github.com/Michael&nbsp;Smith)
844844
* **$core:** `extendCli` Plugin Option API ([#1069](https://github.com/vuejs/vuepress/issues/1069)) ([e963731](https://github.com/vuejs/vuepress/commit/e963731)) [@ULIVZ](https://github.com/ULIVZ)
845-
- See [docs](https://v1.vuepress.vuejs.org/plugin/option-api.html#extendcli).
845+
- See [docs](https://vuepress.vuejs.org/plugin/option-api.html#extendcli).
846846
* **$plugin-search:** searchable paths with test RegExp ([#1032](https://github.com/vuejs/vuepress/issues/1032)) ([d6bddf1](https://github.com/vuejs/vuepress/commit/d6bddf1)) [@Robson&nbsp;Tenório](https://github.com/Robson&nbsp;Tenório)
847847

848848

@@ -1238,7 +1238,7 @@ It seems no any changes here.
12381238
### Features
12391239

12401240
- **Plugin API**
1241-
- [Documentation](https://v1.vuepress.vuejs.org/plugin/)
1241+
- [Documentation](https://vuepress.vuejs.org/plugin/)
12421242
- Multiple official plugins
12431243
- [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-active-header-links)
12441244
- [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-back-to-top) (Thanks to @ycmjason )
@@ -1253,18 +1253,18 @@ It seems no any changes here.
12531253

12541254
- **Refined Theme API**
12551255
- From now on, the theme will no longer use Layout.vue as the entry point, but you can have your own configuration. For example, a theme can have some built-in plugins.
1256-
- [Documentation](https://v1.vuepress.vuejs.org/theme/)
1256+
- [Documentation](https://vuepress.vuejs.org/theme/)
12571257

12581258
- **Permalinks**
12591259
- From now on, VuePress supports custom routing in addition to the default file-level-based routing.
1260-
- [Documentation](https://v1.vuepress.vuejs.org/guide/permalinks.html)
1260+
- [Documentation](https://vuepress.vuejs.org/guide/permalinks.html)
12611261

12621262
- **Markdown slots**
1263-
- [Documentation](https://v1.vuepress.vuejs.org/guide/markdown-slot.html)
1263+
- [Documentation](https://vuepress.vuejs.org/guide/markdown-slot.html)
12641264

12651265
- **Free to add new pages**
12661266
- You can add new pages with content (i.e. pointing to markdown files) or no content (i.e. common routes).
1267-
- [Documentation](https://v1.vuepress.vuejs.org/plugin/option-api.html#additionalpages)
1267+
- [Documentation](https://vuepress.vuejs.org/plugin/option-api.html#additionalpages)
12681268

12691269
- **Custom temp path**
12701270
- The running of VuePress actually depends on some temporary files generated during the build time. Before that, its default location is in `node_modules`, but now you can start configuring it, but don't forget to add it to gitignore.
@@ -1416,7 +1416,7 @@ It seems no any changes here.
14161416
* **$core:**: version data layer ([0c5b752](https://github.com/vuejs/vuepress/commit/0c5b752)) [@ULIVZ](https://github.com/ULIVZ)
14171417
* **$default-theme:** new file-level API: `style.styl`. ([2f53f2f](https://github.com/vuejs/vuepress/commit/2f53f2f)) [@ULIVZ](https://github.com/ULIVZ)
14181418
1. Fixed overriding css variable doesn't work at `0.11.0` (close: [#639](https://github.com/vuejs/vuepress/issues/639))
1419-
2. Split `override.styl` into two APIs: `override.styl` and `style.styl`, the former will focus on ONLY the stylus constants override, while the latter will focus on styles override or custom styles. See also: https://v1.vuepress.vuejs.org/default-theme-config/#simple-css-override.
1419+
2. Split `override.styl` into two APIs: `override.styl` and `style.styl`, the former will focus on ONLY the stylus constants override, while the latter will focus on styles override or custom styles. See also: https://vuepress.vuejs.org/default-theme-config/#simple-css-override.
14201420

14211421

14221422
<a name="0.11.0"></a>

‎packages/@vuepress/plugin-active-header-links/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> active-header-links plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-active-header-links.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-active-header-links.html).

‎packages/@vuepress/plugin-back-to-top/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> Back-to-top plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-back-to-top.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-back-to-top.html).

‎packages/@vuepress/plugin-google-analytics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> Google analytics plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-google-analytics.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-google-analytics.html).

‎packages/@vuepress/plugin-last-updated/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> last-updated plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-last-updated.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-last-updated.html).

‎packages/@vuepress/plugin-medium-zoom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> medium-zoom plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-medium-zoom.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-medium-zoom.html).

‎packages/@vuepress/plugin-pwa/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> PWA plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-pwa.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-pwa.html).

‎packages/@vuepress/plugin-search/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
> header-based search plugin for VuePress
44
5-
See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-search.html).
5+
See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-search.html).
66

0 commit comments

Comments
 (0)
Please sign in to comment.