Skip to content

Commit 9a9f19a

Browse files
authored
Merge pull request #99888 from JasonWHowell/patch-1
Update docfx.json adding my team info
2 parents 263832b + fa3182f commit 9a9f19a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docfx.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"articles/jenkins/**/*.md": "TomArcherMsft",
226226
"articles/terraform/**/*.md": "TomArcherMsft",
227227
"articles/lighthouse/**/*.md": "JnHs",
228-
"articles/notebooks/*.md": "kraigb",
228+
"articles/notebooks/*.md": "JasonWHowell",
229229
"articles/service-health/*.md": "stephbaron",
230230
"articles/azure-resource-manager/*.md": "tfitzmac",
231231
"articles/azure-resource-manager/templates/**/*.md": "mumian",
@@ -435,8 +435,7 @@
435435
"articles/migrate/**/*.md": "carmonm",
436436
"articles/batch/**/*.md": "gwallace",
437437
"articles/virtual-machines/**/*.md": "gwallace",
438-
"articles/virtual-machine-scale-sets/**/*.md": "gwallace",
439-
"articles/notebooks/*.md": "barbkess"
438+
"articles/virtual-machine-scale-sets/**/*.md": "gwallace"
440439
},
441440
"ms.author": {
442441
"articles/advisor/*.md": "sagupt",
@@ -480,7 +479,7 @@
480479
"articles/batch/*.md": "jushiman",
481480
"articles/service-fabric/*.md": "atsenthi",
482481
"articles/service-fabric-mesh/*md": "atsenthi",
483-
"articles/notebooks/*.md": "kraigb",
482+
"articles/notebooks/*.md": "jasonh",
484483
"articles/service-health/*.md": "stbaron"
485484
},
486485
"ms.service": {
@@ -529,10 +528,17 @@
529528
"articles/azure-resource-manager/management/**/*.md": "management"
530529
},
531530
"searchScope": {
531+
"articles/app-service/**/*.md": ["Azure","App Service"],
532+
"articles/azure-app-configuration/**/*.md": ["Azure","AppConfig"],
533+
"articles/azure-app-configuration/**/*.yml": ["Azure","AppConfig"],
532534
"articles/azure-cache-for-redis/**/*.md": ["Azure","Cache for Redis"],
533535
"articles/azure-cache-for-redis/**/*.yml": ["Azure","Cache for Redis"],
534536
"articles/azure-databricks/**/*.md": ["Azure","Azure Databricks"],
535537
"articles/azure-databricks/**/*.yml": ["Azure","Azure Databricks"],
538+
"articles/billing/**/*.md": ["Azure","Cost Management","Billing"],
539+
"articles/billing/**/*.yml": ["Azure","Cost Management","Billing"],
540+
"articles/cost-management/**/*.md": ["Azure","Billing","Cost Management"],
541+
"articles/cost-management/**/*.yml": ["Azure","Billing","Cost Management"],
536542
"articles/cosmos-db/**/*.md": ["Azure","Azure Cosmos DB"],
537543
"articles/cosmos-db/**/*.yml": ["Azure","Azure Cosmos DB"],
538544
"articles/data-catalog/**/*.md": ["Azure","Azure Data Catalog"],
@@ -549,6 +555,8 @@
549555
"articles/mariadb/**/*.yml": ["Azure","Azure Database for MariaDB"],
550556
"articles/mysql/**/*.md": ["Azure","Azure Database for MySQL"],
551557
"articles/mysql/**/*.yml": ["Azure","Azure Database for MySQL"],
558+
"articles/notebooks/**/*.yml": ["Azure","Azure Notebooks"],
559+
"articles/notebooks/**/*.md": ["Azure","Azure Notebooks"],
552560
"articles/postgresql/**.md": ["Azure","Azure Database for PostgreSQL"],
553561
"articles/postgresql/**.yml": ["Azure","Azure Database for PostgreSQL"],
554562
"articles/stream-analytics/**/*.md": ["Azure","Stream Analytics"],
@@ -560,8 +568,7 @@
560568
"articles/virtual-machine-scale-sets/**/*.md": ["Azure","Virtual Machine Scale Sets"],
561569
"articles/virtual-machines/**/*.md": ["Azure","Virtual Machines"],
562570
"articles/virtual-machines/linux/**/*.md": ["Azure","Linux Virtual Machines"],
563-
"articles/virtual-machines/windows/**/*.md": ["Azure","Windows Virtual Machines"],
564-
"articles/app-service/**/*.md": ["Azure","App Service"]
571+
"articles/virtual-machines/windows/**/*.md": ["Azure","Windows Virtual Machines"]
565572
},
566573
"titleSuffix": {
567574
"articles/service-health/**/*.md": "Azure Service Health",

0 commit comments

Comments
 (0)