BigfootDS / supercamo

Camo-inspired ODM for NeDB, built specifically for BigfootDS' needs.
https://bigfootds.github.io/supercamo/
MIT License
1 stars 0 forks source link

docs: API Reference #23

Closed AlexStormwood closed 2 months ago

AlexStormwood commented 3 months ago

Make sure everything that is "user-facing" has JSDoc comments, and implement a CICD pipeline to compile that into a deployed website.

API Sections

Confirm that the sections are in-use in the project, and document them.

Automation

GitHub Actions workflow requirements.

AlexStormwood commented 2 months ago

Some sections (mostly in Interfaces) don't show their explanation content in the generated website, but that's fine - it's nothing that package users are meant to be using anyway. And if they do need to dig into it, then the JSDoc comments/intellisense in their coding editor will work to provide info as a workaround instead.