stable #136

Merged
kazhnuz merged 124 commits from stable into V2 2020-10-31 09:52:31 +01:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit aea8798bf6 - Show all commits

View file

@ -29,7 +29,11 @@
depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
},
requestHeaders: {
'cache-control': 'no-cache'
}
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

View file

@ -29,6 +29,9 @@
depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
},
requestHeaders: {
'cache-control': 'no-cache'
}
}
</script>