We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad835c commit 07a2a91Copy full SHA for 07a2a91
docs/configuration.md
@@ -206,7 +206,13 @@ The name of the link.
206
207
```js
208
window.$docsify = {
209
- nameLink: '/'
+ nameLink: '/',
210
+
211
+ // For each route
212
+ nameLink: {
213
+ '/zh-cn/': '/zh-cn/',
214
+ '/': '/'
215
+ }
216
}
217
```
218
docs/zh-cn/configuration.md
@@ -206,7 +206,13 @@ window.$docsify = {
+ // 按照路由切换
0 commit comments