diff --git a/docs/index.html b/docs/index.html
index 8e82d18a..870a6176 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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,