Skip to content

Commit

Permalink
docs: fix default theme broken link, close #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 1, 2024
1 parent e8ab354 commit 908ad19
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/guide/i18n.md
Expand Up @@ -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)

:::
2 changes: 1 addition & 1 deletion docs/reference/config.md
Expand Up @@ -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

Expand Down
7 changes: 6 additions & 1 deletion docs/zh/guide/i18n.md
Expand Up @@ -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)

:::
2 changes: 1 addition & 1 deletion docs/zh/reference/config.md
Expand Up @@ -149,7 +149,7 @@ export default {

- 参考:
- [指南 > 主题](../guide/theme.md)
- [默认主题 > 配置](./default-theme/config.md)
- [默认主题 > 配置](https://ecosystem.vuejs.press/zh/themes/default/config.md)

## 打包工具配置

Expand Down

0 comments on commit 908ad19

Please sign in to comment.