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:
2jun0 2021-10-22 10:50:34 +09:00 committed by GitHub
parent d16e657f70
commit 57dc8a9238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,8 +301,8 @@ window.$docsify = {
// For each route
nameLink: {
'/zh-cn/': '/zh-cn/',
'/': '/',
'/zh-cn/': '#/zh-cn/',
'/': '#/',
},
};
```