Skip to content

Commit

Permalink
update docs for the name config option
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr authored Dec 29, 2019
1 parent d60fb7d commit 67a981b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 67a981b

Please sign in to comment.