We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c1ae12 + 6c13bdb commit 10d302fCopy full SHA for 10d302f
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