Commit Graph

21 Commits (dd05953e857a1579c2dacf723baa7a7450e30ac1)

Author SHA1 Message Date
Scott Addie 78620c3fbc
add docs in reaction to aspnet/AspNetCore#8974 (#11945) (#12297)
* add docs in reaction to aspnet/AspNetCore#8974

* Update aspnetcore/signalr/configuration.md

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* feedback

* Apply suggestions from code review

Co-Authored-By: anurse <andrew@stanton-nurse.com>

* update ms.date metadata value
2019-05-06 10:55:54 -05:00
Nick Schonning d6246ca38d fix: MD031/blanks-around-fences (#11605) 2019-03-20 10:32:05 -05:00
Nick Schonning 33aac670ec fix: MD022/blanks-around-headings/blanks-around-headers (#11603) 2019-03-19 15:18:13 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Nick Schonning 32bf4679b3 fix: MD033/no-inline-html (#11586)
* fix: MD033/no-inline-html

Doesn't remove actual inline HTML, but escapes Generics and examples in braces

* Apply suggestions from code review

Co-Authored-By: nschonni <nschonni@gmail.com>
2019-03-19 13:17:14 -05:00
Luke Latham a2781dbb8b Link updates (#11305)
Fixes #5735 

According to 👽 ([Xenu Link Sleuth](http://home.snafu.de/tilman/xenulink.html)), we're doing good 🖖.

They suggest the link updates on this PR.
2019-03-06 11:49:03 -10:00
Andrew Stanton-Nurse 6ca5434b70
fix #11171 by adding SignalR Diagnostics doc (#11173) 2019-03-05 08:44:10 -08:00
Mikael Mengistu 853630341c
Update config doc with Java client (#11143) 2019-03-01 10:13:52 -08:00
Brady Gaster afba5b687c added advanced http options to differentiate from maphub section (#10834)
* added advanced http configuration section (transports)

* updated date

* added intro text to the options' table

* Update aspnetcore/signalr/configuration.md

doh!

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>

* Update aspnetcore/signalr/configuration.md

Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2019-02-07 13:06:42 -06:00
Brady Gaster 546107f53b Added user code to sample (#10632)
* finished #6925

* augmented per @BrennanConroy

* fixed css link

* added method to hub

* added code from sample to file

* fixed user sample

* removed the email version of this sample

* removed last mention of the customization

* Minor edits
2019-01-31 13:45:51 -06:00
Brady Gaster cb1b5d19da finished #6925 (#10611)
* finished #6925

* augmented per @BrennanConroy
2019-01-25 17:20:47 -06:00
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
Tom Dykstra 50863ad503 Logging article updates (#8908)
Fixes #5161
Fixes #8338 
Fixes #8620
Fixes #8803 
Fixes #8207

[Internal review link](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/index?view=aspnetcore-2.2&branch=pr-en-us-8908)
2018-10-16 09:16:57 -10:00
BrennanConroy 398d92d3cf
Fix compile errors 2018-09-17 14:20:54 -07:00
Tom Dykstra 29e363873e
AddJsonHubProtocol --> AddJsonProtocol (#8492) 2018-09-11 09:15:44 -07:00
BrennanConroy 3cc9e7b5f0 Add note about changing KeepAliveInterval (#8404)
* Add note about changing KeepAliveInterval

https://github.com/aspnet/SignalR/issues/2905

* Update configuration.md

slight rewording.

* Verbiage tweak on SignalR Config doc's ServerTimeout setting
2018-09-06 15:03:15 -05:00
BrennanConroy 3a92ef7f09 Add a warning for a SignalR setting (#7996)
* Add a warning for a SignalR setting

* Update configuration.md

* Update configuration.md
2018-08-08 19:08:51 -07:00
Andrew Stanton-Nurse b662a955bc Add default values to SignalR config doc (#7906)
Had a question about default values for the config values and I figured it would be faster to answer by updating the docs ;).

Not committed to the formatting. I thought a new column could work well but I could also do this as sentences in the Description column (some of the options already had this, I think I moved them all)

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-2.1&branch=pr-en-us-7906)
2018-07-31 15:02:07 -05:00
Andrew Stanton-Nurse 82f924dd4e Clarify handshake options in SignalR (#7710) 2018-07-20 14:27:04 -05:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Andrew Stanton-Nurse f3c89a1e54 Configuration: Pass #3 (#7199)
As discussed https://github.com/aspnet/Docs/pull/7031#issuecomment-398875299 I made some changes and decided to just open a new PR to get things cleared up.

[Internal Review URL](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-2.1&branch=pr-en-us-7199)
2018-06-25 22:13:28 -05:00