Skip to content

Commit

Permalink
Update nameLink option docs (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Apr 19, 2020
1 parent dcb0aae commit b2e6123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
};
```
```

0 comments on commit b2e6123

Please sign in to comment.