From 0f8f76fe804b43748a36ebc85bf8dfc95e3cba0e Mon Sep 17 00:00:00 2001 From: bennage Date: Thu, 23 Mar 2017 19:40:50 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/mspnp/architecture-center of branch master --- .openpublishing.publish.config.json | 41 ++++++++++++++++------------- ThirdPartyNotices | 15 +++++++++++ 2 files changed, 38 insertions(+), 18 deletions(-) create mode 100644 ThirdPartyNotices diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index f2b2ea29166..7082067f8ce 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,16 +1,12 @@ { - "need_generate_pdf_url_template": false, + "need_generate_pdf": false, "need_generate_intellisense": false, - "branch_target_mapping": { - "docs": ["Publish", "PDF"] - }, "docsets_to_publish": [ { "docset_name": "azure-architecture-center", "build_source_folder": "docs", "build_output_subfolder": "azure-architecture-center", "locale": "en-us", - "version": 0, "open_to_public_contributors": false, "type_mapping": { "Conceptual": "Content", @@ -18,18 +14,14 @@ "RestApi": "Content" }, "build_entry_point": "docs", - "template_folder": "_themes" + "template_folder": "_themes", + "version": 0 } ], - "Targets": { - "Pdf": { - "template_folder": "_themes.pdf" - } - }, "notification_subscribers": [], "branches_to_filter": [], "skip_source_output_uploading": false, - "need_preview_pull_request": false, + "need_preview_pull_request": true, "enable_incremental_build": true, "dependent_repositories": [ { @@ -38,10 +30,23 @@ "branch": "master", "branch_mapping": {} }, - { - "path_to_root": "_themes.pdf", - "url": "https://github.com/Microsoft/templates.docs.msft.pdf", - "branch": "master" - } - ] + { + "path_to_root": "_themes.pdf", + "url": "https://github.com/Microsoft/templates.docs.msft.pdf", + "branch": "master", + "branch_mapping": {} + } + ], + "branch_target_mapping": { + "docs": [ + "Publish", + "PDF" + ] + }, + "need_generate_pdf_url_template": false, + "Targets": { + "Pdf": { + "template_folder": "_themes.pdf" + } + } } \ No newline at end of file diff --git a/ThirdPartyNotices b/ThirdPartyNotices new file mode 100644 index 00000000000..a0bd09d68f8 --- /dev/null +++ b/ThirdPartyNotices @@ -0,0 +1,15 @@ +##Legal Notices +Microsoft and any contributors grant you a license to the Microsoft documentation and other content +in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), +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 +[LICENSE-CODE](LICENSE-CODE) file. + +Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation +may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. +The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. +Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653. + +Privacy information can be found at https://privacy.microsoft.com/en-us/ + +Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, +or trademarks, whether by implication, estoppel or otherwise. \ No newline at end of file