Skip to content

Commit b2e6123

Browse files
authored
Update nameLink option docs (#1125)
1 parent dcb0aae commit b2e6123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ window.$docsify = {
265265
- Type: `String`
266266
- Default: `window.location.pathname`
267267

268-
The name of the link.
268+
The URL that the website `name` links to.
269269

270270
```js
271271
window.$docsify = {
@@ -587,4 +587,4 @@ Adds a space on top when scrolling content page to reach the selected section. T
587587
window.$docsify = {
588588
topMargin: 90, // default: 0
589589
};
590-
```
590+
```

0 commit comments

Comments
 (0)