docs(changelog): 4.1.0

This commit is contained in:
qingwei.li 2017-05-30 12:05:25 +08:00
commit 7e169ad154
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
5 changed files with 18 additions and 1 deletions

View file

@ -317,7 +317,7 @@ window.$docsify = {
```
## format-updated
We can display the file update date through **{docsify-updated<span>}</span>** variable. And format it by `formatUpdated`.
We can display the file update date through **{docsify-updated<span>}</span>** variable. And format it by `formatUpdated`.
See https://github.com/lukeed/tinydate#patterns
```js
window.$docsify = {
@ -340,3 +340,10 @@ window.$docsify = {
externalLinkTarget: '_self' // default: '_blank'
}
```
## router-mode
```js
window.$docsify = {
routerMode: 'history' // default: 'hash'
}
```