-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathdocfx.json
More file actions
84 lines (84 loc) · 2.35 KB
/
docfx.json
File metadata and controls
84 lines (84 loc) · 2.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md"
],
"group": "net",
"src": "."
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.jpeg",
"**/*.gif",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
],
"group": "net",
"src": "."
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"author": "davidortinau",
"breadcrumb_path": "/dotnet/maui/breadcrumb/toc.json",
"feedback_system": "OpenSource",
"feedback_github_repo": "dotnet/docs-maui",
"feedback_product_url": "https://developercommunity.visualstudio.com/",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute",
"open_source_feedback_issueUrl": "https://github.com/dotnet/docs-maui/issues/new?template=customer-feedback.yml",
"open_source_feedback_productName": ".NET MAUI",
"open_source_feedback_issueTitle": "",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo_net.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo_net.svg",
"ms.author": "daortin",
"ms.service": "dotnet-mobile",
"ms.subservice": "dotnet-maui",
"ms.topic": "concept-article",
"uhfHeaderId": "MSDocsHeader-DotNetMaui",
"zone_pivot_group_filename": "maui/zone-pivot-groups.json",
"titleSuffix": ".NET MAUI",
"searchScope": [ ".NET MAUI" ]
},
"fileMetadata": {
"titleSuffix": {
"**.md": ".NET MAUI"
}
},
"template": [],
"dest": "docs-maui-public",
"markdownEngineName": "markdig",
"groups": {
"net": {
"dest": "net-dest",
"moniker_range": ">=net-maui-8.0"
}
}
}
}