Closed seekayel closed 1 year ago
I can verify swizzling is not needed. Most likely this is suggesting a person might want to customize.
See https://docusaurus.io/docs/swizzling
Once swizzled you wrap it in your src/
or provide a new implementation as I can tell from reading the docs, but that is not a plugin issue, or this plugins specific thing.
Read me updated
The README provides the following
How to Use
instructions:npm install
to update, build, and link the packagesdocusaurus.config.js
However, if you skip step 4 everything works fine. If you attempt to edit the files by step 4 they aren't used due to the plugin being loaded from the npm module (step 3).
Question: how to swizzle and customize? Once I swizzle those files don't get used.
Suggestion: make it more clear that swizzling is not needed to use this plugin.
Thanks.