Update nameLink option docs (#1125)

This commit is contained in:
Joe Pea 2020-04-19 08:32:07 -07:00 committed by GitHub
parent dcb0aaea99
commit b2e6123980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ window.$docsify = {
- Type: `String`
- Default: `window.location.pathname`
The name of the link.
The URL that the website `name` links to.
```js
window.$docsify = {
@ -587,4 +587,4 @@ Adds a space on top when scrolling content page to reach the selected section. T
window.$docsify = {
topMargin: 90, // default: 0
};
```
```