draftjs-conductor
draftjs-conductor copied to clipboard
Add automated documentation generation
At the moment, the project's documentation is limited to what is in the README. It would be nice if there was more complete documentation generated automatically: a full API reference, with links back to the source code, based on the Flow types (or JSDoc).
Ideally this would be generating Markdown so it can be versioned with the code in Git/GitHub.
Tools to consider & useful info:
- https://github.com/documentationjs/documentation
- https://github.com/esdoc/esdoc
- https://survivejs.com/maintenance/documentation/readme/
- https://survivejs.com/maintenance/documentation/api/
See https://github.com/thibaudcolas/draftjs-filters/issues/19, https://github.com/thibaudcolas/draftjs-filters/pull/26 for a solution.