Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/MicrosoftDo…
Browse files Browse the repository at this point in the history
…cs/sql-docs of branch live
  • Loading branch information
sudeepku committed Jul 13, 2017
1 parent bb5657c commit 18c990c
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 66 deletions.
158 changes: 92 additions & 66 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,97 @@
{
"build_entry_point": "docs",
"need_generate_pdf": false,
"need_generate_pdf_url_template": true,
"need_generate_intellisense": false,
"branch_target_mapping": {
"live": [
"Publish", "PDF"
],
"master": [
"Publish", "PDF"
]
"build_entry_point": "docs",
"need_generate_pdf": false,
"need_generate_intellisense": false,
"docsets_to_publish": [
{
"docset_name": "analytics-platform-system",
"build_source_folder": "docs-msdn/analytics-platform-system",
"build_output_subfolder": "sql/analytics-platform-system",
"locale": "en-us",
"monikers": [],
"moniker_groups": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "op",
"version": 0
},
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
{
"docset_name": "sql-content",
"build_source_folder": "docs",
"build_output_subfolder": "sql",
"locale": "en-us",
"monikers": [],
"moniker_groups": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0
},
"docsets_to_publish": [{
"docset_name": "analytics-platform-system",
"build_source_folder": "docs-msdn/analytics-platform-system",
"build_output_subfolder": "sql/analytics-platform-system",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "op"
},
{
"docset_name": "sql-content",
"build_source_folder": "docs",
"build_output_subfolder": "sql",
"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"
}
{
"docset_name": "sql-public",
"build_source_folder": "docs",
"build_output_subfolder": "sql-public",
"locale": "en-us",
"monikers": [],
"moniker_groups": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0
}
],
"notification_subscribers": [],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_themes.MSDN.Modern",
"url": "https://github.com/Microsoft/templates.msdn.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master",
"branch_mapping": {}
}
],
"branch_target_mapping": {
"live": [
"Publish",
"PDF"
],
"notification_subscribers": [],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"dependent_repositories": [{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_themes.MSDN.Modern",
"url": "https://github.com/Microsoft/templates.msdn.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master"
}
"master": [
"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 18c990c

Please sign in to comment.