Add SignalR specs to ToC (#16023)

pull/16024/head
Scott Addie 2019-12-04 15:59:18 -06:00 committed by GitHub
parent bebf782a8f
commit e78ec9a248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -555,6 +555,13 @@
- name: Logging and diagnostics
displayName: signalr
uid: signalr/diagnostics
- name: Specifications
displayName: signalr, specs
items:
- name: Hub protocol
href: https://github.com/aspnet/AspNetCore/blob/master/src/SignalR/docs/specs/HubProtocol.md
- name: Transport protocols
href: https://github.com/aspnet/AspNetCore/blob/master/src/SignalR/docs/specs/TransportProtocols.md
- name: Remote Procedure Call apps
items:
- name: Introduction to gRPC services