Skip to content

Commit

Permalink
Add in index.md conceptual stub to fix redirect publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Tramer committed Aug 30, 2019
1 parent 7cd6376 commit 0ef834c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"redirect_document_id": true
},
{
"source_path": "docs-ref-conceptual/index.yml",
"source_path": "docs-ref-conceptual/index.md",
"redirect_url": "/azure/javascript",
"redirect_document_id": true
}
Expand Down
61 changes: 60 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,32 @@
"group": "preview",
"version": "azure-node-preview"
},
{
"files": [
"**/*.md"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"group": "stable",
"version": "azure-node-latest",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.md"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"group": "preview",
"version": "azure-node-preview",
"exclude": [
"**/obj/**",
"**/includes/**"
]
},
{
"files": [
"**/*.md",
Expand Down Expand Up @@ -112,6 +138,38 @@
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"group": "stable",
"version": "azure-node-latest"
},
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
],
"src": "docs-ref-conceptual",
"dest": "azure",
"group": "preview",
"version": "azure-node-preview"
}
],
"groups": {
"preview": {
"dest": "preview",
Expand Down Expand Up @@ -151,7 +209,8 @@
"docs-ref-autogen/**": "08/09/2018"
},
"ms.topic": {
"docs-ref-autogen/**": "managed-reference"
"docs-ref-autogen/**": "managed-reference",
"docs-ref-conceptual/**": "article"
},
"ms.service": {
"docs-ref-autogen/@azure/cosmos/**": "cosmos-db",
Expand Down
3 changes: 3 additions & 0 deletions docs-ref-conceptual/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Welcome to the JS redirect!

This page should never be published! It exists for redirection purposes only!

0 comments on commit 0ef834c

Please sign in to comment.