This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Description
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
--eject or --wrap option + 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: facebook/docusaurus#5468
Thanks!