diff --git a/docs/guide/i18n.md b/docs/guide/i18n.md index cb54a667..bf572ef0 100644 --- a/docs/guide/i18n.md +++ b/docs/guide/i18n.md @@ -69,5 +69,10 @@ export default defineUserConfig({ ``` ::: tip -Config reference: [Default Theme > locales](https://ecosystem.vuejs.press/themes/default/config.html#locales) + +Config reference: + +- [Default Theme > Config](https://ecosystem.vuejs.press/themes/default/config.html) +- [Default Theme > Locale config](https://ecosystem.vuejs.press/themes/default/locale.html) + ::: diff --git a/docs/reference/config.md b/docs/reference/config.md index 7dc3bc98..e30e9887 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -150,7 +150,7 @@ Rendered as: - Also see: - [Guide > Theme](../guide/theme.md) - - [Default Theme > Config](./default-theme/config.md) + - [Default Theme > Config](https://ecosystem.vuejs.press/themes/default/config.md) ## Bundler Config diff --git a/docs/zh/guide/i18n.md b/docs/zh/guide/i18n.md index bf4d6191..c8ef6173 100644 --- a/docs/zh/guide/i18n.md +++ b/docs/zh/guide/i18n.md @@ -69,5 +69,10 @@ export default defineUserConfig({ ``` ::: tip -配置参考: [默认主题 > locales](https://ecosystem.vuejs.press/zh/themes/default/config.html#locales) + +配置参考: + +- [默认主题 > 配置](https://ecosystem.vuejs.press/zh/themes/default/config.html) +- [默认主题 > 语言配置](https://ecosystem.vuejs.press/zh/themes/default/locale.html) + ::: diff --git a/docs/zh/reference/config.md b/docs/zh/reference/config.md index b5a323ed..e8fb310c 100644 --- a/docs/zh/reference/config.md +++ b/docs/zh/reference/config.md @@ -149,7 +149,7 @@ export default { - 参考: - [指南 > 主题](../guide/theme.md) - - [默认主题 > 配置](./default-theme/config.md) + - [默认主题 > 配置](https://ecosystem.vuejs.press/zh/themes/default/config.md) ## 打包工具配置