This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
[Enhancement] Move to a static documentation and a static readme #19
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
refactor
Milestone
Right now, we are generating documentation and readme dynamically using the scripts:
npm run readme
npm run jsdoc
Now that we have a domain of our own, we should create a static documentation in the
docs
folder and serve from there. Also the readme should be concise and static. It does not need to contain names of all the functions. Those APIs can be moved to documentation.The text was updated successfully, but these errors were encountered: