hfour / hfour/docsify-tools

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

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
7
Forks
8
PR merge metrics
No merged PRs in 30d

Description

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/;
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.