Skip to content

Commit eb5bd8f

Browse files
committed
Fix ms.service values in docfx.json files
1 parent aa369b1 commit eb5bd8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

AKS-Arc/docfx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"breadcrumb_path": "/azure/aks/aksarc/breadcrumb/toc.json",
5757
"extendBreadcrumb": false,
5858
"manager":"lizross",
59-
"ms.service": "azure-stack",
6059
"recommendations": true,
6160
"zone_pivot_group_filename": "../azure-stack/zone-pivot-groups.json"
6261

azure-stack/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
}
166166
},
167167
"manager":"lizross",
168-
"ms.service": "azure-stack",
169168
"recommendations": true
170169
},
171170
"fileMetadata": {
@@ -174,7 +173,8 @@
174173
"operator/**/*.md": "azure-stack-hub",
175174
"partner/**/*.md": "azure-stack-hub",
176175
"reference/**/*.md": "azure-stack-hub",
177-
"user/**/*.md": "azure-stack-hub"
176+
"user/**/*.md": "azure-stack-hub",
177+
"ruggedized/**/*.md": "azure-stack-hub"
178178
},
179179
"titleSuffix": {
180180
"**/*.md": "Azure Stack Hub"

0 commit comments

Comments
 (0)