Skip to content
New issue

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

Exclusion of _navbar.md does not work in docsify-auto-sidebar #15

Open
mariocarpente opened this issue Dec 26, 2024 · 0 comments
Open

Comments

@mariocarpente
Copy link

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

  - [_navbar](/_navbar.md)

It is possible that this change will fix it:

let ignores = /node_modules|^\..*|^_sidebar\.md$|^_navbar\.md$|^_coverpage\.md$|_docsify/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant