Closed egorikftp closed 1 month ago
The changes made in the mkdocs.yml
configuration file for the "Decompose" documentation site primarily involve the introduction of a palette toggle feature for light and dark modes. This includes the addition of two color schemes for each mode, with corresponding toggle icons for switching between them. Additionally, the indentation of the palette
section has been corrected for proper YAML formatting, while the overall structure of navigation and other sections remains unchanged.
File | Change Summary |
---|---|
mkdocs.yml | Added palette toggle feature for light/dark modes; corrected indentation in palette section. |
sequenceDiagram
participant User
participant UI
participant mkdocs.yml
User->>UI: Click toggle button
UI->>mkdocs.yml: Request theme change
mkdocs.yml-->>UI: Return new theme settings
UI-->>User: Update displayed theme
🐰 "In the land of docs so bright,
A toggle switch brings day and night.
With indigo hues, we dance and play,
Light or dark, it's a joyful sway!
So hop along, let colors gleam,
In our palette, we all dream!" 🌈
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thank you!
https://github.com/user-attachments/assets/8fe42333-dab2-44c3-8902-be72b1c9cc95
Summary by CodeRabbit
New Features
Bug Fixes
palette
section for proper YAML formatting.