Skip to content

Commit 56e2db1

Browse files
authored
[All Hosts] (toc) toc changes for WXP unified manifest (#4843)
* [All Hosts] (toc) toc changes for WXP unified manifest * remove extended overrides
1 parent d7cb48c commit 56e2db1

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

docs/toc.yml

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,15 @@ items:
9494
- name: Reference Office.js
9595
href: develop/referencing-the-javascript-api-for-office-library-from-its-cdn.md
9696
- name: Specify Office applications and API requirements
97-
href: develop/specify-office-hosts-and-api-requirements.md
98-
- name: Understand and use platform-specific requirement sets
99-
href: develop/platform-specific-requirement-sets.md
97+
items:
98+
- name: Specify Office applications and API requirements with the unified manifest
99+
href: develop/specify-office-hosts-and-api-requirements-unified.md
100+
- name: Specify Office applications and API requirements with the add-in only manifest
101+
href: develop/specify-office-hosts-and-api-requirements.md
102+
- name: Understand and use platform-specific requirment sets
103+
href: develop/platform-specific-requirement-sets.md
104+
- name: Check for API availability at runtime
105+
href: develop/specify-api-requirements-runtime.md
100106
- name: Load sequence of an Office Add-in
101107
href: develop/loading-the-dom-and-runtime-environment.md
102108
- name: Initialize your add-in
@@ -116,21 +122,25 @@ items:
116122
items:
117123
- name: Overview
118124
href: develop/add-in-manifests.md
119-
- name: Office Add-ins with the add-in only manifest
120-
href: develop/xml-manifest-overview.md
121-
- name: Office Add-ins with the unified manifest for Microsoft 365
122-
href: develop/unified-manifest-overview.md
123-
- name: Compare the add-in only manifest with the unified manifest for Microsoft 365
124-
href: develop/json-manifest-overview.md
125-
- name: Convert an add-in to use the unified manifest for Microsoft 365
126-
href: develop/convert-xml-to-json-manifest.md
127-
- name: Add-in only manifest reference
128-
href: reference/manifest-reference.md
129-
- name: Extended overrides
130-
href: develop/extended-overrides.md
131-
- name: Find the proper order of manifest elements
132-
href: develop/manifest-element-ordering.md
133-
displayName: manifest
125+
- name: Unified manifest for Microsoft 365
126+
items:
127+
- name: Office Add-ins with the unified manifest for Microsoft 365
128+
href: develop/unified-manifest-overview.md
129+
- name: Compare the add-in only manifest with the unified manifest for Microsoft 365
130+
href: develop/json-manifest-overview.md
131+
- name: Convert an add-in to use the unified manifest for Microsoft 365
132+
href: develop/convert-xml-to-json-manifest.md
133+
- name: Add-in only manifest
134+
items:
135+
- name: Office Add-ins with the add-in only manifest
136+
href: develop/xml-manifest-overview.md
137+
- name: Add-in only manifest reference
138+
href: reference/manifest-reference.md
139+
- name: Find the proper order of manifest elements
140+
href: develop/manifest-element-ordering.md
141+
- name: Update API and manifest version
142+
href: develop/update-your-javascript-api-for-office-and-manifest-schema-version.md
143+
displayName: manifest
134144
- name: Privacy, security, and storage
135145
items:
136146
- name: Overview of add-in privacy and security
@@ -311,6 +321,8 @@ items:
311321
displayName: debug
312322
- name: Windows
313323
items:
324+
- name: Sideload Office Add-ins that use the unified manifest for Microsoft 365
325+
href: testing/sideload-add-in-with-unified-manifest.md
314326
- name: Sideload Office Add-ins on Windows from a network share
315327
href: testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins.md
316328
- name: Attach a debugger from the task pane

0 commit comments

Comments
 (0)