* Update docfx.json

Adding searchScope global metadata for Azure Java SDK so that the searches are across the Azure Java TOC.
Adding specific searchScope for the big data services that are piloting cross-repo search.
Fixing ms.service for Azure Cache for Redis to be "cache" instead of "redis-cache"

* Update docfx.json

* Adding missing comma
This commit is contained in:
Jason H 2019-11-18 15:35:56 -08:00 коммит произвёл Sean Wheeler
Родитель d3480668a9
Коммит 62d6a122a8
1 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -313,6 +313,7 @@
"apiPlatform": "java",
"ms.author": "routlaw",
"author": "rloutlaw",
"searchScope": ["Azure","Azure Java"],
"_gitContribute": {
"repo": "https://github.com/azure/azure-docs-sdk-java",
"branch": "master",
@ -385,7 +386,7 @@
"**/com.microsoft.azure.management.graphrbac**.yml": "role-based-access-control",
"**/com.microsoft.azure.management.hdinsight**.yml": "hdinsight",
"**/com.microsoft.azure.management.keyvault**.yml": "key-vault",
"**/com.microsoft.azure.management.kusto**.yml": "data-management",
"**/com.microsoft.azure.management.kusto**.yml": "data-explorer",
"**/com.microsoft.azure.management.labservices**.yml": "lab-services",
"**/com.microsoft.azure.management.mediaservices**.yml": "media-services",
"**/com.microsoft.azure.management.mixedreality**.yml": "mixed-reality",
@ -395,7 +396,7 @@
"**/com.microsoft.azure.management.network._express_route**.yml": "expressroute",
"**/com.microsoft.azure.management.network._load_balancer**.yml": "load-balancer",
"**/com.microsoft.azure.management.privatedns**.yml": "private-dns",
"**/com.microsoft.azure.management.redis**.yml": "redis-cache",
"**/com.microsoft.azure.management.redis**.yml": "cache",
"**/com.microsoft.azure.management.resourcegraph**.yml": "resource-graph",
"**/com.microsoft.azure.management.resources**.yml": "azure-resource-manager",
"**/com.microsoft.azure.management.search**.yml": "search",
@ -418,6 +419,16 @@
"**/system.fabric**.yml": "service-fabric",
"**/tools.com.microsoft.azure.sdk.iot**.yml": "iot-hub"
},
"searchScope": {
"**/com.microsoft.azure.cosmosdb**.yml": ["Azure Cosmos DB","Azure","Azure Java"],
"**/com.microsoft.azure.documentdb**.yml": ["Azure Cosmos DB","Azure","Azure Java"],
"**/com.microsoft.azure.management.cosmosdb**yml": ["Azure Cosmos DB","Azure","Azure Java"],
"**/com.microsoft.azure.management.datalake.analytics**.yml": ["Azure","Azure Data Lake Analytics","Azure Java"],
"**/com.microsoft.azure.management.hdinsight**.yml": ["Azure HDInsight","Azure","Azure Java"],
"**/com.microsoft.azure.management.kusto**.yml": ["Azure","Kusto","Azure Data Explorer","Azure Java"],
"**/com.microsoft.azure.management.streamanalytics**.yml": ["Stream Analytics","Azure","Azure Java"],
"**/com.microsoft.azure.management.redis**.yml": ["Cache for Redis","Azure","Azure Java"]
},
"langs": {
"docs-ref-autogen/**.yml": [
"java"
@ -444,4 +455,4 @@
"dest": "azure/sdk/java",
"markdownEngineName": "markdig"
}
}
}