Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
cinwell.li
28d094200c
docs: about cache 2019-05-22 15:38:50 +08:00

View file

@ -454,6 +454,18 @@ window.$docsify = {
};
```
Such as setting the cache
```js
window.$docsify = {
requestHeaders: {
'cache-control': 'max-age=600'
}
};
```
## ext
- type: `String`