From b2e6123980e98c75a6a6e6cb1f366b19e9856c13 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 19 Apr 2020 08:32:07 -0700 Subject: [PATCH] Update nameLink option docs (#1125) --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```