Stack is asking for more detail but the info below is more than enough, if something is missing please lemme know
filterConfig.yml
apiRules:
- exclude:
uidRegex: ClassLibrary1
type: Namespace
The project
The docfx.json
"metadata": [
{
"src": [
{
"files": [
"**/*.csproj"
]
}
],
"dest": "api",
"filter": "filterConfig.yml"
}
],
The page
Docfx version: 2.75


Try adding at least one more space in the rules nested on the
excludefilter. This is due to YAML specification which says: