I'm using JSDoc to document the project I'm working on. I'd like to integrate it's generated output files for my API documentation. Does anyone have a workflow or solution for doing this?
I can drop the generated files into ./src/pages, but of course they don't match up with Astro / Starlight theming. I know that JSDoc can be configured to theme it's output files. Has anyone ever attempted an integration like this?