Skip to content

Commit

Permalink
Merge pull request #90 from JasonWHowell/zonepivots
Browse files Browse the repository at this point in the history
Great divide: Add empty zone pivots for future use
  • Loading branch information
Jill Grant authored Sep 5, 2024
2 parents 846e751 + 9406e7e commit b7262e2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"monikers": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content"
"Conceptual": "Content",
"ZonePivotGroups": "Toc"
},
"build_entry_point": "docs"
}
Expand Down
25 changes: 12 additions & 13 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
"**/*.yml"
],
"exclude": [
"iot-edge/**",
"ai-services/document-intelligence/**",
"**/_themes/**",
"**/includes/**",
"**/obj/**",
"**/*.graffle",
"machine-learning/**",
"machine-learning/v1/**"
"**/obj/**"
],
"src": "articles",
"dest": "."
Expand All @@ -25,6 +20,13 @@
],
"src": "breadcrumb/azure-compute",
"dest": "breadcrumb/azure-compute"
},
{
"files": [
"zone-pivot-groups.yml"
],
"src": "zone-pivots",
"dest": "zone-pivots/azure-compute"
}
],
"resource": [
Expand All @@ -37,12 +39,8 @@
"**/*.svg"
],
"exclude": [
"iot-edge/**",
"ai-services/document-intelligence/**",
"**/_themes/**",
"**/obj/**",
"machine-learning/**",
"machine-learning/v1/**"
"**/obj/**"
],
"src": "articles",
"dest": "."
Expand Down Expand Up @@ -140,7 +138,8 @@
"Certification"
],
"uhfHeaderId": "azure",
"ms.suite": "office"
"ms.suite": "office",
"zone_pivot_group_filename": "zone-pivots/azure-compute/zone-pivot-groups.json"
},
"fileMetadata": {
"author": {
Expand Down Expand Up @@ -243,7 +242,7 @@
"overwrite": [],
"externalReference": [],
"template": [],
"rules": {
"rules": {
"sensitive-language-ma": {
"exclude": [
"articles/virtual-machines/workloads/sap/dbms-guide-ha-ibm.md",
Expand Down
10 changes: 10 additions & 0 deletions zone-pivots/zone-pivot-groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### YamlMime:ZonePivotGroups
groups:
- id: empty
title: empty
prompt: empty
pivots:
- id: empty1
title: empty1
- id: empty2
title: empty2

0 comments on commit b7262e2

Please sign in to comment.