Skip to content

Commit 43a1bfe

Browse files
authored
update cover navbar doc
1 parent 774abb5 commit 43a1bfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@ window.$docsify = {
8888
};
8989
```
9090

91-
## onlyCoverNavbar
91+
## loadNavbarOnCover
9292

9393
- Type: `Boolean`
9494
- Default: `false`
9595

9696
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`
9898
to `true` to always show the nav bar.
9999

100100
```js
101101
window.$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

0 commit comments

Comments
 (0)