diff --git a/docs/configuration.md b/docs/configuration.md index 11797c794..d402384f0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 }; -``` \ No newline at end of file +```