forked from MicrosoftDocs/visualstudio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
125 lines (125 loc) · 2.82 KB
/
docfx.json
File metadata and controls
125 lines (125 loc) · 2.82 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"build": {
"content": [
{
"group": "vsmac-2017",
"src": "2017",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
},{
"group": "vsmac-2019",
"src": "./",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"2017/**",
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"group": "vsmac-2017",
"src": "2017",
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg",
"**/*.gif"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
},{
"group": "vsmac-2019",
"src": "./",
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg",
"**/*.gif"
],
"exclude": [
"2017/**",
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"uhfHeaderId": "MSDocsHeader-VisualStudioMac",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/visualstudio-docs",
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/41/index.html",
"contributors_to_exclude": [
"conceptdev",
"meganbradley",
"Craig Dunn"
],
"breadcrumb_path": "~/_breadcrumb/toc.yml",
"extendBreadcrumb": true,
"manager": "dominicn",
"titleSuffix": "Visual Studio for Mac",
"ms.topic": "conceptual",
"audience": "developer",
"ms.prod": "visual-studio-mac",
"ms.technology": "vs-ide-general",
"searchScope": [
"Mac"
]
},
"fileMetadata": {
"breadcrumb_path": {
"2017/**/*.md": "/visualstudio/mac/_breadcrumb/toc.json",
"2017/**/*.yml": "/visualstudio/mac/_breadcrumb/toc.json"
},
"titleSuffix": {
"2017/**/*.md": "Visual Studio 2017 for Mac",
"2017/**/*.yml": "Visual Studio 2017 for Mac"
},
"feedback_system": {
"2017/**/*.md": ""
},
"feedback_github_repo": {
"2017/**/*.md": ""
},
"hideEdit": {
"2017/**/*.md": true
}
},
"template": [],
"xref": [],
"dest": "mac",
"groups": {
"vsmac-2017": {
"moniker_range": "vsmac-2017",
"dest": "2017"
},
"vsmac-2019": {
"moniker_range": "vsmac-2019",
"dest": "2019"
}
},
"markdownEngineName": "markdig"
}
}