We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_navbar.md
I have the following directory structure
docs ├──1-Welcome/ ├──2-Onboarding/ ├──3-Tools/ ├──4-Projects/ ├──5-IDi/ ├──_docsify/ ├──favicon.ico ├──index.html ├──_media/ ├──_navbar.md ├──README.md └──_sidebar.md
when running
docsify-auto-sidebar -d docs
the _navbar.md is added as the last section of _sidebar.md
_sidebar.md
- [_navbar](/_navbar.md)
It is possible that this change will fix it:
let ignores = /node_modules|^\..*|^_sidebar\.md$|^_navbar\.md$|^_coverpage\.md$|_docsify/;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the following directory structure
when running
the _navbar.md is added as the last section of
_sidebar.md
It is possible that this change will fix it:
The text was updated successfully, but these errors were encountered: