Skip to content

Commit 04be615

Browse files
Yue-plusmeteorlxy
andauthored
docs: add npm links for plugins (#96)
Co-authored-by: meteorlxy <[email protected]>
1 parent 0294b7a commit 04be615

30 files changed

+32
-28
lines changed

docs/reference/plugin/active-header-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# active-header-links
22

3-
> @vuepress/plugin-active-header-links
3+
> [@vuepress/plugin-active-header-links](https://www.npmjs.com/package/@vuepress/plugin-active-header-links)
44
55
This plugin will listen to page scroll event. When the page scrolls to a certain _header anchor_, this plugin will change the route hash to that _header anchor_ if there is a corresponding _header link_.
66

docs/reference/plugin/back-to-top.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# back-to-top
22

3-
> @vuepress/plugin-back-to-top
3+
> [@vuepress/plugin-back-to-top](https://www.npmjs.com/package/@vuepress/plugin-back-to-top)
44
55
This plugin will add a _back to top_ button to your site. The button will be displayed in the bottom right corner of the page when scrolling down. By clicking the button, the page will scroll to the top.
66

docs/reference/plugin/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# container
22

3-
> @vuepress/plugin-container
3+
> [@vuepress/plugin-container](https://www.npmjs.com/package/@vuepress/plugin-container)
44
55
Register markdown custom containers in your VuePress site.
66

docs/reference/plugin/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# debug
22

3-
> @vuepress/plugin-debug
3+
> [@vuepress/plugin-debug](https://www.npmjs.com/package/@vuepress/plugin-debug)
44
55
This plugin will add a debug component to your site. The component will only take effect in development mode.

docs/reference/plugin/docsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docsearch
22

3-
> @vuepress/plugin-docsearch
3+
> [@vuepress/plugin-docsearch](https://www.npmjs.com/package/@vuepress/plugin-docsearch)
44
55
Integrate [Algolia DocSearch](https://docsearch.algolia.com/) into VuePress, which can provide search to your documentation site.
66

docs/reference/plugin/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# git
22

3-
> @vuepress/plugin-git
3+
> [@vuepress/plugin-git](https://www.npmjs.com/package/@vuepress/plugin-git)
44
55
This plugin will collect git information of your pages, including the created and updated time, the contributors, etc.
66

docs/reference/plugin/google-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# google-analytics
22

3-
> @vuepress/plugin-google-analytics
3+
> [@vuepress/plugin-google-analytics](https://www.npmjs.com/package/@vuepress/plugin-google-analytics)
44
55
Integrate [Google Analytics](https://analytics.google.com/) into VuePress.
66

docs/reference/plugin/medium-zoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# medium-zoom
22

3-
> @vuepress/plugin-medium-zoom
3+
> [@vuepress/plugin-medium-zoom](https://www.npmjs.com/package/@vuepress/plugin-medium-zoom)
44
55
Integrate [medium-zoom](https://github.com/francoischalifour/medium-zoom#readme) into VuePress, which can provide the ability to zoom images.
66

docs/reference/plugin/nprogress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: nprogress
88

99
# nprogress Plugin
1010

11-
> @vuepress/plugin-nprogress
11+
> [@vuepress/plugin-nprogress](https://www.npmjs.com/package/@vuepress/plugin-nprogress)
1212
1313
Integrate [nprogress](https://github.com/rstacruz/nprogress) into VuePress, which can provide a progress bar when navigating to another page.
1414

docs/reference/plugin/palette.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# palette
22

3+
> [@vuepress/plugin-palette](https://www.npmjs.com/package/@vuepress/plugin-palette)
4+
35
Provide palette support for your theme.
46

57
This plugin is mainly used to develop themes, and has been integrated into the default theme. You won't need to use it directly in most cases.

0 commit comments

Comments
 (0)