Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[All Hosts] (toc) toc changes for WXP unified manifest #4843

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 28 additions & 16 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -313,6 +323,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