Skip to content

Commit

Permalink
[All Hosts] (toc) toc changes for WXP unified manifest (#4843)
Browse files Browse the repository at this point in the history
* [All Hosts] (toc) toc changes for WXP unified manifest

* remove extended overrides
  • Loading branch information
Rick-Kirkham authored Feb 12, 2025
1 parent d7cb48c commit 56e2db1
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,15 @@ 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
- name: Understand and use platform-specific requirement sets
href: develop/platform-specific-requirement-sets.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: Understand and use platform-specific requirment sets
href: develop/platform-specific-requirement-sets.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
Expand All @@ -116,21 +122,25 @@ 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: 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
Expand Down Expand Up @@ -311,6 +321,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
Expand Down

0 comments on commit 56e2db1

Please sign in to comment.