LiterateInk / docs.literate.ink

Comprehensive documentation for all our libraries, complete with detailed API references and guides.
https://docs.literate.ink
3 stars 0 forks source link

expand the documentation #1

Open MDHtrappy opened 6 months ago

MDHtrappy commented 6 months ago

as a student developer, the five pages of documentation are not enough to understand some of its features :)

Vexcited commented 6 months ago

Yes ! You're absolutely right and actually the reason why the documentation is so small, is because the API isn't stable enough...

I'd love to start writing a bit of the documentation but the thing is that I move a lot of stuff when implementing new features and that means a lot of breaking changes and if the docs are not updated in consequences, it might just result in a big outdated mess.

For now, I'd recommend you to play around with the examples given in the /examples folder. That's what I use to perform my tests while implementing new features so if you understand enough TS or JS, you can get started using those.

Sadly, there's not a lot of comments on the methods or properties in the code so even IntelliSense might not give you more insights on what does what so this is probably something I should also improve in the future.

Vexcited commented 5 months ago

Moved the issue since the documentation is now hosted at docs.literate.ink/pawnote

Here's a few guides that needs to be written to have something a bit usable :