Skip to content

Commit 157973c

Browse files
authored
Merge pull request #992 from docsifyjs/update-name-doc
docs: update docs for the `name` option
2 parents d60fb7d + 67a981b commit 157973c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,14 @@ window.$docsify = {
239239
};
240240
```
241241

242+
The name field can also contain custom HTML for easier customization:
243+
244+
```js
245+
window.$docsify = {
246+
name: '<span>docsify</span>'
247+
};
248+
```
249+
242250
## nameLink
243251

244252
- Type: `String`

0 commit comments

Comments
 (0)