Merge pull request #2585 from JimSuplizio/ExcludePublishOf-index.md
Exclude publishing of -index.md files in docfx.json
This commit is contained in:
Коммит
54094e0bd9
18
docfx.json
18
docfx.json
|
@ -98,6 +98,9 @@
|
|||
"files": [
|
||||
"**/*.md"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*-index.md"
|
||||
],
|
||||
"src": "docs-ref-services/latest",
|
||||
"dest": "api/overview/azure",
|
||||
"group": "stable"
|
||||
|
@ -106,6 +109,9 @@
|
|||
"files": [
|
||||
"**/*.md"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*-index.md"
|
||||
],
|
||||
"src": "docs-ref-services/preview",
|
||||
"dest": "api/overview/azure",
|
||||
"group": "preview"
|
||||
|
@ -114,6 +120,9 @@
|
|||
"files": [
|
||||
"**/*.md"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*-index.md"
|
||||
],
|
||||
"src": "docs-ref-services/legacy",
|
||||
"dest": "api/overview/azure",
|
||||
"group": "legacy"
|
||||
|
@ -166,6 +175,9 @@
|
|||
"files": [
|
||||
"**/*.md"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*-index.md"
|
||||
],
|
||||
"src": "docs-ref-services/archive",
|
||||
"dest": "api/overview/azure",
|
||||
"group": "archive"
|
||||
|
@ -227,7 +239,7 @@
|
|||
"dest": "legacy",
|
||||
"moniker_range": "azure-java-legacy"
|
||||
},
|
||||
"archive": {
|
||||
"archive": {
|
||||
"dest": "archive",
|
||||
"moniker_range": "azure-java-archive"
|
||||
},
|
||||
|
@ -269,10 +281,10 @@
|
|||
]
|
||||
},
|
||||
"fileMetadata": {
|
||||
"author": {
|
||||
"author": {
|
||||
"docs-ref-services/**": "azure-sdk"
|
||||
},
|
||||
"ms.author": {
|
||||
"ms.author": {
|
||||
"docs-ref-services/**": "azsdkdocs"
|
||||
},
|
||||
"ms.service": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче