update docs for the name config option

This commit is contained in:
Joe Pea 2019-12-29 12:28:26 -08:00 committed by GitHub
parent d60fb7da7b
commit 67a981b8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,6 +239,14 @@ window.$docsify = {
};
```
The name field can also contain custom HTML for easier customization:
```js
window.$docsify = {
name: '<span>docsify</span>'
};
```
## nameLink
- Type: `String`