Move Supported platforms out of Server concepts ToC (#8828)

pull/8835/head
Tom Dykstra 2018-10-03 11:31:18 -07:00 committed by Scott Addie
parent 3b54380932
commit 055b3e55c8
2 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ uid: signalr/index
# ASP.NET Core SignalR
* [Introduction](xref:signalr/introduction)
* [Supported platforms](xref:signalr/supported-platforms)
* [Get started](xref:tutorials/signalr)
* [Server concepts](xref:signalr/hubs)
* [Supported platforms](xref:signalr/supported-platforms)
* [Hubs](xref:signalr/hubs)
* [HubContext](xref:signalr/hubcontext)
* [Users and groups](xref:signalr/groups)

View File

@ -212,9 +212,9 @@
# [SignalR](xref:signalr/index)
## [Introduction](xref:signalr/introduction)
## [Supported platforms](xref:signalr/supported-platforms)
## [Get started](xref:tutorials/signalr)
## [Server concepts](xref:signalr/hubs)
### [Supported platforms](xref:signalr/supported-platforms)
### [Hubs](xref:signalr/hubs)
### [HubContext](xref:signalr/hubcontext)
### [Users and groups](xref:signalr/groups)