fsprojects / FsHttp

A lightweight F# HTTP library by @SchlenkR and @dawedawe
https://fsprojects.github.io/FsHttp/
Apache License 2.0
424 stars 42 forks source link

Fix #86 - API docs pages #97

Closed tnishimura closed 2 years ago

tnishimura commented 2 years ago

Hi, I fixed and regenerated the docs/ pages. Mostly, it was a matter of changing the root parameter in the fsdocs invocation from ./ to /FsHttp, and pointing the fsx files to the right DLL. Also, renamed src/docs/*.fsx files so they are the same as current live version.

Also, I removed 02_01_Request_Specification.fsx and 03_01_Sending_Requests.fsx for now since they were identical to another file.

Preview version in my repo is here: https://tnishimura.github.io/FsHttp/

SchlenkR commented 2 years ago

Thank you @tnishimura - this is great! With the help of your fixes and alignments, I will finally work out some more examples and bring the docu up this evening. Again many thanks for your work :)