-
-
Notifications
You must be signed in to change notification settings - Fork 4
Documentation #1
Comments
Ensure to document how to use replace plugins - probably both rollup & webpack - to ensure that bundles for the browser do not include node dependencies. |
If anyone is keen on the documentation please feel free to add suggestions about what you'd like to see specifically. Please be as precise in what you'd like to see as possible 😄 |
Okay, I'm really going to get around to this :) Here's a list to help visualize the progress
|
Hello @TylorS I can help you with some docs, I had a look at the AsyncIterable docs, I think I can contribute a little towards this |
Hey @contrasam - I'd love to get some help! Are there any packages you're particularly interested in helping to document? So far I've been thinking a simple README.md w/ some hard API documentation, like AsyncIterable, would be sufficient to get started with. When I have more time to dedicate I'd definitely like to get a full website put together, but I'm currently pushing that down the line a bit. Thanks again! |
Hi, I was planning to start with something like Maybe & Either |
Awesome! Feel free to make a PR whenever you have the time. I'll skip over those for now |
Well, there's still a lot to do, but each package now has generated documentation being rendered at https://tylors.github.io/typed-prelude for now. There's still a lot of cleanup that needs to occur to that before I'm happy with it 😄 Anyways, it generates using TypeDoc and will use the TSDoc comments as markdown when generating things. Additionally, there's a setup in |
No production-ready libraries are complete without documentation. A full GH pages setup should be investigated and implemented covering the entirety of the API as well as some basic step-by-step guides to making the most out of some of the libraries in conjunction with one another.
The text was updated successfully, but these errors were encountered: