From 5e824a05f30606e389974d12b786958732217a58 Mon Sep 17 00:00:00 2001 From: v-npaladugu Date: Thu, 26 Sep 2024 14:02:02 +0530 Subject: [PATCH] Updates --- msteams-platform/tabs/how-to/create-personal-tab.md | 6 +++--- msteams-platform/tabs/how-to/using-fluid-msteam.md | 2 +- msteams-platform/whats-new.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/msteams-platform/tabs/how-to/create-personal-tab.md b/msteams-platform/tabs/how-to/create-personal-tab.md index 20d9ac6451d..2f6a3ea933f 100644 --- a/msteams-platform/tabs/how-to/create-personal-tab.md +++ b/msteams-platform/tabs/how-to/create-personal-tab.md @@ -261,7 +261,7 @@ After your tab is uploaded to Microsoft Teams through **ngrok** and successfully 1. In the left pane of Teams, select ellipses ●●● and then choose your uploaded app to view your tab. - Your tab is successfully created and added in Teams. You can also [reorder](#reorder-static-tabs) your tabs in Teams. + Your tab is successfully created and added in Teams. You can also [reorder](#reorder-tabs) your tabs in Teams. ::: zone-end @@ -414,7 +414,7 @@ ngrok http 3978 --host-header=localhost :::image type="content" source="~/assets/images/tab-images/personaltabaspnetuploaded.png" alt-text="Default Tab"::: - Your tab is successfully created and added in Teams. You can also [reorder](#reorder-static-tabs) your tab in Teams. + Your tab is successfully created and added in Teams. You can also [reorder](#reorder-tabs) your tab in Teams. ::: zone-end @@ -583,7 +583,7 @@ ngrok http 3978 --host-header=localhost :::image type="content" source="~/assets/images/tab-images/personaltabaspnetmvccoreuploaded.png" alt-text="Personal tab"::: - Your tab is successfully created and added in Teams. You can also [reorder](#reorder-static-tabs) your tab in Teams. + Your tab is successfully created and added in Teams. You can also [reorder](#reorder-tabs) your tab in Teams. ::: zone-end diff --git a/msteams-platform/tabs/how-to/using-fluid-msteam.md b/msteams-platform/tabs/how-to/using-fluid-msteam.md index e1c657aed49..00377b0e12b 100644 --- a/msteams-platform/tabs/how-to/using-fluid-msteam.md +++ b/msteams-platform/tabs/how-to/using-fluid-msteam.md @@ -35,7 +35,7 @@ This tutorial requires familiarity with the following concepts and resources: ## Create the project 1. Open a Command Prompt and navigate to the parent folder where you want to create the project, for example, `/My Microsoft Teams Projects`. -1. Create a Teams tab application by running the following command and [creating a channel tab](create-channel-group-tab.md#create-a-custom-configurable-tab-with-nodejs): +1. Create a Teams tab application by running the following command and [creating a channel tab](create-channel-group-tab.md#create-a-configurable-tab-with-nodejs): ```cmd yo teams diff --git a/msteams-platform/whats-new.md b/msteams-platform/whats-new.md index 0fd9efb7808..889550db1c1 100644 --- a/msteams-platform/whats-new.md +++ b/msteams-platform/whats-new.md @@ -286,7 +286,7 @@ Explore updates from the previous GA releases listed here. |04/08/2021| App customization feature | • Design your apps > [Design teams app overview](concepts/design/enable-app-customization.md)
• Tools and SDKs > [Developer Portal](concepts/build-and-test/teams-developer-portal.md)
• App manifest > Public developer preview > [Manifest schema](resources/schema/manifest-schema-dev-preview.md) | |03/18/2021| Notice: Update to version 4.10 or above of the Bot Framework SDK, as we've started with the deprecation process for `TeamsInfo.getMembers` and `TeamsInfo.GetMembersAsync`. | Build bots > [Bot API Changes for Team/Chat Members](resources/team-chat-member-api-changes.md) | |03/05/2021|Default install scope and group capability | Distribute your app > [Default install scope and group capability](concepts/deploy-and-publish/add-default-install-scope.md) | -|03/05/2021|Reorder personal app tabs | Build tabs > [Reorder the chat tab in personal apps](tabs/how-to/create-personal-tab.md#reorder-static-tabs) | +|03/05/2021|Reorder personal app tabs | Build tabs > [Reorder the chat tab in personal apps](tabs/how-to/create-personal-tab.md#reorder-tabs) | |03/04/2021|Information masking in Adaptive cards | Build cards and task modules > Build cards > [Information masking in Adaptive cards](task-modules-and-cards/cards/cards-format.md#information-masking-in-adaptive-cards) | |02/19/2021|Added location capabilities. | • App fundamentals > Device capabilities > [Overview](concepts/device-capabilities/device-capabilities-overview.md)
• App fundamentals > Device capabilities > [Request device permissions](concepts/device-capabilities/native-device-permissions.md)
• App fundamentals > Device capabilities > [Integrate media capabilities](concepts/device-capabilities/media-capabilities.md)
• App fundamentals > Device capabilities > [Integrate QR or barcode scanner capability](concepts/device-capabilities/qr-barcode-scanner-capability.md)
• App fundamentals > Device capabilities > [Integrate location capabilities](concepts/device-capabilities/location-capability.md) | |02/18/2021|Added QR or barcode scanner capability.| • App fundamentals > Device capabilities > [Overview](concepts/device-capabilities/device-capabilities-overview.md)
• App fundamentals > Device capabilities > [Request device permissions](concepts/device-capabilities/native-device-permissions.md)
• App fundamentals > Device capabilities > [Integrate media capabilities](concepts/device-capabilities/media-capabilities.md)
• App fundamentals > Device capabilities > [Integrate QR or barcode scanner capability](concepts/device-capabilities/qr-barcode-scanner-capability.md) |