Closed
Description
Feature request
What problem does this feature solve?
Some sub sections of my website don't need navbar at all. I created a new project with the init command and all I have is this:
window.$docsify = {
name: '',
repo: ''
but the navbar is showing. I don't need navbar for every section of my website.
What does the proposed API look like?
I don't know. This might be a bug or I just don't know how to use the existing API
How should this be implemented in your opinion?
Not sure
Are you willing to work on this yourself?
Depends on the complexity