Skip to content

Commit 5fea310

Browse files
authored
[all hosts] (Unified Manifest) Update links to the Teams version of the unified manifest reference (#5155)
* Update links to the Teams version of the unified manifest reference * Fix link
1 parent 632770d commit 5fea310

8 files changed

+12
-12
lines changed

docs/design/add-in-icons-monoline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The final icons should be saved as .png image files. Use PNG format with a trans
207207

208208
### Unified manifest reference
209209

210-
- ["extensions.ribbons" array](/microsoftteams/platform/resources/schema/manifest-schema#extensionsribbons)
210+
- ["extensions.ribbons" array](/microsoft-365/extensibility/schema/extension-ribbons-array)
211211

212212
### Add-in only manifest reference
213213

docs/develop/configure-your-add-in-to-use-a-shared-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow these steps to configure a new or existing project to use a shared runtim
3131
# [Unified manifest for Microsoft 365](#tab/jsonmanifest)
3232

3333
> [!NOTE]
34-
> Implementing a shared runtime with the unified manifest for Microsoft 365 is in public developer preview. This shouldn't be used in production add-ins. We invite you to try it out in test or development environments. For more information, see the [Public developer preview app manifest schema](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
34+
> Implementing a shared runtime with the unified manifest for Microsoft 365 is in public developer preview. This shouldn't be used in production add-ins. We invite you to try it out in test or development environments. For more information, see the [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema).
3535
3636
1. Open your add-in project in Visual Studio Code.
3737
1. Open the **manifest.json** file.

docs/develop/json-manifest-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `"extensions"` property in the unified manifest primarily represents charact
8383
The following table shows a mapping of *some* high-level child properties of the `"extensions"` property in the unified manifest to XML elements in the current manifest. Dot notation is used to reference child properties.
8484

8585
> [!NOTE]
86-
> This table contains only some selected representative descendant properties of `"extensions"`. *It isn't an exhaustive list of all child properties of `"extensions"`.* For the full reference of the unified manifest, see [Unified manifest for Microsoft 365](/microsoftteams/platform/resources/schema/manifest-schema). For the manifest reference that includes all the latest preview features, see [Public developer preview for the unified manifest for Microsoft 365](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
86+
> This table contains only some selected representative descendant properties of `"extensions"`. *It isn't an exhaustive list of all child properties of `"extensions"`.* For the full reference of the unified manifest, see [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema).
8787
8888
|JSON property|Purpose|XML elements|Comments|
8989
|:-----|:-----|:-----|:-----|

docs/develop/unified-manifest-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ We've taken an important first step toward these goals by making it possible for
2828
2929
## Key properties of the unified manifest
3030

31-
The main reference documentation for the version of the unified app manifest is at [Unified manifest reference](/microsoftteams/platform/resources/schema/manifest-schema). (For the manifest reference that includes all the latest preview features, see [Public developer preview for the unified manifest](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).) In this article, we provide a brief description of the meaning of base properties when the Teams App is (or includes) an Office Add-in. This is followed by some basic documentation for the [`"extensions"`](/microsoft-365/extensibility/schema/root#extensions) property and its descendant properties. There is a full sample manifest for an add-in at [Sample unified manifest](#sample-unified-manifest).
31+
The main reference documentation for the version of the unified app manifest is at [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema). In this article, we provide a brief description of the meaning of base properties when the Teams App is (or includes) an Office Add-in. This is followed by some basic documentation for the [`"extensions"`](/microsoft-365/extensibility/schema/root#extensions) property and its descendant properties. There is a full sample manifest for an add-in at [Sample unified manifest](#sample-unified-manifest).
3232

3333
### Base properties
3434

35-
Each of the base properties listed in the following table has more extensive documentation at [Manifest schema](/microsoftteams/platform/resources/schema/manifest-schema). Base properties not included in this table have no meaning for Office Add-ins.
35+
Each of the base properties listed in the following table has more extensive documentation at [Microsoft 365 app manifest schema](/microsoft-365/extensibility/schema/root). Base properties not included in this table have no meaning for Office Add-ins.
3636

3737
|JSON property|Purpose|
3838
|:-----|:-----|
@@ -53,7 +53,7 @@ Each of the base properties listed in the following table has more extensive doc
5353
We're working hard to complete reference documentation for the `"extensions"` property and its descendant properties. In the meantime, the following provides some basic documentation. Most, but not all, of the properties have an equivalent element (or attribute) in the add-in only manifest for add-ins. For the most part, the description, and restrictions, that apply to the XML element or attribute also apply to its JSON property equivalent in the unified manifest. The tables in the '`"extensions"` property' section of [Compare the add-in only manifest with the unified manifest for Microsoft 365](json-manifest-overview.md#extensions-property) can help you determine the XML equivalent of a JSON property.
5454

5555
> [!NOTE]
56-
> This table contains only some selected representative descendant properties of `"extensions"`. *It isn't an exhaustive list of all child properties of `"extensions"`.* For the full reference of the unified manifest, see [Unified manifest for Microsoft 365](/microsoftteams/platform/resources/schema/manifest-schema). For the manifest reference that includes all the latest preview features, see [Public developer preview for the unified manifest for Microsoft 365](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
56+
> This table contains only some selected representative descendant properties of `"extensions"`. *It isn't an exhaustive list of all child properties of `"extensions"`.* For the full reference of the unified manifest, see the [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema).
5757
5858
|JSON property|Purpose|
5959
|:-----|:-----|
@@ -463,4 +463,4 @@ The following is an example of a unified app manifest for an add-in. It doesn't
463463
## See also
464464

465465
- [Create add-in commands with the unified manifest for Microsoft 365](create-addin-commands-unified-manifest.md)
466-
- [Manifest schema](/microsoftteams/platform/resources/schema/manifest-schema)
466+
- [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema)

docs/includes/deploy-updates-that-require-admin-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ When you add features or fix bugs in your add-in, you'll need to deploy the upda
88
> Whenever you make a change to the manifest, you must raise the version number of the manifest.
99
>
1010
> - If the add-in uses the add-in only manifest, see [Version element](/javascript/api/manifest/version).
11-
> - If the add-in uses the unified manifest, see [version property](/microsoftteams/platform/resources/schema/manifest-schema#version).
11+
> - If the add-in uses the unified manifest, see [version property](/microsoft-365/extensibility/schema/root#version).

docs/publish/maintain-breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When you update your add-in, there are two pieces to consider: the web applicati
6262
Whenever you make a change to the manifest, you must raise the version number of the manifest.
6363

6464
- If the add-in uses the add-in only manifest, see [Version element](/javascript/api/manifest/version).
65-
- If the add-in uses the unified manifest, see [version property](/microsoftteams/platform/resources/schema/manifest-schema#version).
65+
- If the add-in uses the unified manifest, see [version property](/microsoft-365/extensibility/schema/root#version).
6666

6767
If your add-in is deployed by one or more admins to their organizations, some manifest changes require the admin to consent to the updates. Users are blocked from the add-in until consent is granted. The following manifest changes require the admin to consent again.
6868

docs/publish/publish-nested-app-auth-add-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ If you deployed your add-in by providing the manifest to admins for central depl
111111
- [Microsoft AppSource submission FAQ](/partner-center/marketplace-offers/appsource-submission-faq)
112112
- [Admin consent on the Microsoft identity platform](/entra/identity-platform/v2-admin-consent)
113113
- [Requesting permissions through consent](/entra/identity-platform/consent-types-developer)
114-
- [webApplicationInfo property](/microsoftteams/platform/resources/schema/manifest-schema)
114+
- [webApplicationInfo property](/microsoft-365/extensibility/schema/root#webapplicationinfo)
115115
- [Nested app authentication and Outlook legacy tokens deprecation FAQ](../outlook/faq-nested-app-auth-outlook-legacy-tokens.md)

docs/tutorials/excel-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this tutorial, you'll create an Excel task pane add-in that:
4343
Next, select the type of manifest that you'd like to use, either the **unified manifest for Microsoft 365** or the **add-in only manifest**. Most of the steps in this tutorial are the same regardless of the manifest type, but the [Protect a worksheet](#protect-a-worksheet) section has separate steps for each manifest type.
4444

4545
> [!NOTE]
46-
> Using the unified manifest for Microsoft 365 with Excel add-ins is in public developer preview. The unified manifest for Microsoft 365 shouldn't be used in production Excel add-ins. We invite you to try it out in test or development environments. For more information, see the [Public developer preview app manifest schema](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
46+
> Using the unified manifest for Microsoft 365 with Excel add-ins is in public developer preview. The unified manifest for Microsoft 365 shouldn't be used in production Excel add-ins. We invite you to try it out in test or development environments. For more information, see the [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema).
4747
4848
After you complete the wizard, the generator creates the project and installs supporting Node components. You may need to manually run `npm install` in the root folder of your project if something fails during the initial setup.
4949

@@ -485,7 +485,7 @@ The steps vary depending on the type of manifest.
485485
# [Unified manifest for Microsoft 365 (preview)](#tab/jsonmanifest)
486486

487487
> [!NOTE]
488-
> Using the unified manifest for Microsoft 365 with Excel add-ins is in public developer preview. The unified manifest for Microsoft 365 shouldn't be used in production Excel add-ins. We invite you to try it out in test or development environments. For more information, see the [Public developer preview app manifest schema](/microsoftteams/platform/resources/schema/manifest-schema-dev-preview).
488+
> Using the unified manifest for Microsoft 365 with Excel add-ins is in public developer preview. The unified manifest for Microsoft 365 shouldn't be used in production Excel add-ins. We invite you to try it out in test or development environments. For more information, see the [Microsoft 365 app manifest schema reference](/microsoft-365/extensibility/schema).
489489

490490
#### Configure the runtime for the ribbon button
491491

0 commit comments

Comments
 (0)