Remove the document caching

This commit is contained in:
2022-04-13 00:28:20 +08:00
parent 5484e47293
commit 73eb3940d2

View File

@@ -31,6 +31,11 @@
window.$docsify = {
name: 'YukiHookAPI',
repo: 'https://github.com/fankes/YukiHookAPI',
requestHeaders: {
'cache-control': 'no-cache',
'Pragma': 'no-cache',
'If-Modified-Since': 'Thu, 01 Jun 1970 00:00:00 GMT'
},
homepage: 'guide/home.md',
coverpage: true,
loadNavbar: true,