From 4667324c6bd9653a8e35407a9660b9256730395f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Thu, 18 Feb 2021 15:30:33 +0800 Subject: [PATCH] Update configuration.md https://github.com/docsifyjs/docsify/pull/1511 --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 8d0a4a7..c0acf3e 100644 --- a/configuration.md +++ b/configuration.md @@ -326,7 +326,7 @@ window.$docsify = { ```js window.$docsify = { alias: { - '/foo/(+*)': '/bar/$1', // supports regexp + '/foo/(.*)': '/bar/$1', // supports regexp '/zh-cn/changelog': '/changelog', '/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',