Skip to content

Commit 274dae3

Browse files
committed
Initialize open publishing repository: https://cpubwin.visualstudio.com/DefaultCollection/windows-uwp/_git/windows-uwp of branch live
1 parent 0a0587c commit 274dae3

File tree

3 files changed

+102
-24
lines changed

3 files changed

+102
-24
lines changed
Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
22
"build_entry_point": "op",
3-
"need_generate_pdf_url_template": true,
4-
"need_generate_intellisense": false,
5-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-uwp",
6-
"git_repository_branch_open_to_public_contributors": "docs",
7-
"branch_target_mapping": {
8-
"live": [
9-
"Publish",
10-
"Pdf"
11-
]
12-
},
13-
14-
"Targets": {
15-
"Pdf": {
16-
"template_folder": "_themes.pdf"
17-
}
18-
},
193
"docsets_to_publish": [
4+
{
5+
"docset_name": "arm",
6+
"build_source_folder": "landing/arm-docs",
7+
"build_output_subfolder": "arm",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": false,
12+
"type_mapping": {
13+
"Conceptual": "Content",
14+
"ManagedReference": "Content",
15+
"RestApi": "Content"
16+
},
17+
"build_entry_point": "docs",
18+
"template_folder": "_themes"
19+
},
2020
{
2121
"docset_name": "hub",
2222
"build_source_folder": "hub",
2323
"build_output_subfolder": "hub",
2424
"locale": "en-us",
25-
"version": 0,
2625
"open_to_public_contributors": false,
2726
"type_mapping": {
2827
"Conceptual": "Content",
@@ -31,14 +30,14 @@
3130
},
3231
"build_entry_point": "docs",
3332
"template_folder": "_themes",
34-
"is_dynamic_rendering": false
33+
"is_dynamic_rendering": false,
34+
"version": 0
3535
},
3636
{
3737
"docset_name": "windows-apps",
3838
"build_source_folder": "windows-apps-src",
3939
"build_output_subfolder": "windows-apps-src",
4040
"locale": "en-us",
41-
"version": 0,
4241
"open_to_public_contributors": true,
4342
"type_mapping": {
4443
"Conceptual": "Content",
@@ -47,7 +46,8 @@
4746
},
4847
"build_entry_point": "docs",
4948
"template_folder": "_themes",
50-
"is_dynamic_rendering": false
49+
"is_dynamic_rendering": false,
50+
"version": 0
5151
}
5252
],
5353
"notification_subscribers": [
@@ -56,7 +56,10 @@
5656
"branches_to_filter": [
5757
""
5858
],
59+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-uwp",
60+
"git_repository_branch_open_to_public_contributors": "docs",
5961
"skip_source_output_uploading": false,
62+
"resolve_user_profile_using_github": true,
6063
"dependent_repositories": [
6164
{
6265
"path_to_root": "_themes",
@@ -67,13 +70,27 @@
6770
{
6871
"path_to_root": "_themes.pdf",
6972
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
70-
"branch": "master"
73+
"branch": "master",
74+
"branch_mapping": {}
7175
},
7276
{
7377
"path_to_root": "xbox-live-unity-plugin",
7478
"url": "https://github.com/Microsoft/xbox-live-unity-plugin.git",
75-
"branch": "master"
76-
}
79+
"branch": "master",
80+
"branch_mapping": {}
81+
}
7782
],
78-
"resolve_user_profile_using_github": true
83+
"branch_target_mapping": {
84+
"live": [
85+
"Publish",
86+
"Pdf"
87+
]
88+
},
89+
"need_generate_pdf_url_template": true,
90+
"targets": {
91+
"Pdf": {
92+
"template_folder": "_themes.pdf"
93+
}
94+
},
95+
"need_generate_intellisense": false
7996
}

ThirdPartyNotices

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##Legal Notices
2+
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
3+
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
4+
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
5+
[LICENSE-CODE](LICENSE-CODE) file.
6+
7+
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
8+
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
9+
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10+
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
11+
12+
Privacy information can be found at https://privacy.microsoft.com/en-us/
13+
14+
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
15+
or trademarks, whether by implication, estoppel or otherwise.

landing/arm-docs/docfx.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
"README.md",
15+
"LICENSE",
16+
"LICENSE-CODE",
17+
"ThirdPartyNotices"
18+
]
19+
}
20+
],
21+
"resource": [
22+
{
23+
"files": [
24+
"**/*.png",
25+
"**/*.jpg"
26+
],
27+
"exclude": [
28+
"**/obj/**",
29+
"**/includes/**",
30+
"_themes/**",
31+
"_themes.pdf/**"
32+
]
33+
}
34+
],
35+
"overwrite": [],
36+
"externalReference": [],
37+
"globalMetadata": {
38+
"breadcrumb_path": "/windows/arm/breadcrumb/toc.json",
39+
"extendBreadcrumb": true
40+
},
41+
"fileMetadata": {},
42+
"template": [],
43+
"dest": "arm",
44+
"markdownEngineName": "markdig"
45+
}
46+
}

0 commit comments

Comments
 (0)