Skip to content

Commit

Permalink
Update .openpublishing.publish.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Card authored Apr 2, 2018
1 parent e7371d4 commit 7e362c6
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"need_generate_intellisense": false,
"need_preview_pull_request": true,
"need_pr_comments": false,
"need_generate_pdf_url_template": true,
"need_generate_pdf_url_template": false,
"git_repository_branch_open_to_public_contributors": "live",
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs.ja-jp",
"continue_with_document_error": true,
Expand All @@ -14,12 +14,24 @@
"Publish",
"Pdf"
],
"live-sxs": [
"live-sxs": [
"Publish"
],
"master": [
"Publish",
"Pdf"
],
"serverless-ebook": [
"Publish",
"Pdf"
],
"ai-ebook": [
"Publish",
"Pdf"
],
"CITest": [
"Publish",
"Pdf"
]
},
"Targets": {
Expand Down Expand Up @@ -127,9 +139,17 @@
"live": "live"
}
},
{
"path_to_root": "samples",
"url": "https://github.com/dotnet/samples",
"branch": "master",
"branch_mapping": {
"live": "live"
}
},
{
"path_to_root": "dotnet-xref",
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
"branch": "live",
"branch_mapping": {
"master": "master",
Expand Down

0 comments on commit 7e362c6

Please sign in to comment.