File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,19 @@ window.$docsify = {
88
88
};
89
89
```
90
90
91
- ## onlyCoverNavbar
91
+ ## loadNavbarOnCover
92
92
93
93
- Type: ` Boolean `
94
94
- Default: ` false `
95
95
96
96
By 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 `
98
98
to ` true ` to always show the nav bar.
99
99
100
100
``` js
101
101
window .$docsify = {
102
102
onlyCover: true ,
103
- onlyCoverNavbar : true ,
103
+ loadNavbarOnCover : true ,
104
104
};
105
105
```
106
106
@@ -546,7 +546,7 @@ window.$docsify = {
546
546
};
547
547
```
548
548
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.
550
550
551
551
## requestHeaders
552
552
You can’t perform that action at this time.
0 commit comments