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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div data-app id="main">Please wait...</div>
|
<div data-app id="app"></div>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
//...
|
|
||||||
el: '#main',
|
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
mergeNavbar: true,
|
mergeNavbar: true,
|
||||||
subMaxLevel: 3,
|
subMaxLevel: 3,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
|
|
Loading…
Reference in a new issue