Skip to content

Commit b53d185

Browse files
authored
Merge branch 'develop' into fix/search
2 parents 9d3fe29 + 00d590f commit b53d185

File tree

4 files changed

+514
-851
lines changed

4 files changed

+514
-851
lines changed

docs/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ window.$docsify = {
7272
- Type: `Boolean`
7373
- Default: `false`
7474

75-
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to HTML. See [#78](https://github.com/docsifyjs/docsify/issues/78).
75+
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to HTML — but only if the page does not already contain an H1 heading.
76+
77+
For more details, see [#78](https://github.com/docsifyjs/docsify/issues/78).
7678

7779
```js
7880
window.$docsify = {

0 commit comments

Comments
 (0)