-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Main README is too long, need to break it down into parts for easy LLM consumption (for AI-assisted coding).
- Use TSDoc to annotate the functions in our code, parse them (you can try using https://github.com/peterpeterparker/tsdoc-markdown) and create the API_REFERENCE.md file through a package script (e.g.
npm run generate:api-reference) - Keep API_REFERENCE.md a separate file, reference it as a link in the README.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation