mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-30 02:58:37 +08:00
update docs for the name
config option
This commit is contained in:
parent
d60fb7da7b
commit
67a981b8d9
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user