From 3355b68896399cc7e7870ce28d92e240142d5844 Mon Sep 17 00:00:00 2001 From: cyrilf Date: Sat, 11 Apr 2020 15:32:15 +0200 Subject: [PATCH] docs: Correctly refer to theme/index.js file --- packages/docs/docs/miscellaneous/design-concepts.md | 2 +- packages/docs/docs/zh/miscellaneous/design-concepts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/docs/miscellaneous/design-concepts.md b/packages/docs/docs/miscellaneous/design-concepts.md index d27cb04f68..05ecd00262 100644 --- a/packages/docs/docs/miscellaneous/design-concepts.md +++ b/packages/docs/docs/miscellaneous/design-concepts.md @@ -36,7 +36,7 @@ The options supported by `.vuepress/config.js` are actually based on the plugin The root configuration file of the theme is also a plugin. ::: tip -As with `.vuepress/config.js`, the options supported by `theme/config.js` are based on the plugin options and add some specific options. Using a graph to express their relationship: +As with `.vuepress/config.js`, the options supported by `theme/index.js` are based on the plugin options and add some specific options. Using a graph to express their relationship: diff --git a/packages/docs/docs/zh/miscellaneous/design-concepts.md b/packages/docs/docs/zh/miscellaneous/design-concepts.md index fe669fde93..d6c853d503 100644 --- a/packages/docs/docs/zh/miscellaneous/design-concepts.md +++ b/packages/docs/docs/zh/miscellaneous/design-concepts.md @@ -35,7 +35,7 @@ VuePress 1.0 进行了大范围的重写,其中最重要的就是引入 [Plugi 主题的根配置文件也是插件。 ::: tip -和 `.vuepress/config.js` 一样,`theme/config.js` 所支持的选项,也是在插件选项的基础上,又新增了一些特定的选项。用一张图来表达它们的关系就是: +和 `.vuepress/config.js` 一样,`theme/index.js` 所支持的选项,也是在插件选项的基础上,又新增了一些特定的选项。用一张图来表达它们的关系就是: