Skip to content

Commit 8416275

Browse files
QingWei-Lianikethsaha
authored andcommitted
docs: about cache (#854)
1 parent 808123b commit 8416275

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/configuration.md

+12
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,18 @@ window.$docsify = {
480480
};
481481
```
482482

483+
Such as setting the cache
484+
485+
```js
486+
window.$docsify = {
487+
requestHeaders: {
488+
'cache-control': 'max-age=600'
489+
}
490+
};
491+
```
492+
493+
494+
483495
## ext
484496

485497
- type: `String`

0 commit comments

Comments
 (0)