We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7a13e commit cd7d32aCopy full SHA for cd7d32a
packages/docs/docs/zh/theme/default-theme-config.md
@@ -57,8 +57,8 @@ module.exports = {
57
{
58
text: 'Languages',
59
items: [
60
- { text: 'Chinese', link: '/language/chinese' },
61
- { text: 'Japanese', link: '/language/japanese' }
+ { text: 'Chinese', link: '/language/chinese/' },
+ { text: 'Japanese', link: '/language/japanese/' }
62
]
63
}
64
@@ -160,7 +160,7 @@ module.exports = {
160
161
```
162
163
-::: tip
+::: tip
164
值得一提的是,当你禁用此选项时,此功能的相应脚本将不会被加载,这是我们性能优化的一个小点。
165
:::
166
0 commit comments