Update index.html
This commit is contained in:
parent
66b091c4e4
commit
c5590cab01
1 changed files with 1 additions and 6 deletions
|
@ -12,19 +12,14 @@
|
|||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div data-app id="main">Please wait...</div>
|
||||
<div data-app id="app"></div>
|
||||
<div id="app"></div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
//...
|
||||
el: '#main',
|
||||
loadSidebar: true,
|
||||
loadNavbar: true,
|
||||
mergeNavbar: true,
|
||||
subMaxLevel: 3,
|
||||
|
||||
|
||||
|
||||
};
|
||||
</script>
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||
|
|
Loading…
Reference in a new issue