Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
v-npaladugu committed Sep 26, 2024
1 parent 1faab19 commit 5e824a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions msteams-platform/tabs/how-to/create-personal-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/tabs/how-to/using-fluid-msteam.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)</br> • Tools and SDKs > [Developer Portal](concepts/build-and-test/teams-developer-portal.md) </br> • 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) </br> • App fundamentals > Device capabilities > [Request device permissions](concepts/device-capabilities/native-device-permissions.md) </br> • App fundamentals > Device capabilities > [Integrate media capabilities](concepts/device-capabilities/media-capabilities.md) </br> • App fundamentals > Device capabilities > [Integrate QR or barcode scanner capability](concepts/device-capabilities/qr-barcode-scanner-capability.md) </br> • 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) </br> • App fundamentals > Device capabilities > [Request device permissions](concepts/device-capabilities/native-device-permissions.md) </br> • App fundamentals > Device capabilities > [Integrate media capabilities](concepts/device-capabilities/media-capabilities.md) </br> • App fundamentals > Device capabilities > [Integrate QR or barcode scanner capability](concepts/device-capabilities/qr-barcode-scanner-capability.md) |
Expand Down

0 comments on commit 5e824a0

Please sign in to comment.