Skip to content

Commit

Permalink
docs: about cache (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li authored and anikethsaha committed Dec 22, 2019
1 parent 808123b commit 8416275
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,18 @@ window.$docsify = {
};
```

Such as setting the cache

```js
window.$docsify = {
requestHeaders: {
'cache-control': 'max-age=600'
}
};
```



## ext

- type: `String`
Expand Down

0 comments on commit 8416275

Please sign in to comment.