Skip to content

Commit 881e2de

Browse files
authored
Merge branch 'live' into master
2 parents 4f7e74a + c332a32 commit 881e2de

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.openpublishing.redirection.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
{
2-
"redirections": [
3-
{
4-
"source_path": "api/index.md",
5-
"redirect_url": "/javascript/api/overview/azure",
6-
"redirect_document_id": false
7-
},
8-
{
9-
"source_path": "index.md",
10-
"redirect_url": "/javascript/azure",
11-
"redirect_document_id": false
12-
},
13-
{
14-
"source_path": "node-sdk-azure-install.md",
15-
"redirect_url": "/javascript/node-sdk-azure-get-started",
16-
"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
22-
}
1+
{
2+
"redirections": [
3+
{
4+
"source_path": "api/index.md",
5+
"redirect_url": "/javascript/api/overview/azure",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "index.md",
10+
"redirect_url": "/javascript/azure",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "node-sdk-azure-install.md",
15+
"redirect_url": "/javascript/node-sdk-azure-get-started",
16+
"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
22+
}
2323
]}

docfx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"version": "azure-node-latest",
5656
"exclude": [
5757
"**/*..yml",
58-
"*/toc.yml",
59-
"*/toc.md"
58+
"**/toc.yml",
59+
"**/toc.md"
6060
]
6161
},
6262
{

0 commit comments

Comments
 (0)