Skip to content

Commit 7ad62cb

Browse files
author
Jiayue Hu (Beyondsoft Consulting Inc)
committed
resolve conflicts from master to live feb.13
2 parents ad9a8ba + f1418df commit 7ad62cb

File tree

3 files changed

+410
-117
lines changed

3 files changed

+410
-117
lines changed

.openpublishing.publish.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"notification_subscribers": [],
3535
"branches_to_filter": [],
3636
"skip_source_output_uploading": false,
37-
"need_preview_pull_request": false,
37+
"need_preview_pull_request": true,
3838
"git_repository_branch_open_to_public_contributors": "master",
3939
"dependent_repositories": [
4040
{

.openpublishing.redirection.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "api/index.md",
5+
"redirect_url": "/javascript/api/overview/azure",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "index.md",
510
"redirect_url": "/javascript/azure",
@@ -9,6 +14,10 @@
914
"source_path": "node-sdk-azure-install.md",
1015
"redirect_url": "/javascript/node-sdk-azure-get-started",
1116
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "node-howto-e2e.md",
20+
"redirect_url": "https://code.visualstudio.com/docs/nodejs/nodejs-deployment",
21+
"redirect_document_id": false
1222
}
13-
]
14-
}
23+
]}

0 commit comments

Comments
 (0)