Rick Anderson
3a5c8b81d4
add Cookie to no loc ( #19446 )
2020-08-07 14:55:26 -10:00
Luke Latham
80446f1dd8
Add Blazor WebAssembly/Server to no-loc ( #18962 )
2020-06-25 19:11:04 -05:00
Tim Mulholland
6ea70cf883
Add documentation for default credential use ( #18412 )
...
* Add documentation for default credential use
* Edit pass on HTTP REPL default credentials PR (#18413 )
* react to feedback
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-05-20 17:17:30 -05:00
Scott Addie
d2ef99d117
Replace invalid Azure CLI devlang in HTTP REPL doc ( #18383 )
2020-05-19 13:38:50 -05:00
Luke Latham
f2834015b6
Drop existing no-loc entries ( #18111 )
2020-05-04 12:00:16 -05:00
Scott Addie
9174ead0d3
Update aspnet org. links to reference the dotnet org. ( #17077 )
...
* Update aspnet org. links to reference the dotnet org.
* Update API ref links
2020-02-20 19:37:35 -06:00
Mauricio de los Santos
11e620528d
C150960: Adding missing backticks at end of code ( #16623 )
...
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description of the source issue: Lack of a backticks at the end of code-block is preventing following content to be localized
2020-01-20 15:49:42 -06:00
Mauricio de los Santos
9bc7117b5d
C150960: Changing three dashes by three underscores to avoid issues on localized pages ( #16183 )
...
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Three dashes in a row act similar to backticks (\`\`\`) and leave content un-localizable
2019-12-13 12:08:22 -08:00
Scott Addie
5c3863c4d1
Fix formatting of inline JSON request body content ( #16148 )
2019-12-12 09:20:49 -06:00
Scott Addie
3fc5cc7a8e
Update aspnet/HttpRepl to dotnet/HttpRepl ( #15950 )
2019-12-02 15:16:11 -06:00
Scott Addie
031a006601
Fix malformed list in HTTP REPL doc ( #14904 )
2019-10-07 21:10:58 -05:00
Scott Addie
01b85fb987
Document how to test secured endpoints with HTTP REPL ( #14894 )
...
* Document how to test secured endpoints with HTTP REPL
* React to feedback
2019-10-07 14:56:59 -05:00
Scott Addie
0e127dfd26
Remove version option from HTTP REPL installation command ( #14465 )
2019-09-21 16:33:47 -05:00
Scott Addie
a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands ( #14361 )
2019-09-17 16:01:04 -05:00
Tim Mulholland
cf276fea83
Change how the tool is launched ( #14226 )
...
With https://github.com/dotnet/HttpRepl/pull/223 , we changed the name of the tool from `dotnet-httprepl` to `httprepl`. This changes the way the tool is executed from `dotnet httprepl` (or `dotnet-httprepl`, though that wasn't used in the docs) to just `httprepl`.
This PR updates the docs to reflect that change.
2019-09-09 16:16:12 -05:00
Scott Addie
ace55c6820
add missing double quote to swagger.searchPaths preference command
2019-08-29 10:16:36 -05:00
Luke Latham
480e3a2ec4
Remove duplicate section ( #14081 )
2019-08-29 09:58:58 -05:00
Tim Mulholland
89babd847a
Add connect command, remove set swagger command ( #13973 )
...
* Add connect command, remove set swagger command
Also document the `swagger.searchPaths` preference.
* Apply suggestions from code review
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-08-26 12:06:14 -05:00
Jack Horton
223e125adc
Fix indentation in http-repl.md ( #13711 )
2019-08-07 12:41:25 -05:00
Scott Addie
ffe2d590c3
Note HTTP REPL environment and tech support ( #13500 )
2019-07-25 09:33:12 -05:00
Scott Addie
31985f8c94
Fix HTTP REPL installation command for zsh ( #13498 )
2019-07-25 08:45:13 -05:00
Scott Addie
b1cf81827d
Update HTTP REPL installation instructions ( #13444 )
2019-07-23 09:46:51 -05:00
Tim Mulholland
0ef8da3a46
Updating help output to match change in product ( #13374 )
2019-07-17 16:36:03 -07:00
Scott Addie
45cc0d5093
Fix sample app link ( #13293 )
2019-07-15 11:45:12 -05:00
metoly
5575969680
Add HTTP REPL doc ( #12975 )
...
* Initial upload for HTTPREPL docs
* Add list of commands
* Update http-repl-tool.md
* Adding link to HTTPRepl repo
* Added description for initialization commands
* Adding navigation commands
* Update http-repl-tool.md
* Update http-repl-tool.md
* Update http-repl-tool.md
* Update http-repl-tool.md
* HTTP REPL global tool doc patch (#12983 )
* HTTP REPL global tool doc patch
* More edits
* Update aspnetcore/web-api/http-repl-tool.md
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update http-repl-tool.md
* Adding PUT and DELETE examples
* React to feedback (#13017 )
* HTTP REPL doc patch (#13030 )
* Update ToC UID (#13031 )
* HTTP REPL doc patch
* Update ToC UID
* More work (#13043 )
* HTTP REPL doc patch (#13048 )
* More work
* fix include path
* More work (#13068 )
* Update installation text (#13071 )
* HTTP REPL doc patch (#13086 )
* HTTP REPL doc patch (#13093 )
* HTTP REPL doc patch (#13095 )
* React to feedback - part 1 (#13098 )
* React to feedback - part 2 (#13130 )
* React to feedback - part 1
* React to feedback - part 2
* HTTP REPL doc patch (#13131 )
* HTTP REPL doc patch
* Add missing dash
* HTTP REPL doc patch (#13133 )
* Explain how to clear a request header (#13136 )
* Add more detail about HTTP REPL colorization (#13189 )
* Document -h option and default editor launch settings (#13192 )
* Document the formatting.json.indentSize setting (#13193 )
* React to feedback in HTTP REPL doc (#13224 )
* Document the formatting.json.indentSize setting
* React to feedback in HTTP REPL doc
* Document the HTTP REPL run command (#13269 )
2019-07-15 10:56:54 -05:00