Skip to content

Commit ecf7cd8

Browse files
authored
Merge pull request #5680 from MicrosoftDocs/master637322641020317349
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents fa5b342 + 809ae68 commit ecf7cd8

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

.openpublishing.publish.config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,20 @@
9090
},
9191
"build_entry_point": "docs",
9292
"template_folder": "_themes"
93+
},
94+
{
95+
"docset_name": "vs-gamedev",
96+
"build_source_folder": "visualstudio/gamedev",
97+
"build_output_subfolder": "vs-gamedev",
98+
"locale": "en-us",
99+
"monikers": [],
100+
"moniker_ranges": [],
101+
"open_to_public_contributors": false,
102+
"type_mapping": {
103+
"Conceptual": "Content"
104+
},
105+
"build_entry_point": "docs",
106+
"template_folder": "_themes"
93107
}
94108
],
95109
"notification_subscribers": [],

visualstudio/gamedev/docfx.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md"
20+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**",
34+
"**/docfx.json",
35+
"_repo.en-us/**"
36+
]
37+
}
38+
],
39+
"overwrite": [],
40+
"externalReference": [],
41+
"globalMetadata": {
42+
"breadcrumb_path": "/visualstudio/gamedev/breadcrumb/toc.json",
43+
"extendBreadcrumb": true,
44+
"feedback_system": "None"
45+
},
46+
"fileMetadata": {},
47+
"template": [],
48+
"dest": "vs-gamedev",
49+
"markdownEngineName": "markdig"
50+
}
51+
}

0 commit comments

Comments
 (0)