diff --git a/docs/configuration.md b/docs/configuration.md index bcbe2e0de..ec5ee3c46 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -480,6 +480,18 @@ window.$docsify = { }; ``` +Such as setting the cache + +```js +window.$docsify = { + requestHeaders: { + 'cache-control': 'max-age=600' + } +}; +``` + + + ## ext - type: `String`