We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7485d commit 4667324Copy full SHA for 4667324
configuration.md
@@ -326,7 +326,7 @@ window.$docsify = {
326
```js
327
window.$docsify = {
328
alias: {
329
- '/foo/(+*)': '/bar/$1', // supports regexp
+ '/foo/(.*)': '/bar/$1', // supports regexp
330
'/zh-cn/changelog': '/changelog',
331
'/changelog':
332
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',
0 commit comments