Skip to content

Commit

Permalink
Merge pull request #992 from docsifyjs/update-name-doc
Browse files Browse the repository at this point in the history
docs: update docs for the `name` option
  • Loading branch information
anikethsaha authored Dec 30, 2019
2 parents d60fb7d + 67a981b commit 157973c
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 157973c

Please sign in to comment.