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-9715pull/9718/head
parent
46eef345f6
commit
da3f693417
|
@ -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:
|
||||
|
|
|
@ -21,6 +21,9 @@ There are three versions of this tutorial:
|
|||
|
||||
<!-- WARNING: The code AND images in this doc are used by uid: tutorials/web-api-vsc, tutorials/first-web-api-mac and tutorials/first-web-api. If you change any code/images in this tutorial, update uid: tutorials/web-api-vsc -->
|
||||
|
||||
> [!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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue