diff --git a/core/index.html b/core/index.html
index a840f8e..196d0a9 100644
--- a/core/index.html
+++ b/core/index.html
@@ -29,7 +29,11 @@
depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
+ },
+ requestHeaders: {
+ 'cache-control': 'no-cache'
}
+
}
diff --git a/erratum/index.html b/erratum/index.html
index 68be08d..f2af0be 100644
--- a/erratum/index.html
+++ b/erratum/index.html
@@ -29,6 +29,9 @@
depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
+ },
+ requestHeaders: {
+ 'cache-control': 'no-cache'
}
}