-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdocfx.json
More file actions
66 lines (66 loc) Β· 1.42 KB
/
docfx.json
File metadata and controls
66 lines (66 loc) Β· 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"build": {
"markdownEngineName": "markdig",
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**",
"api/overwrites/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg",
"**/*.gif",
"**/*.bmp"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": {
"files": [
"api/overwrites/**/*.md"
]
},
"globalMetadata": {
"apiPlatform": "dotnet",
"author": "dotnet-bot",
"breadcrumb_path": "/dotnet/dotnet-android-api-docs-breadcrumb/toc.json",
"ms.topic": "generated-reference",
"ms.author": "dotnetcontent",
"ms.date": "05/01/2024",
"ms.service": "dotnet-mobile",
"ms.subservice": "dotnet-android",
"feedback_system": "None",
"searchScope": [".NET for Android"],
"uhfHeaderId": "MSDocsHeader-DotNet",
"defaultDevLang": "csharp"
},
"fileMetadata": {
"author": {
"api/**.yml": "dotnet-bot"
}
},
"template": [],
"isCanonicalUrlWithMoniker": true,
"dest": "_site",
"lruSize": 0
}
}