parent
caca8633bb
commit
aea8798bf6
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
depth: 2,
|
||||
|
||||
hideOtherSidebarContent: false, // whether or not to hide other sidebar content
|
||||
},
|
||||
requestHeaders: {
|
||||
'cache-control': 'no-cache'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue