mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 17:55:24 +08:00
Remove the document caching
This commit is contained in:
@@ -31,6 +31,11 @@
|
|||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'YukiHookAPI',
|
name: 'YukiHookAPI',
|
||||||
repo: 'https://github.com/fankes/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',
|
homepage: 'guide/home.md',
|
||||||
coverpage: true,
|
coverpage: true,
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
|
Reference in New Issue
Block a user