@@ -94,9 +94,15 @@ items:
94
94
- name : Reference Office.js
95
95
href : develop/referencing-the-javascript-api-for-office-library-from-its-cdn.md
96
96
- 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
100
106
- name : Load sequence of an Office Add-in
101
107
href : develop/loading-the-dom-and-runtime-environment.md
102
108
- name : Initialize your add-in
@@ -116,21 +122,25 @@ items:
116
122
items :
117
123
- name : Overview
118
124
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
134
144
- name : Privacy, security, and storage
135
145
items :
136
146
- name : Overview of add-in privacy and security
@@ -311,6 +321,8 @@ items:
311
321
displayName : debug
312
322
- name : Windows
313
323
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
314
326
- name : Sideload Office Add-ins on Windows from a network share
315
327
href : testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins.md
316
328
- name : Attach a debugger from the task pane
0 commit comments