From 37f6b8eb7d789415b66ef5f4c74fe80a94d61dc5 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:05:39 -0700 Subject: [PATCH] Remove yo office next steps tip (#4794) --- docs/excludes/excel-quickstart-angular.md | 2 -- docs/excludes/outlook-quickstart-json-manifest-typescript.md | 2 -- docs/includes/yo-office-next-steps.md | 2 -- docs/quickstarts/excel-quickstart-jquery.md | 2 -- docs/quickstarts/excel-quickstart-react.md | 2 -- docs/quickstarts/fluent-react-quickstart.md | 2 -- docs/quickstarts/onenote-quickstart.md | 2 -- docs/quickstarts/outlook-quickstart-yo.md | 2 -- docs/quickstarts/powerpoint-quickstart-yo.md | 2 -- docs/quickstarts/project-quickstart.md | 2 -- docs/quickstarts/sso-quickstart.md | 2 -- docs/quickstarts/word-quickstart-yo.md | 2 -- docs/tutorials/excel-tutorial-create-custom-functions.md | 2 -- docs/tutorials/excel-tutorial.md | 2 -- docs/tutorials/outlook-tutorial.md | 2 -- docs/tutorials/powerpoint-tutorial.md | 2 -- docs/tutorials/word-tutorial.md | 2 -- 17 files changed, 34 deletions(-) delete mode 100644 docs/includes/yo-office-next-steps.md diff --git a/docs/excludes/excel-quickstart-angular.md b/docs/excludes/excel-quickstart-angular.md index 22d661f70f..f0cc148113 100644 --- a/docs/excludes/excel-quickstart-angular.md +++ b/docs/excludes/excel-quickstart-angular.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building an Excel task pane After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project The add-in project that you've created with the Yeoman generator contains sample code for a basic task pane add-in. If you'd like to explore the key components of your add-in project, open the project in your code editor and review the files listed below. When you're ready to try out your add-in, proceed to the next section. diff --git a/docs/excludes/outlook-quickstart-json-manifest-typescript.md b/docs/excludes/outlook-quickstart-json-manifest-typescript.md index d91465b7d3..b8c53902d9 100644 --- a/docs/excludes/outlook-quickstart-json-manifest-typescript.md +++ b/docs/excludes/outlook-quickstart-json-manifest-typescript.md @@ -46,8 +46,6 @@ You can create an Office Add-in with the unified manifest by using the [Yeoman g After you complete the wizard, the generator will create the project and install supporting Node components. - [!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - 1. Navigate to the root folder of the web application project. ```command line diff --git a/docs/includes/yo-office-next-steps.md b/docs/includes/yo-office-next-steps.md deleted file mode 100644 index b194237ade..0000000000 --- a/docs/includes/yo-office-next-steps.md +++ /dev/null @@ -1,2 +0,0 @@ -> [!TIP] -> You can ignore the *next steps* guidance that the Yeoman generator provides after the add-in project's been created. The step-by-step instructions within this article provide all of the guidance you'll need to complete this tutorial. \ No newline at end of file diff --git a/docs/quickstarts/excel-quickstart-jquery.md b/docs/quickstarts/excel-quickstart-jquery.md index 53622d84a6..a2a28fbc0e 100644 --- a/docs/quickstarts/excel-quickstart-jquery.md +++ b/docs/quickstarts/excel-quickstart-jquery.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building an Excel task pane After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project [!include[Yeoman generator add-in project components](../includes/yo-task-pane-project-components-js.md)] diff --git a/docs/quickstarts/excel-quickstart-react.md b/docs/quickstarts/excel-quickstart-react.md index 4d5dc1baa9..60f65a1b54 100644 --- a/docs/quickstarts/excel-quickstart-react.md +++ b/docs/quickstarts/excel-quickstart-react.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building an Excel task pane After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project The add-in project that you've created with the Yeoman generator contains sample code for a basic task pane add-in. If you'd like to explore the key components of your add-in project, open the project in your code editor and review the files listed below. When you're ready to try out your add-in, proceed to the next section. diff --git a/docs/quickstarts/fluent-react-quickstart.md b/docs/quickstarts/fluent-react-quickstart.md index dbd3c89de5..501dd50ce0 100644 --- a/docs/quickstarts/fluent-react-quickstart.md +++ b/docs/quickstarts/fluent-react-quickstart.md @@ -42,8 +42,6 @@ The following is an example. After you complete the wizard, the generator creates the project and installs supporting Node components. -[!INCLUDE [Yeoman generator next steps](../includes/yo-office-next-steps.md)] - > [!NOTE] > Fluent UI React v9 or later isn't supported with the Trident (IE) or EdgeHTML (Edge Legacy) webview controls. If your version of Office is using either of those, the task pane of the add-in generated by Yo Office simply contains a message to upgrade your version of Office. For more information, see [Browsers and webview controls used by Office Add-ins](../concepts/browsers-used-by-office-web-add-ins.md). diff --git a/docs/quickstarts/onenote-quickstart.md b/docs/quickstarts/onenote-quickstart.md index 1adcafe5ac..b4bf5e3693 100644 --- a/docs/quickstarts/onenote-quickstart.md +++ b/docs/quickstarts/onenote-quickstart.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building a OneNote task pane After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project The add-in project that you've created with the Yeoman generator contains sample code for a very basic task pane add-in. diff --git a/docs/quickstarts/outlook-quickstart-yo.md b/docs/quickstarts/outlook-quickstart-yo.md index a7a5514ee2..f42485a651 100644 --- a/docs/quickstarts/outlook-quickstart-yo.md +++ b/docs/quickstarts/outlook-quickstart-yo.md @@ -36,8 +36,6 @@ In this article, you'll walk through the process of building an Outlook task pan After you complete the wizard, the generator will create the project and install supporting Node components. - [!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - 1. Navigate to the root folder of the web application project. ```command line diff --git a/docs/quickstarts/powerpoint-quickstart-yo.md b/docs/quickstarts/powerpoint-quickstart-yo.md index b4560ef616..a1d9b81a34 100644 --- a/docs/quickstarts/powerpoint-quickstart-yo.md +++ b/docs/quickstarts/powerpoint-quickstart-yo.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building a PowerPoint task p After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project [!include[Yeoman generator add-in project components](../includes/yo-task-pane-project-components-js.md)] diff --git a/docs/quickstarts/project-quickstart.md b/docs/quickstarts/project-quickstart.md index 8cad900ef3..974e882cce 100644 --- a/docs/quickstarts/project-quickstart.md +++ b/docs/quickstarts/project-quickstart.md @@ -29,8 +29,6 @@ In this article, you'll walk through the process of building a Project task pane After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project The add-in project that you've created with the Yeoman generator contains sample code for a very basic task pane add-in. diff --git a/docs/quickstarts/sso-quickstart.md b/docs/quickstarts/sso-quickstart.md index b9f3020221..31281ca095 100644 --- a/docs/quickstarts/sso-quickstart.md +++ b/docs/quickstarts/sso-quickstart.md @@ -43,8 +43,6 @@ In this article, you'll use the Yeoman generator for Office Add-ins to create an After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project The add-in project that you've created with the Yeoman generator contains code for an SSO-enabled task pane add-in. diff --git a/docs/quickstarts/word-quickstart-yo.md b/docs/quickstarts/word-quickstart-yo.md index 71ef16a8ad..86059cc7df 100644 --- a/docs/quickstarts/word-quickstart-yo.md +++ b/docs/quickstarts/word-quickstart-yo.md @@ -27,8 +27,6 @@ In this article, you'll walk through the process of building a Word task pane ad After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Explore the project [!include[Yeoman generator add-in project components](../includes/yo-task-pane-project-components-js.md)] diff --git a/docs/tutorials/excel-tutorial-create-custom-functions.md b/docs/tutorials/excel-tutorial-create-custom-functions.md index e8f059dbe8..c0522b10a8 100644 --- a/docs/tutorials/excel-tutorial-create-custom-functions.md +++ b/docs/tutorials/excel-tutorial-create-custom-functions.md @@ -39,8 +39,6 @@ In this tutorial, you will: The Yeoman generator will create the project files and install supporting Node components. - [!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - 1. Navigate to the root folder of the project. ```command line diff --git a/docs/tutorials/excel-tutorial.md b/docs/tutorials/excel-tutorial.md index a86e75fb2b..6aab3087a1 100644 --- a/docs/tutorials/excel-tutorial.md +++ b/docs/tutorials/excel-tutorial.md @@ -42,8 +42,6 @@ In this tutorial, you'll create an Excel task pane add-in that: After you complete the wizard, the generator creates the project and installs supporting Node components. You may need to manually run `npm install` in the root folder of your project if something fails during the initial setup. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Create a table In this step of the tutorial, you'll programmatically test that your add-in supports the user's current version of Excel, add a table to a worksheet, populate the table with data, and format it. diff --git a/docs/tutorials/outlook-tutorial.md b/docs/tutorials/outlook-tutorial.md index c19d9aa3c6..cbecd3baca 100644 --- a/docs/tutorials/outlook-tutorial.md +++ b/docs/tutorials/outlook-tutorial.md @@ -130,8 +130,6 @@ The add-in that you'll create in this tutorial will read [gists](https://gist.gi After you complete the wizard, the generator creates the project and installs supporting Node components. - [!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - 1. Navigate to the root directory of the project. ```command line diff --git a/docs/tutorials/powerpoint-tutorial.md b/docs/tutorials/powerpoint-tutorial.md index 8ad4ac8361..5cd9136f2b 100644 --- a/docs/tutorials/powerpoint-tutorial.md +++ b/docs/tutorials/powerpoint-tutorial.md @@ -47,8 +47,6 @@ In this tutorial, you'll use Visual Studio Code (VS Code), Visual Studio, or you After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ### Complete setup 1. Navigate to the root directory of the project. diff --git a/docs/tutorials/word-tutorial.md b/docs/tutorials/word-tutorial.md index ae07bf4ee2..f7f55eb80f 100644 --- a/docs/tutorials/word-tutorial.md +++ b/docs/tutorials/word-tutorial.md @@ -41,8 +41,6 @@ In this tutorial, you'll create a Word task pane add-in that: After you complete the wizard, the generator creates the project and installs supporting Node components. -[!include[Yeoman generator next steps](../includes/yo-office-next-steps.md)] - ## Insert a range of text In this step of the tutorial, you'll programmatically test that your add-in supports the user's current version of Word, and then insert a paragraph into the document.