mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
Merge pull request #992 from docsifyjs/update-name-doc
docs: update docs for the `name` option
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user