docfy icon indicating copy to clipboard operation
docfy copied to clipboard

How can I opt out of all Docfy plugins and customize the order / which plugins I'm using?

Open NullVoxPopuli opened this issue 4 years ago • 0 comments

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

NullVoxPopuli avatar Sep 30 '21 10:09 NullVoxPopuli