Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/mspnp/archi…
Browse files Browse the repository at this point in the history
…tecture-center of branch master
  • Loading branch information
bennage committed Mar 23, 2017
1 parent f44f82b commit 0f8f76f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
41 changes: 23 additions & 18 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
{
"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",
"ManagedReference": "Content",
"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": [
{
Expand All @@ -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"
}
}
}
15 changes: 15 additions & 0 deletions ThirdPartyNotices
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0f8f76f

Please sign in to comment.