Merge pull request #992 from docsifyjs/update-name-doc

docs: update docs for the `name` option
This commit is contained in:
Anix 2019-12-30 12:52:13 +05:30 committed by GitHub
commit 157973c509
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`