I'm wanting to generate components from all the markdown files, and I see that this is handled via plugin + service + docfy-output component.
If I can omit the extract-demo-to-component plugin, I can copy-paste that plugin and modify it to dump files in the public directory instead.
Then, I can modify the service to asynchronously fetch that data, and have <DocfyOutput /> be async-aware as well