Exclude Files
Exclude files from your documentation build.
Excluding Files
Add patterns to docs.config.json:
json
{
"exclude": [
"drafts/**",
"internal/**",
"*.draft.mdx"
]
}Excluded files will not be processed or published.
Exclude files from your documentation build.
Add patterns to docs.config.json:
{
"exclude": [
"drafts/**",
"internal/**",
"*.draft.mdx"
]
}Excluded files will not be processed or published.