Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-flight checklist
Motivation
While customizing the theme, I noticed there is very limited guidance on how to remove swizzled components. The only mention I found was in the "Which component should I swizzle?" section, which states: "Don't forget to unswizzle the rest by deleting the files after you've found the correct one, so you don't maintain too many components."
As a junior developer, I found this explanation insufficient for understanding the exact steps needed to properly remove swizzled elements. Therefore, I decided to add a more explicit tip. I hope this addition will help other developers—especially those who are new to Docusaurus or not yet confident in their development skills—use the tool more effectively.
Changes
Add this tip on Overview section.
Below is tip image.
Test Plan
Test links
Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/
Related issues/PRs