Skip to content

Commit

Permalink
Merge branch 'develop' into fix-xss
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 15, 2021
2 parents 8c1ae12 + 6c13bdb commit 10d302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Set the route alias. You can freely manage routing rules. Supports RegExp.
```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',
Expand Down

0 comments on commit 10d302f

Please sign in to comment.