Skip to content

Commit 0608a27

Browse files
committed
chore(docfx): Apply filterConfig to remove Uno Namespaces from api
1 parent 654d046 commit 0608a27

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55
indent_style = space
66

77
# Xml files
8-
[*.xml]
8+
[*.{xml,md,markdown,json,csproj,targets,targets,props,config,yml}]
99
indent_size = 2
1010

1111
# C# files

doc/Resources/filterConfig.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# YAML-Language Server: $schema=https://raw.githubusercontent.com/dotnet/docfx/main/schemas/filterconfig.schema.json
2+
apiRules:
3+
- exclude:
4+
uidRegex: ^Uno\.Resizetizer$
5+
type: namespace

doc/docfx.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"src": [
66
{
77
"files": [
8-
"**/DevTKSS.**.csproj"
8+
"**/DevTKSS.Extensions.Uno.Extensions.csproj",
9+
"**/DevTKSS.Uno.Samples.MvuxGallery.csproj"
910
],
10-
"src": "../src",
11-
"exclude":[
12-
"**/obj/**",
13-
"**/Uno.**"
14-
]
11+
"src": "../src"
1512
}
1613
],
17-
"dest": "api",
14+
"disableDefaultFilter": false,
15+
"filter": "Resources/filterConfig.yml",
16+
"codeSourceBasePath": "../src",
17+
"output": "api",
1818
"memberLayout": "separatePages",
1919
"noRestore": true
2020
}

0 commit comments

Comments
 (0)