Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Documentation #1

Open
TylorS opened this issue May 22, 2019 · 8 comments
Open

Documentation #1

TylorS opened this issue May 22, 2019 · 8 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@TylorS
Copy link
Owner

TylorS commented May 22, 2019

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.

@TylorS TylorS self-assigned this May 22, 2019
@TylorS
Copy link
Owner Author

TylorS commented Jul 29, 2019

Ensure to document how to use replace plugins - probably both rollup & webpack - to ensure that bundles for the browser do not include node dependencies.

@TylorS TylorS added the help wanted Extra attention is needed label Aug 2, 2019
@TylorS
Copy link
Owner Author

TylorS commented Aug 2, 2019

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 😄

@TylorS
Copy link
Owner Author

TylorS commented Feb 28, 2020

Okay, I'm really going to get around to this :) Here's a list to help visualize the progress

  • AsyncIterable
  • Async Storage
  • Common
  • Disposable
  • DOM
  • Effects
  • Either
  • Env
  • Future
  • History
  • Hooks
  • Http
  • Iterable
  • JWT
  • Lambda
  • List
  • Logger
  • Logic
  • Map
  • Math
  • Maybe
  • New Type
  • Node
  • Objects
  • Promises
  • Remote Data
  • Routing
  • Set
  • Storage
  • Streams
  • Strings
  • Subscription
  • Timer
  • Tuple
  • UUID
  • Validation

@contrasam
Copy link

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

@TylorS
Copy link
Owner Author

TylorS commented Mar 3, 2020

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!

@contrasam
Copy link

Hi, I was planning to start with something like Maybe & Either

@TylorS
Copy link
Owner Author

TylorS commented Mar 3, 2020

Awesome! Feel free to make a PR whenever you have the time. I'll skip over those for now

@TylorS
Copy link
Owner Author

TylorS commented Jun 4, 2020

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 documentation/ which can be configured to add custom sections to the navigation bar with markdown content so we can eventually build out more tutorial-like content.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants