Skip to content

Commit f45d5c9

Browse files
author
Jill Grant
authored
Merge pull request #129 from JasonWHowell/zonepivots
Moving zone pivots configuration into the repo
2 parents e670bab + 14a224e commit f45d5c9

File tree

3 files changed

+833
-4
lines changed

3 files changed

+833
-4
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"monikers": [],
1313
"open_to_public_contributors": true,
1414
"type_mapping": {
15-
"Conceptual": "Content"
15+
"Conceptual": "Content",
16+
"ZonePivotGroups": "Toc"
1617
},
1718
"build_entry_point": "docs"
1819
}
@@ -169,8 +170,6 @@
169170
"branch_mapping": {}
170171
}
171172
],
172-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
173-
"git_repository_branch_open_to_public_contributors": "main",
174173
"branch_target_mapping": {},
175174
"targets": {}
176175
}

docfx.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
],
8383
"src": "breadcrumb/azure-ai",
8484
"dest": "breadcrumb/azure-ai"
85+
},
86+
{
87+
"files": [
88+
"zone-pivot-groups.yml"
89+
],
90+
"src": "zone-pivots",
91+
"dest": "zone-pivots/azure-ai/"
8592
}
8693
],
8794
"resource": [
@@ -260,7 +267,8 @@
260267
"Certification"
261268
],
262269
"uhfHeaderId": "azure",
263-
"ms.suite": "office"
270+
"ms.suite": "office",
271+
"zone_pivot_group_filename": "zone-pivots/azure-ai/zone-pivot-groups.json"
264272
},
265273
"fileMetadata": {
266274
"author": {

0 commit comments

Comments
 (0)