Add JS API doc link to npm packages (#2809)
This commit is contained in:
parent
53ceaf1b2c
commit
c6aaa13db9
|
|
@ -8,7 +8,7 @@ npm install @aspnet/signalr-protocol-msgpack
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See the [SignalR Documentation](https://docs.microsoft.com/en-us/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release.
|
See the [SignalR Documentation](https://docs.microsoft.com/en-us/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release. [API Reference Documentation](https://docs.microsoft.com/javascript/api/%40aspnet/signalr-protocol-msgpack/?view=signalr-js-latest) is also available on docs.microsoft.com.
|
||||||
|
|
||||||
### Browser
|
### Browser
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ npm install @aspnet/signalr
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See the [SignalR Documentation](https://docs.microsoft.com/en-us/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release.
|
See the [SignalR Documentation](https://docs.microsoft.com/en-us/aspnet/core/signalr) at docs.microsoft.com for documentation on the latest release. [API Reference Documentation](https://docs.microsoft.com/javascript/api/%40aspnet/signalr/?view=signalr-js-latest) is also available on docs.microsoft.com.
|
||||||
|
|
||||||
### Browser
|
### Browser
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue