Skip to content

Commit 0f8f76f

Browse files
committed
Initialize open publishing repository: https://github.com/mspnp/architecture-center of branch master
1 parent f44f82b commit 0f8f76f

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

.openpublishing.publish.config.json

+23-18
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
11
{
2-
"need_generate_pdf_url_template": false,
2+
"need_generate_pdf": false,
33
"need_generate_intellisense": false,
4-
"branch_target_mapping": {
5-
"docs": ["Publish", "PDF"]
6-
},
74
"docsets_to_publish": [
85
{
96
"docset_name": "azure-architecture-center",
107
"build_source_folder": "docs",
118
"build_output_subfolder": "azure-architecture-center",
129
"locale": "en-us",
13-
"version": 0,
1410
"open_to_public_contributors": false,
1511
"type_mapping": {
1612
"Conceptual": "Content",
1713
"ManagedReference": "Content",
1814
"RestApi": "Content"
1915
},
2016
"build_entry_point": "docs",
21-
"template_folder": "_themes"
17+
"template_folder": "_themes",
18+
"version": 0
2219
}
2320
],
24-
"Targets": {
25-
"Pdf": {
26-
"template_folder": "_themes.pdf"
27-
}
28-
},
2921
"notification_subscribers": [],
3022
"branches_to_filter": [],
3123
"skip_source_output_uploading": false,
32-
"need_preview_pull_request": false,
24+
"need_preview_pull_request": true,
3325
"enable_incremental_build": true,
3426
"dependent_repositories": [
3527
{
@@ -38,10 +30,23 @@
3830
"branch": "master",
3931
"branch_mapping": {}
4032
},
41-
{
42-
"path_to_root": "_themes.pdf",
43-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
44-
"branch": "master"
45-
}
46-
]
33+
{
34+
"path_to_root": "_themes.pdf",
35+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
36+
"branch": "master",
37+
"branch_mapping": {}
38+
}
39+
],
40+
"branch_target_mapping": {
41+
"docs": [
42+
"Publish",
43+
"PDF"
44+
]
45+
},
46+
"need_generate_pdf_url_template": false,
47+
"Targets": {
48+
"Pdf": {
49+
"template_folder": "_themes.pdf"
50+
}
51+
}
4752
}

ThirdPartyNotices

+15
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.

0 commit comments

Comments
 (0)