mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-10 05:48:18 +10:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28d094200c |
@@ -454,6 +454,18 @@ window.$docsify = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Such as setting the cache
|
||||||
|
|
||||||
|
```js
|
||||||
|
window.$docsify = {
|
||||||
|
requestHeaders: {
|
||||||
|
'cache-control': 'max-age=600'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ext
|
## ext
|
||||||
|
|
||||||
- type: `String`
|
- type: `String`
|
||||||
|
|||||||
Reference in New Issue
Block a user