File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,19 @@ window.$docsify = {
8888};
8989```
9090
91- ## onlyCoverNavbar
91+ ## loadNavbarOnCover
9292
9393- Type: ` Boolean `
9494- Default: ` false `
9595
9696By default the cover page will not show the navbar when
97- [ ` onlyCover ` ] ( ./configuration.md#onlycover ) is ` true ` . Set ` onlyCoverNavbar `
97+ [ ` onlyCover ` ] ( ./configuration.md#onlycover ) is ` true ` . Set ` loadNavbarOnCover `
9898to ` true ` to always show the nav bar.
9999
100100``` js
101101window .$docsify = {
102102 onlyCover: true ,
103- onlyCoverNavbar : true ,
103+ loadNavbarOnCover : true ,
104104};
105105```
106106
@@ -546,7 +546,7 @@ window.$docsify = {
546546};
547547```
548548
549- By default, the nav bar is not loaded on the cover page. See the [ ` onlyCoverNavbar ` ] ( ./configuration.md#onlycovernavbar ) option.
549+ By default, the nav bar is not shown on the cover page. Control this with the [ ` loadNavbarOnCover ` ] ( ./configuration.md#loadnavbaroncover ) option.
550550
551551## requestHeaders
552552
You can’t perform that action at this time.
0 commit comments