diff --git a/docs/configuration.md b/docs/configuration.md index cd45fbe3d..87fcc8ad5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -88,6 +88,19 @@ window.$docsify = { }; ``` +## navEl + +- Type: `String` +- Default: `null` + +The DOM element to use for rendering the navbar. It can be a CSS selector string or an actual [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement). If `null`, the first ` + + + `, + markdown: { + navbar: ` + - [Foo](foo) + - [Bar](bar) + `, + homepage: ` + # hello world + foo + `, + }, + config: { + nav_el: '#mynav', + }, + }; + + await docsifyInit(docsifyInitConfig); + + // Check that our custom