-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Remove dark mode to reduce testing requirements
Problem
The current implementation of dark mode in our documentation adds unnecessary testing requirements and complexity to the project.
Proposed Solution
Remove the dark mode functionality from the Docusaurus configuration to simplify testing and maintenance.
Implementation Details
- Update
docusaurus.config.tsto disable dark mode - Remove dark mode related styles from
src/css/custom.css - Ensure the site maintains a consistent light theme appearance
Benefits
- Reduced testing surface area
- Simplified maintenance
- Consistent user experience across the documentation
Acceptance Criteria
- Dark mode toggle is removed from the UI
- Dark mode styles are removed from the codebase
- Site maintains consistent light theme appearance
- Documentation builds and deploys successfully
Metadata
Metadata
Assignees
Labels
No labels