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