From 806b148cb6bc1b4f3cbbc663d4e09ad912f0bbde Mon Sep 17 00:00:00 2001 From: Jasonwhowell <5067358+JasonWHowell@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:04:12 -0700 Subject: [PATCH 1/2] Add empty zone pivots for future use --- docfx.json | 25 ++++++++++++------------- zone-pivots/zone-pivot-groups.yml | 10 ++++++++++ 2 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 zone-pivots/zone-pivot-groups.yml diff --git a/docfx.json b/docfx.json index 556c12acfb6..8c1d7139b9e 100644 --- a/docfx.json +++ b/docfx.json @@ -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": "." @@ -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": [ @@ -37,12 +39,8 @@ "**/*.svg" ], "exclude": [ - "iot-edge/**", - "ai-services/document-intelligence/**", "**/_themes/**", - "**/obj/**", - "machine-learning/**", - "machine-learning/v1/**" + "**/obj/**" ], "src": "articles", "dest": "." @@ -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": { @@ -243,7 +242,7 @@ "overwrite": [], "externalReference": [], "template": [], - "rules": { + "rules": { "sensitive-language-ma": { "exclude": [ "articles/virtual-machines/workloads/sap/dbms-guide-ha-ibm.md", diff --git a/zone-pivots/zone-pivot-groups.yml b/zone-pivots/zone-pivot-groups.yml new file mode 100644 index 00000000000..45c162af8a0 --- /dev/null +++ b/zone-pivots/zone-pivot-groups.yml @@ -0,0 +1,10 @@ +### YamlMime:ZonePivotGroups +groups: +- id: empty + title: empty + prompt: empty + pivots: + - id: empty1 + title: empty1 + - id: empty2 + title: empty2 From 9406e7ed9d274653403b61e5bec6479dd5acc77f Mon Sep 17 00:00:00 2001 From: Jasonwhowell <5067358+JasonWHowell@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:16:27 -0700 Subject: [PATCH 2/2] Fix type mapping --- .openpublishing.publish.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 004f40fc7a8..ef7f454d154 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -12,7 +12,8 @@ "monikers": [], "open_to_public_contributors": true, "type_mapping": { - "Conceptual": "Content" + "Conceptual": "Content", + "ZonePivotGroups": "Toc" }, "build_entry_point": "docs" }