From da3f693417b3511e72f6348ad9c012972acb08a4 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Tue, 27 Nov 2018 15:29:34 -0800 Subject: [PATCH] add temporary treejack banner (#9715) Internal review links: https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-1.0&branch=pr-en-us-9715 https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-1.0&branch=pr-en-us-9715 https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-1.0&branch=pr-en-us-9715 https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/signalr?view=aspnetcore-2.1&branch=pr-en-us-9715 --- aspnetcore/host-and-deploy/iis/index.md | 3 +++ aspnetcore/tutorials/first-web-api.md | 3 +++ aspnetcore/tutorials/razor-pages/razor-pages-start.md | 3 +++ aspnetcore/tutorials/signalr.md | 3 +++ 4 files changed, 12 insertions(+) diff --git a/aspnetcore/host-and-deploy/iis/index.md b/aspnetcore/host-and-deploy/iis/index.md index 347196e65c..7277415f31 100644 --- a/aspnetcore/host-and-deploy/iis/index.md +++ b/aspnetcore/host-and-deploy/iis/index.md @@ -13,6 +13,9 @@ By [Luke Latham](https://github.com/guardrex) [Install the .NET Core Hosting Bundle](#install-the-net-core-hosting-bundle) +> [!NOTE] +> We’re testing the usability of a proposed new structure for the ASP.NET Core table of contents. If you have a few minutes to try an exercise of finding 7 different topics in the current or proposed table of contents, please [click here to participate in the study](https://dpk4xbh5.optimalworkshop.com/treejack/rps16hd5). + ## Supported operating systems The following operating systems are supported: diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index a8c36638c0..37be58bea2 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -21,6 +21,9 @@ There are three versions of this tutorial: +> [!NOTE] +> We’re testing the usability of a proposed new structure for the ASP.NET Core table of contents. If you have a few minutes to try an exercise of finding 7 different topics in the current or proposed table of contents, please [click here to participate in the study](https://dpk4xbh5.optimalworkshop.com/treejack/rps16hd5). + [!INCLUDE[intro to web API](../includes/webApi/intro.md)] ## Prerequisites diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start.md b/aspnetcore/tutorials/razor-pages/razor-pages-start.md index b23f841d62..92333fd7cd 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start.md +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start.md @@ -28,6 +28,9 @@ There are three versions of this tutorial: [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/razor-pages/razor-pages-start/sample) ([how to download](xref:index#how-to-download-a-sample)) +> [!NOTE] +> We’re testing the usability of a proposed new structure for the ASP.NET Core table of contents. If you have a few minutes to try an exercise of finding 7 different topics in the current or proposed table of contents, please [click here to participate in the study](https://dpk4xbh5.optimalworkshop.com/treejack/rps16hd5). + ::: moniker range=">= aspnetcore-2.1" ## Prerequisites diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index d017204cd6..20e8113672 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -28,6 +28,9 @@ At the end, you'll have a working chat app: [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/signalr/sample) ([how to download](xref:index#how-to-download-a-sample)). +> [!NOTE] +> We’re testing the usability of a proposed new structure for the ASP.NET Core table of contents. If you have a few minutes to try an exercise of finding 7 different topics in the current or proposed table of contents, please [click here to participate in the study](https://dpk4xbh5.optimalworkshop.com/treejack/rps16hd5). + ## Prerequisites # [Visual Studio](#tab/visual-studio)