From affda81158009d9d821414faf538f559f0345d44 Mon Sep 17 00:00:00 2001 From: Norm Sohl Date: Tue, 30 Jan 2018 10:54:22 -0800 Subject: [PATCH 1/4] Removed links to app studio (#59) * removed link * Removed link from TOC * removed comments --- msteams-platform/TOC.yml | 2 -- msteams-platform/get-started/get-started.md | 1 - 2 files changed, 3 deletions(-) diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index 40860aedf4e..3d841e7ae6b 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -6,8 +6,6 @@ items: - name: Prepare your Office 365 tenant href: ./get-started/get-started-tenant - - name: Use Teams App Studio - href: ./get-started/get-started-app-studio - name: Get started with Node.js href: ./get-started/get-started-nodejs expanded: true diff --git a/msteams-platform/get-started/get-started.md b/msteams-platform/get-started/get-started.md index b4947cfdbcd..e938932e35a 100644 --- a/msteams-platform/get-started/get-started.md +++ b/msteams-platform/get-started/get-started.md @@ -22,7 +22,6 @@ Here are some simple steps to create a Teams app and test it in Teams. > [!div class="checklist"] > * [Prepare your Office 365 tenant](~/get-started/get-started-tenant) -> * [Get started with Teams App Studio](~/get-started/get-started-app-studio) > * [Get prerequisites](~/get-started/get-started-nodejs#GetPrerequisites) > * [Download the sample](~/get-started/get-started-nodejs#DownloadSample) > * [Build and run the sample](~/get-started/get-started-nodejs#BuildRun) From e3314a2f7acca7dd8348e351bc1ccaad26a4d42b Mon Sep 17 00:00:00 2001 From: Norm Sohl Date: Wed, 31 Jan 2018 10:29:34 -0800 Subject: [PATCH 2/4] Add app studio links (#61) * removed link * Removed link from TOC * removed comments * Added links to App Studio topic * Added links --- msteams-platform/get-started/get-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/msteams-platform/get-started/get-started.md b/msteams-platform/get-started/get-started.md index e938932e35a..b4947cfdbcd 100644 --- a/msteams-platform/get-started/get-started.md +++ b/msteams-platform/get-started/get-started.md @@ -22,6 +22,7 @@ Here are some simple steps to create a Teams app and test it in Teams. > [!div class="checklist"] > * [Prepare your Office 365 tenant](~/get-started/get-started-tenant) +> * [Get started with Teams App Studio](~/get-started/get-started-app-studio) > * [Get prerequisites](~/get-started/get-started-nodejs#GetPrerequisites) > * [Download the sample](~/get-started/get-started-nodejs#DownloadSample) > * [Build and run the sample](~/get-started/get-started-nodejs#BuildRun) From 82cc3b6146c1b2ab9de6b7e110af048e5f493ad4 Mon Sep 17 00:00:00 2001 From: Norm Sohl Date: Wed, 31 Jan 2018 10:34:13 -0800 Subject: [PATCH 3/4] Norm app studio revisions (#62) * removed link * Removed link from TOC * removed comments * Added links to App Studio topic * Added links * TOC addition --- msteams-platform/TOC.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index 3d841e7ae6b..40860aedf4e 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -6,6 +6,8 @@ items: - name: Prepare your Office 365 tenant href: ./get-started/get-started-tenant + - name: Use Teams App Studio + href: ./get-started/get-started-app-studio - name: Get started with Node.js href: ./get-started/get-started-nodejs expanded: true From f47acee091ef11f37e1268c293cf0b64b1341733 Mon Sep 17 00:00:00 2001 From: "REDMOND\\v-nosohl" Date: Wed, 31 Jan 2018 11:07:57 -0800 Subject: [PATCH 4/4] Removed mention of developer preview --- msteams-platform/get-started/get-started-app-studio.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/msteams-platform/get-started/get-started-app-studio.md b/msteams-platform/get-started/get-started-app-studio.md index 0c594258d5f..235d277e32b 100644 --- a/msteams-platform/get-started/get-started-app-studio.md +++ b/msteams-platform/get-started/get-started-app-studio.md @@ -10,8 +10,6 @@ Microsoft Teams is a chat-based workspace in Office 365 that integrates with the Microsoft Teams App Studio makes it easy to start creating or integrating your own service, whether you develop custom apps for your enterprise or SaaS applications for teams around the world. -Teams App Studio is available as part of the [Developer Preview](~/resources/dev-preview/developer-preview). - ## Apps Teams App Studio was created to simplify and streamline the process of creating real apps. It is much faster than the manual process described in [Get started with Node.js](~/get-started/get-started-with-nodejs): Teams App Studio is now the recommended way to develop Teams apps. The getting started documentation will be updated at a later date.