From 67a981b8d95aa0e7f603fd4ce244b3c0ca47eceb Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 29 Dec 2019 12:28:26 -0800 Subject: [PATCH] update docs for the `name` config option --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index ec5ee3c..77a0ed0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -239,6 +239,14 @@ window.$docsify = { }; ``` +The name field can also contain custom HTML for easier customization: + +```js +window.$docsify = { + name: 'docsify' +}; +``` + ## nameLink - Type: `String`