Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"redirections": [
{
"source_path": "msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md",
"redirect_url": "/microsoftteams/platform/overview"
},
{
"source_path": "msteams-platform/m365-apps/actions-in-m365.md",
"redirect_url": "/microsoftteams/platform/overview"
},
{
"source_path": "msteams-platform/m365-apps/build-actions-in-m365.md",
"redirect_url": "/microsoftteams/platform/overview"
},
{
"source_path": "msteams-platform/concepts/building-an-app.md",
"redirect_url": "/microsoftteams/platform/overview"
Expand Down
11 changes: 0 additions & 11 deletions msteams-platform/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,17 +1043,6 @@
- name: Add an Outlook Add-in to a Teams app
href: m365-apps/combine-office-add-in-and-teams-app.md
displayName: Microsoft 365, Office 365, Outlook add-in, integrate Outlook Add-in to Teams, Teams app Outlook Add-in
- name: Actions in Microsoft 365
items:
- name: What are Actions?
href: m365-apps/actions-in-m365.md
displayName: actions design
- name: Build Actions in Microsoft 365
href: m365-apps/build-actions-in-m365.md
displayName: build actions, retrieve action
- name: Actions in Microsoft 365 quick start guide
href: m365-apps/actions-in-m365-quick-start-guide.md
displayName: run in Azure
- name: Publish Teams apps for Microsoft 365
href: m365-apps/publish.md
- name: Test your agent or app
Expand Down
59 changes: 0 additions & 59 deletions msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md

This file was deleted.

94 changes: 0 additions & 94 deletions msteams-platform/m365-apps/actions-in-m365.md

This file was deleted.

146 changes: 0 additions & 146 deletions msteams-platform/m365-apps/build-actions-in-m365.md

This file was deleted.

Binary file not shown.
Binary file removed msteams-platform/m365-apps/images/actions-debug.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed msteams-platform/m365-apps/images/do-and-dont.png
Binary file not shown.
Binary file not shown.
Binary file removed msteams-platform/m365-apps/images/icon-slot.png
Binary file not shown.
6 changes: 0 additions & 6 deletions msteams-platform/m365-apps/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ Meeting apps are essentially [personal tabs](#personal-tabs) that are designed t

For more information, see [Apps for meetings and calls](/microsoftteams/platform/apps-in-teams-meetings/teams-apps-in-meetings) and [Extend a meeting app to Outlook](/microsoftteams/platform/m365-apps/extend-m365-meeting-app).

## Actions in Microsoft 365

Actions aim to integrate your app into your user's workflow by enabling easy discoverability and seamless interaction with their content. By directing users to your app with their intent and contextual content, Actions enable efficient task completion. This integration enhances the visibility and engagement of your app with minimal development effort.

For more information, see [Actions in Microsoft 365](actions-in-m365.md).

## Platform support

The following table shows platforms supporting the various types of apps for Microsoft 365.
Expand Down
1 change: 0 additions & 1 deletion msteams-platform/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ Developer preview is a public program that provides early access to unreleased T
| 15/03/2024 | Extend static tabs to channels with a customizable experience. | [Build tabs for Teams](tabs/what-are-tabs.md) |
| 12/02/2024 | Build API-based message extension using Developer Portal for Teams. | Build message extension > [Build API-based message extension](messaging-extensions/build-api-based-message-extension.md) |
| 06/02/2024 | Introduced `systemDefault` reserved activity type for send activity feed notifications| Build tabs > [Send activity feed notifications](tabs/send-activity-feed-notification.md#requirements-to-use-the-activity-feed-notification-apis)|
|25/01/2024| Actions help to integrate your app into your user's workflow by enabling easy discoverability and seamless interaction with the content. | Extend your app across Microsoft 365 > [Actions in Microsoft 365](m365-apps/actions-in-m365.md)|
|12/01/2024| Introduced Teams Toolkit command line interface v3. | Tools and SDKs > Tools > [Teams Toolkit command line interface](toolkit/teams-toolkit-CLI.md)|

</details>
Expand Down