Ref. https://www.mintlify.com/docs/installation#find-broken-links
My setup:
- Repo contains migrated .md old files from old repo. It also contains new .mdx files.
- My .mintignore prevents building of .md files.
My issue: When I try to find broken links using the CLI, it checks .md files as well.
Request: Just like the build process respects .mintignore, all CLI commands should respect it. Why check for files and folders that I won't publish?