diff --git a/docs/reference/plugin/active-header-links.md b/docs/reference/plugin/active-header-links.md index ef7b8cac2f..0d122058ee 100644 --- a/docs/reference/plugin/active-header-links.md +++ b/docs/reference/plugin/active-header-links.md @@ -1,6 +1,6 @@ # active-header-links -> @vuepress/plugin-active-header-links +> [@vuepress/plugin-active-header-links](https://www.npmjs.com/package/@vuepress/plugin-active-header-links) 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_. diff --git a/docs/reference/plugin/back-to-top.md b/docs/reference/plugin/back-to-top.md index 490b7086fe..f381d04a42 100644 --- a/docs/reference/plugin/back-to-top.md +++ b/docs/reference/plugin/back-to-top.md @@ -1,6 +1,6 @@ # back-to-top -> @vuepress/plugin-back-to-top +> [@vuepress/plugin-back-to-top](https://www.npmjs.com/package/@vuepress/plugin-back-to-top) 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. diff --git a/docs/reference/plugin/container.md b/docs/reference/plugin/container.md index 88dbf55bc2..35dc3a1327 100644 --- a/docs/reference/plugin/container.md +++ b/docs/reference/plugin/container.md @@ -1,6 +1,6 @@ # container -> @vuepress/plugin-container +> [@vuepress/plugin-container](https://www.npmjs.com/package/@vuepress/plugin-container) Register markdown custom containers in your VuePress site. diff --git a/docs/reference/plugin/debug.md b/docs/reference/plugin/debug.md index 0c766bde64..94326b610e 100644 --- a/docs/reference/plugin/debug.md +++ b/docs/reference/plugin/debug.md @@ -1,5 +1,5 @@ # debug -> @vuepress/plugin-debug +> [@vuepress/plugin-debug](https://www.npmjs.com/package/@vuepress/plugin-debug) This plugin will add a debug component to your site. The component will only take effect in development mode. diff --git a/docs/reference/plugin/docsearch.md b/docs/reference/plugin/docsearch.md index 9025d29b00..f7383307b1 100644 --- a/docs/reference/plugin/docsearch.md +++ b/docs/reference/plugin/docsearch.md @@ -1,6 +1,6 @@ # docsearch -> @vuepress/plugin-docsearch +> [@vuepress/plugin-docsearch](https://www.npmjs.com/package/@vuepress/plugin-docsearch) Integrate [Algolia DocSearch](https://docsearch.algolia.com/) into VuePress, which can provide search to your documentation site. diff --git a/docs/reference/plugin/git.md b/docs/reference/plugin/git.md index 4922fc2c7e..e2963c6fa9 100644 --- a/docs/reference/plugin/git.md +++ b/docs/reference/plugin/git.md @@ -1,6 +1,6 @@ # git -> @vuepress/plugin-git +> [@vuepress/plugin-git](https://www.npmjs.com/package/@vuepress/plugin-git) This plugin will collect git information of your pages, including the created and updated time, the contributors, etc. diff --git a/docs/reference/plugin/google-analytics.md b/docs/reference/plugin/google-analytics.md index 21d07b1977..26c251c5e3 100644 --- a/docs/reference/plugin/google-analytics.md +++ b/docs/reference/plugin/google-analytics.md @@ -1,6 +1,6 @@ # google-analytics -> @vuepress/plugin-google-analytics +> [@vuepress/plugin-google-analytics](https://www.npmjs.com/package/@vuepress/plugin-google-analytics) Integrate [Google Analytics](https://analytics.google.com/) into VuePress. diff --git a/docs/reference/plugin/medium-zoom.md b/docs/reference/plugin/medium-zoom.md index 56f665554a..1af0890edd 100644 --- a/docs/reference/plugin/medium-zoom.md +++ b/docs/reference/plugin/medium-zoom.md @@ -1,6 +1,6 @@ # medium-zoom -> @vuepress/plugin-medium-zoom +> [@vuepress/plugin-medium-zoom](https://www.npmjs.com/package/@vuepress/plugin-medium-zoom) Integrate [medium-zoom](https://github.com/francoischalifour/medium-zoom#readme) into VuePress, which can provide the ability to zoom images. diff --git a/docs/reference/plugin/nprogress.md b/docs/reference/plugin/nprogress.md index 5ee03f213b..fb5c236d36 100644 --- a/docs/reference/plugin/nprogress.md +++ b/docs/reference/plugin/nprogress.md @@ -8,7 +8,7 @@ title: nprogress # nprogress Plugin -> @vuepress/plugin-nprogress +> [@vuepress/plugin-nprogress](https://www.npmjs.com/package/@vuepress/plugin-nprogress) Integrate [nprogress](https://github.com/rstacruz/nprogress) into VuePress, which can provide a progress bar when navigating to another page. diff --git a/docs/reference/plugin/palette.md b/docs/reference/plugin/palette.md index 5c37c06572..d84c8fb8b3 100644 --- a/docs/reference/plugin/palette.md +++ b/docs/reference/plugin/palette.md @@ -1,5 +1,7 @@ # palette +> [@vuepress/plugin-palette](https://www.npmjs.com/package/@vuepress/plugin-palette) + Provide palette support for your theme. 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. diff --git a/docs/reference/plugin/prismjs.md b/docs/reference/plugin/prismjs.md index a125eac4f7..1d5b45c3a8 100644 --- a/docs/reference/plugin/prismjs.md +++ b/docs/reference/plugin/prismjs.md @@ -1,6 +1,6 @@ # prismjs -> @vuepress/plugin-prismjs +> [@vuepress/plugin-prismjs](https://www.npmjs.com/package/@vuepress/plugin-prismjs) This plugin will enable syntax highlighting for markdown code fence with [Prism.js](https://prismjs.com/). diff --git a/docs/reference/plugin/pwa-popup.md b/docs/reference/plugin/pwa-popup.md index 303fbbad1f..87d10911a6 100644 --- a/docs/reference/plugin/pwa-popup.md +++ b/docs/reference/plugin/pwa-popup.md @@ -1,6 +1,6 @@ # pwa-popup -> @vuepress/plugin-pwa-popup +> [@vuepress/plugin-pwa-popup](https://www.npmjs.com/package/@vuepress/plugin-pwa-popup) Provide a popup component for users to activate the new PWA service worker manually. diff --git a/docs/reference/plugin/pwa.md b/docs/reference/plugin/pwa.md index b17b071418..a760111642 100644 --- a/docs/reference/plugin/pwa.md +++ b/docs/reference/plugin/pwa.md @@ -1,6 +1,6 @@ # pwa -> @vuepress/plugin-pwa +> [@vuepress/plugin-pwa](https://www.npmjs.com/package/@vuepress/plugin-pwa) Make your VuePress site a [Progressive Web Application (PWA)](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps). diff --git a/docs/reference/plugin/shiki.md b/docs/reference/plugin/shiki.md index 8b156fb142..6fb30343b5 100644 --- a/docs/reference/plugin/shiki.md +++ b/docs/reference/plugin/shiki.md @@ -1,6 +1,6 @@ # shiki -> @vuepress/plugin-shiki +> [@vuepress/plugin-shiki](https://www.npmjs.com/package/@vuepress/plugin-shiki) This plugin will enable syntax highlighting for markdown code fence with [Shiki](https://shiki.matsu.io/). diff --git a/docs/reference/plugin/theme-data.md b/docs/reference/plugin/theme-data.md index d55dc10c4a..079059b542 100644 --- a/docs/reference/plugin/theme-data.md +++ b/docs/reference/plugin/theme-data.md @@ -1,6 +1,6 @@ # theme-data -> @vuepress/plugin-theme-data +> [@vuepress/plugin-theme-data](https://www.npmjs.com/package/@vuepress/plugin-theme-data) Provide client data for your theme, with VuePress [i18n](../../guide/i18n.md) support. diff --git a/docs/zh/reference/plugin/active-header-links.md b/docs/zh/reference/plugin/active-header-links.md index e2b5262168..385a8c59aa 100644 --- a/docs/zh/reference/plugin/active-header-links.md +++ b/docs/zh/reference/plugin/active-header-links.md @@ -1,6 +1,6 @@ # active-header-links -> @vuepress/plugin-active-header-links +> [@vuepress/plugin-active-header-links](https://www.npmjs.com/package/@vuepress/plugin-active-header-links) 该插件会监听页面滚动事件。当页面滚动至某个 _标题锚点_ 后,如果存在对应的 _标题链接_ ,那么该插件会将路由 Hash 更改为该 _标题锚点_ 。 diff --git a/docs/zh/reference/plugin/back-to-top.md b/docs/zh/reference/plugin/back-to-top.md index cbcca6fa8b..c4e12f4301 100644 --- a/docs/zh/reference/plugin/back-to-top.md +++ b/docs/zh/reference/plugin/back-to-top.md @@ -1,6 +1,6 @@ # back-to-top -> @vuepress/plugin-back-to-top +> [@vuepress/plugin-back-to-top](https://www.npmjs.com/package/@vuepress/plugin-back-to-top) 该插件会给你的站点添加一个 _返回顶部_ 按钮。当页面向下滚动时,该按钮会显示在页面的右下角,点击它就会滚动到页面顶部。 diff --git a/docs/zh/reference/plugin/container.md b/docs/zh/reference/plugin/container.md index a94511247b..4d4d0fdc2c 100644 --- a/docs/zh/reference/plugin/container.md +++ b/docs/zh/reference/plugin/container.md @@ -1,6 +1,6 @@ # container -> @vuepress/plugin-container +> [@vuepress/plugin-container](https://www.npmjs.com/package/@vuepress/plugin-container) 为你的 VuePress 站点注册自定义容器。 diff --git a/docs/zh/reference/plugin/debug.md b/docs/zh/reference/plugin/debug.md index 3bf2ad297c..ee53d6a823 100644 --- a/docs/zh/reference/plugin/debug.md +++ b/docs/zh/reference/plugin/debug.md @@ -1,5 +1,5 @@ # debug -> @vuepress/plugin-debug +> [@vuepress/plugin-debug](https://www.npmjs.com/package/@vuepress/plugin-debug) 该插件会给你的站点添加一个 Debug 组件。该组件仅会在开发模式下生效。 diff --git a/docs/zh/reference/plugin/docsearch.md b/docs/zh/reference/plugin/docsearch.md index 5ce28abe12..e6d5f1e960 100644 --- a/docs/zh/reference/plugin/docsearch.md +++ b/docs/zh/reference/plugin/docsearch.md @@ -1,6 +1,6 @@ # docsearch -> @vuepress/plugin-docsearch +> [@vuepress/plugin-docsearch](https://www.npmjs.com/package/@vuepress/plugin-docsearch) 将 [Algolia DocSearch](https://docsearch.algolia.com/) 集成到 VuePress 中,为你的文档网站提供搜索功能。 diff --git a/docs/zh/reference/plugin/git.md b/docs/zh/reference/plugin/git.md index 5ca00916a9..32d4146786 100644 --- a/docs/zh/reference/plugin/git.md +++ b/docs/zh/reference/plugin/git.md @@ -1,6 +1,6 @@ # git -> @vuepress/plugin-git +> [@vuepress/plugin-git](https://www.npmjs.com/package/@vuepress/plugin-git) 该插件会收集你的页面的 Git 信息,包括创建和更新时间、贡献者等。 diff --git a/docs/zh/reference/plugin/google-analytics.md b/docs/zh/reference/plugin/google-analytics.md index 164f0dfda4..b00ddbd763 100644 --- a/docs/zh/reference/plugin/google-analytics.md +++ b/docs/zh/reference/plugin/google-analytics.md @@ -1,6 +1,6 @@ # google-analytics -> @vuepress/plugin-google-analytics +> [@vuepress/plugin-google-analytics](https://www.npmjs.com/package/@vuepress/plugin-google-analytics) 将 [Google Analytics](https://analytics.google.com/) 集成到 VuePress 中。 diff --git a/docs/zh/reference/plugin/medium-zoom.md b/docs/zh/reference/plugin/medium-zoom.md index 5df20ecc32..b78068cdc9 100644 --- a/docs/zh/reference/plugin/medium-zoom.md +++ b/docs/zh/reference/plugin/medium-zoom.md @@ -1,6 +1,6 @@ # medium-zoom -> @vuepress/plugin-medium-zoom +> [@vuepress/plugin-medium-zoom](https://www.npmjs.com/package/@vuepress/plugin-medium-zoom) 将 [medium-zoom](https://github.com/francoischalifour/medium-zoom#readme) 集成到 VuePress 中,为图片提供可缩放的功能。 diff --git a/docs/zh/reference/plugin/nprogress.md b/docs/zh/reference/plugin/nprogress.md index 69ad317c00..64e860b6c5 100644 --- a/docs/zh/reference/plugin/nprogress.md +++ b/docs/zh/reference/plugin/nprogress.md @@ -8,7 +8,7 @@ title: nprogress # nprogress 插件 -> @vuepress/plugin-nprogress +> [@vuepress/plugin-nprogress](https://www.npmjs.com/package/@vuepress/plugin-nprogress) 将 [nprogress](https://github.com/rstacruz/nprogress) 集成到 VuePress 中,在切换到另一个页面时会展示进度条。 diff --git a/docs/zh/reference/plugin/palette.md b/docs/zh/reference/plugin/palette.md index 8cc60cd9f6..1d711ccf45 100644 --- a/docs/zh/reference/plugin/palette.md +++ b/docs/zh/reference/plugin/palette.md @@ -1,5 +1,7 @@ # palette +> [@vuepress/plugin-palette](https://www.npmjs.com/package/@vuepress/plugin-palette) + 为你的主题提供调色板功能。 该插件主要用于开发主题,并且已经集成到默认主题中。大部分情况下你不需要直接使用它。 diff --git a/docs/zh/reference/plugin/prismjs.md b/docs/zh/reference/plugin/prismjs.md index 72860b851d..9b909863c9 100644 --- a/docs/zh/reference/plugin/prismjs.md +++ b/docs/zh/reference/plugin/prismjs.md @@ -1,6 +1,6 @@ # prismjs -> @vuepress/plugin-prismjs +> [@vuepress/plugin-prismjs](https://www.npmjs.com/package/@vuepress/plugin-prismjs) 该插件使用 [Prism.js](https://prismjs.com/) 来为 Markdown 代码块启用代码高亮。 diff --git a/docs/zh/reference/plugin/pwa-popup.md b/docs/zh/reference/plugin/pwa-popup.md index 20336a798a..aae86478bb 100644 --- a/docs/zh/reference/plugin/pwa-popup.md +++ b/docs/zh/reference/plugin/pwa-popup.md @@ -1,6 +1,6 @@ # pwa-popup -> @vuepress/plugin-pwa-popup +> [@vuepress/plugin-pwa-popup](https://www.npmjs.com/package/@vuepress/plugin-pwa-popup) 提供一个弹窗组件,允许用户手动刷新 PWA Service Worker 。 diff --git a/docs/zh/reference/plugin/pwa.md b/docs/zh/reference/plugin/pwa.md index 78d6843bda..0c45bad072 100644 --- a/docs/zh/reference/plugin/pwa.md +++ b/docs/zh/reference/plugin/pwa.md @@ -1,6 +1,6 @@ # pwa -> @vuepress/plugin-pwa +> [@vuepress/plugin-pwa](https://www.npmjs.com/package/@vuepress/plugin-pwa) 使你的 VuePress 站点成为一个 [渐进式 Web 应用 (PWA)](https://developer.mozilla.org/zh-CN/docs/Web/Progressive_web_apps). diff --git a/docs/zh/reference/plugin/shiki.md b/docs/zh/reference/plugin/shiki.md index 1f7cfa34ea..daf186b7f2 100644 --- a/docs/zh/reference/plugin/shiki.md +++ b/docs/zh/reference/plugin/shiki.md @@ -1,6 +1,6 @@ # shiki -> @vuepress/plugin-shiki +> [@vuepress/plugin-shiki](https://www.npmjs.com/package/@vuepress/plugin-shiki) 该插件使用 [Shiki](https://shiki.matsu.io/) 来为 Markdown 代码块启用代码高亮。 diff --git a/docs/zh/reference/plugin/theme-data.md b/docs/zh/reference/plugin/theme-data.md index f69cfc45a0..77853b4349 100644 --- a/docs/zh/reference/plugin/theme-data.md +++ b/docs/zh/reference/plugin/theme-data.md @@ -1,6 +1,6 @@ # theme-data -> @vuepress/plugin-theme-data +> [@vuepress/plugin-theme-data](https://www.npmjs.com/package/@vuepress/plugin-theme-data) 为你的主题提供客户端数据,包含 VuePress 的 [多语言支持](../../guide/i18n.md) 。