From 05d026f5d4660b9bf3016c6616d4ccab5b273dac Mon Sep 17 00:00:00 2001 From: Billyyyyy3320 Date: Mon, 30 Dec 2019 17:13:30 +0800 Subject: [PATCH] docs: upadte faq example links --- packages/docs/docs/faq/README.md | 4 ++-- packages/docs/docs/zh/faq/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/docs/faq/README.md b/packages/docs/docs/faq/README.md index 3bbec4e28b..b045691045 100644 --- a/packages/docs/docs/faq/README.md +++ b/packages/docs/docs/faq/README.md @@ -54,7 +54,7 @@ module.exports = (options, ctx) => ({ **Example:** - [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-register-components/index.js#L24): Automatically registering components on the client-side. -- [@vuepress/plugin-pagination](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-pagination/index.js#L14): Automatically insert Vue plugins to expand the API of the client. +- [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-google-analytics/enhanceAppFile.js): Automatically set up Google Analytics. ## When do I need to use `clientDynamicModules`? @@ -63,5 +63,5 @@ module.exports = (options, ctx) => ({ **Example:** -- [@vuepress/plugin-blog](https://github.com/ulivz/vuepress-plugin-blog/blob/master/src/index.ts#L167): Using compile-time metadata to generate some dynamic blog-related modules and initialize them on the client-side by using `enhanceAppFiles`. +- [@vuepress/plugin-blog](https://github.com/vuepressjs/vuepress-plugin-blog/blob/master/src/node/index.ts#L208): Using compile-time metadata to generate some dynamic blog-related modules and initialize them on the client-side by using `enhanceAppFiles`. diff --git a/packages/docs/docs/zh/faq/README.md b/packages/docs/docs/zh/faq/README.md index be5c0f1366..81e82f46d6 100644 --- a/packages/docs/docs/zh/faq/README.md +++ b/packages/docs/docs/zh/faq/README.md @@ -54,7 +54,7 @@ module.exports = (options, ctx) => ({ **比如:** - [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-register-components/index.js#L24):在客户端自动注册组件 -- [@vuepress/plugin-pagination](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-pagination/index.js#L14):自动注入 Vue 插件来拓展客户端 API +- [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-google-analytics/enhanceAppFile.js):自动配置 Google Analytics ## 什么时候需要使用 `clientDynamicModules`? @@ -63,5 +63,5 @@ module.exports = (options, ctx) => ({ **比如:** -- [@vuepress/plugin-blog](https://github.com/ulivz/vuepress-plugin-blog/blob/master/src/index.ts#L167):使用编译期元数据生成一些博客相关的动态模块并通过 `enhanceAppFiles` 将他们在客户端初始化 +- [@vuepress/plugin-blog](https://github.com/vuepressjs/vuepress-plugin-blog/blob/master/src/node/index.ts#L208):使用编译期元数据生成一些博客相关的动态模块并通过 `enhanceAppFiles` 将他们在客户端初始化