mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 03:59:19 +08:00
docs: Update nameLink in configuration.md (#1653)
Like [this commit](https://github.com/docsifyjs/docsify/pull/1651), thie configuration.md page needs to be updated. Co-authored-by: 沈唁 <52o@qq52o.cn>
This commit is contained in:
parent
d16e657f70
commit
57dc8a9238
@ -301,8 +301,8 @@ window.$docsify = {
|
||||
|
||||
// For each route
|
||||
nameLink: {
|
||||
'/zh-cn/': '/zh-cn/',
|
||||
'/': '/',
|
||||
'/zh-cn/': '#/zh-cn/',
|
||||
'/': '#/',
|
||||
},
|
||||
};
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user