From 248060b0e7af83b92479aae319a92a08c1abb5fd Mon Sep 17 00:00:00 2001 From: 2jun0 Date: Fri, 15 Oct 2021 21:05:09 +0900 Subject: [PATCH] Update nameLink in configuration.md Like [this commit](https://github.com/docsifyjs/docsify/pull/1651), thie configuration.md page needs to be updated. --- 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/', + '/': '#/', }, }; ```