Skip to content

Commit

Permalink
fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
migsc committed Jan 19, 2025
1 parent 61921b8 commit 87aab93
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@
<div id="app"></div>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>

<!-- <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script>
window.$docsify = {
name: 'cmdeagle',
repo: 'https://github.com/migsc/cmdeagle',
// loadSidebar: true,
subMaxLevel: 2,

subMaxLevel: true,
loadSidebar: false,
subMaxLevel: 2,
// coverpage: true,
}
</script>
Expand Down

0 comments on commit 87aab93

Please sign in to comment.