-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation discussion #71
Comments
We will need a site at some point, given that GitHub's wiki solution is so poor, but that's not something I could take on immediately. Do you think you could, for now, use the wiki with screenshots and links to the TypeScript playground? |
To be even more specific, I think it would be great to have a Primer, a tl;dr on the readme plus the full article on its own documentation / wiki page. |
No problems!
Yep that's not bad, doable
Yeah my thoughts are similar it's good to point out key-selling features on the readme and then dive into all features in details in a separate place like a wiki page |
As discussed we now have a docusaurus setup under the This is not hosted yet, but you can start working there and we will publish it before the final 1.0.0 release |
Deployed: https://usestatemachine.js.org/ |
Looks so cool! Sorry haven't got time to write the documentation (building my blog :P) but will do it asap. Also make sure to not release v1 with { state: ...
, context: ...
, event: ...
, nextEvents: ...
, nextEventsT: ...
, send: ...
} I'll send a PR making the change |
Yeah, I just copied the current readme. Send the PR and I work on properly splitting and updating the docs. |
With that the only thing missing for the 1.0 release will be your article and my video, correct? Am I missing something? We can target sendT for 1.1 and hierarchical for 1.2 |
Probably not, just types-lite but we can have them for later release
Sure |
@cassiozen How and where would you want me to write that document covering typescript features? Like maybe in a "Features" section? Or like in a changelog? (that would be lame haha)
And if I'm going to use shiki-twoslash we'd have to host it somewhere. So should we make a documentation website? Or if all this is on low priority I can simply add a wiki page mentioning typescript features with screenshots?
I'm not sure how to go about this haha
The text was updated successfully, but these errors were encountered: