Update index.html
This commit is contained in:
parent
a2d504c7a7
commit
472da9488e
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
//...
|
//...
|
||||||
el: '#main',
|
el: '#main',
|
||||||
loadSidebar: true
|
loadSidebar: true,
|
||||||
|
loadNavbar: true,
|
||||||
|
mergeNavbar: true,
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue