My folder structure
├──folder1
├────index.mdx // empty file that is NOT part of docs.json
├────drafts // ignored from building via .mintignore
├──folder2 // part of published docs
The folder1 is not excluded from building, but index.mdx is not part of docs.json. While its URL is 404 and it isn't building, it is included in the sitemap.xml.
My folder structure
├──folder1
├────index.mdx // empty file that is NOT part of docs.json
├────drafts // ignored from building via .mintignore
├──folder2 // part of published docs
The
folder1is not excluded from building, butindex.mdxis not part ofdocs.json. While its URL is 404 and it isn't building, it is included in thesitemap.xml.