From 6ab6c820938d74bec402e3766bdc5e1ebb03ae4d Mon Sep 17 00:00:00 2001 From: Rick Kirkham Date: Wed, 9 Oct 2024 15:31:23 -0700 Subject: [PATCH 1/2] [All Hosts] (toc) toc changes for WXP unified manifest --- docs/toc.yml | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/docs/toc.yml b/docs/toc.yml index 7ce11495e2..7764e47740 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -96,7 +96,13 @@ items: - name: Reference Office.js href: develop/referencing-the-javascript-api-for-office-library-from-its-cdn.md - name: Specify Office applications and API requirements - href: develop/specify-office-hosts-and-api-requirements.md + items: + - name: Specify Office applications and API requirements with the unified manifest + href: develop/specify-office-hosts-and-api-requirements-unified.md + - name: Specify Office applications and API requirements with the add-in only manifest + href: develop/specify-office-hosts-and-api-requirements.md + - name: Check for API availability at runtime + href: develop/specify-api-requirements-runtime.md - name: Load sequence of an Office Add-in href: develop/loading-the-dom-and-runtime-environment.md - name: Initialize your add-in @@ -116,21 +122,27 @@ items: items: - name: Overview href: develop/add-in-manifests.md - - name: Office Add-ins with the add-in only manifest - href: develop/xml-manifest-overview.md - - name: Office Add-ins with the unified manifest for Microsoft 365 - href: develop/unified-manifest-overview.md - - name: Compare the add-in only manifest with the unified manifest for Microsoft 365 - href: develop/json-manifest-overview.md - - name: Convert an add-in to use the unified manifest for Microsoft 365 - href: develop/convert-xml-to-json-manifest.md - - name: Add-in only manifest reference - href: reference/manifest-reference.md - - name: Extended overrides - href: develop/extended-overrides.md - - name: Find the proper order of manifest elements - href: develop/manifest-element-ordering.md - displayName: manifest + - name: Unified manifest for Microsoft 365 + items: + - name: Office Add-ins with the unified manifest for Microsoft 365 + href: develop/unified-manifest-overview.md + - name: Compare the add-in only manifest with the unified manifest for Microsoft 365 + href: develop/json-manifest-overview.md + - name: Convert an add-in to use the unified manifest for Microsoft 365 + href: develop/convert-xml-to-json-manifest.md + - name: Add-in only manifest + items: + - name: Office Add-ins with the add-in only manifest + href: develop/xml-manifest-overview.md + - name: Add-in only manifest reference + href: reference/manifest-reference.md + - name: Extended overrides + href: develop/extended-overrides.md + - name: Find the proper order of manifest elements + href: develop/manifest-element-ordering.md + - name: Update API and manifest version + href: develop/update-your-javascript-api-for-office-and-manifest-schema-version.md + displayName: manifest - name: Privacy, security, and storage items: - name: Overview of add-in privacy and security @@ -313,6 +325,8 @@ items: displayName: debug - name: Windows items: + - name: Sideload Office Add-ins that use the unified manifest for Microsoft 365 + href: testing/sideload-add-in-with-unified-manifest.md - name: Sideload Office Add-ins on Windows from a network share href: testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins.md - name: Attach a debugger from the task pane From bddad18f800c2ed7531135431cfcf09f16f1dc03 Mon Sep 17 00:00:00 2001 From: Rick Kirkham Date: Wed, 9 Oct 2024 15:38:47 -0700 Subject: [PATCH 2/2] remove extended overrides --- docs/toc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/toc.yml b/docs/toc.yml index 7764e47740..a2e89f81a6 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -136,8 +136,6 @@ items: href: develop/xml-manifest-overview.md - name: Add-in only manifest reference href: reference/manifest-reference.md - - name: Extended overrides - href: develop/extended-overrides.md - name: Find the proper order of manifest elements href: develop/manifest-element-ordering.md - name: Update API and manifest version