Filter noisy DocFX API members
This commit is contained in:
parent
ce1fd015ae
commit
e12a150403
4 changed files with 19 additions and 3 deletions
|
|
@ -10,7 +10,8 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"dest": "api"
|
||||
"dest": "api",
|
||||
"filter": "filterConfig.yml"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
|
|
@ -21,7 +22,8 @@
|
|||
],
|
||||
"exclude": [
|
||||
"_site/**",
|
||||
"material/**"
|
||||
"filterConfig.yml",
|
||||
"templates/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -29,7 +31,7 @@
|
|||
"template": [
|
||||
"default",
|
||||
"modern",
|
||||
"material/material"
|
||||
"templates/material"
|
||||
],
|
||||
"globalMetadata": {
|
||||
"_appName": "CapyKit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue