From affda81158009d9d821414faf538f559f0345d44 Mon Sep 17 00:00:00 2001 From: Norm Sohl Date: Tue, 30 Jan 2018 10:54:22 -0800 Subject: [PATCH 1/3] 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/3] 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/3] 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