Skip to content

Commit 3c288cd

Browse files
Merge pull request #3336 from MicrosoftDocs/main638630598076350529sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 62c112e + 22b8a8f commit 3c288cd

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
"build_entry_point": "docs",
3030
"template_folder": "_themes"
3131
},
32+
{
33+
"docset_name": "AzureLocal",
34+
"build_source_folder": "azure-local",
35+
"build_output_subfolder": "AzureLocal",
36+
"locale": "en-us",
37+
"monikers": [],
38+
"open_to_public_contributors": true,
39+
"type_mapping": {
40+
"Conceptual": "Content"
41+
},
42+
"build_entry_point": "docs"
43+
},
3244
{
3345
"docset_name": "AzureStack",
3446
"build_source_folder": "azure-stack",

azure-local/docfx.json

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

0 commit comments

Comments
 (0)