Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/dotnet/docs…
Browse files Browse the repository at this point in the history
…-internal of branch master
  • Loading branch information
mairaw committed Dec 15, 2016
1 parent 0917900 commit d985fd9
Showing 1 changed file with 35 additions and 52 deletions.
87 changes: 35 additions & 52 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,36 @@
{
"need_generate_pdf": false,
"need_generate_intellisense": false,
"need_preview_pull_request": true,
"need_pr_comments": false,
"need_generate_pdf_url_template": true,
"git_repository_branch_open_to_public_contributors": "master",
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/core-docs",
"branch_target_mapping": {
"live": [
"Publish",
"Pdf"
],
"master": [
"Publish",
"Pdf"
]
},
"docsets_to_publish": [{
"docset_name": "core-docs",
"build_source_folder": ".",
"build_output_subfolder": ".",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs"
}],
"notification_subscribers": [],
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"skip_source_output_uploading": false,
"dependent_repositories": [{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master"
}, {
"path_to_root": "api_ref",
"url": "https://github.com/docascode/coreapi.git",
"branch": "master"
}, {
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master"
}]
}
"need_generate_pdf": false,
"need_generate_intellisense": false,
"docsets_to_publish": [
{
"docset_name": "docs-internal",
"build_source_folder": ".",
"build_output_subfolder": "docs-internal",
"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"
}
],
"notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/core-docs",
"git_repository_branch_open_to_public_contributors": "master",
"skip_source_output_uploading": false,
"need_preview_pull_request": false,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
}
],
"need_generate_pdf_url_template": false
}

0 comments on commit d985fd9

Please sign in to comment.