We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065cdd4 commit 6c13bdbCopy full SHA for 6c13bdb
docs/configuration.md
@@ -354,7 +354,7 @@ Set the route alias. You can freely manage routing rules. Supports RegExp.
354
```js
355
window.$docsify = {
356
alias: {
357
- '/foo/(+*)': '/bar/$1', // supports regexp
+ '/foo/(.*)': '/bar/$1', // supports regexp
358
'/zh-cn/changelog': '/changelog',
359
'/changelog':
360
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',
0 commit comments