Move Supported platforms out of Server concepts ToC (#8828)
parent
3b54380932
commit
055b3e55c8
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue