documentation
documentation copied to clipboard
Docusaurus customizations
trafficstars
Hey,
Docusaurus maintainer here
I noticed that you have a few swizzled components in https://github.com/agile-ts/documentation/tree/master/src/theme
We are trying hard to make these customizations easier and more robust over time:
- New swizzle CLI with
--ejector--wrapoption + a safety status for each theme component - New swizzle doc: https://docusaurus.io/docs/swizzling
- Theme refactors: splitting large component into smaller ones that you can wrap/eject
I'd be happy to discuss how we could simplify your life even more. Can you explain some of your customizations and how hard they were to achieve, and how much internal code to copy it requires?
We also have a dedicated issue to report customizations use-cases so don't hesitate to tell us here: https://github.com/facebook/docusaurus/discussions/5468
Thanks!