From 57dc8a923818d8acd4ee59fdbb4aa4499f06feb3 Mon Sep 17 00:00:00 2001 From: 2jun0 Date: Fri, 22 Oct 2021 10:50:34 +0900 Subject: [PATCH] docs: Update nameLink in configuration.md (#1653) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Like [this commit](https://github.com/docsifyjs/docsify/pull/1651), thie configuration.md page needs to be updated. Co-authored-by: 沈唁 <52o@qq52o.cn> --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 96ad8bc9c..689cd395e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -301,8 +301,8 @@ window.$docsify = { // For each route nameLink: { - '/zh-cn/': '/zh-cn/', - '/': '/', + '/zh-cn/': '#/zh-cn/', + '/': '#/', }, }; ```