Conversation
Added palette configuration to mkdocs.yml to enable both light and dark mode schemes. The documentation now respects system preferences and includes a manual toggle for switching between modes. - Light mode: scheme 'default', primary 'indigo' - Dark mode: scheme 'slate', primary 'indigo' - Automatic switching based on 'prefers-color-scheme' - Manual toggle icons for brightness adjustment
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Updated mkdocs.yml to include navigation.tracking in the theme features. This enables automatic updating of the URL hash as the user scrolls through the page.
Moved navigation.tracking to be positioned before navigation.top in mkdocs.yml as requested.
This change enables dark mode support in the MkDocs-based documentation. By adding a
paletteconfiguration tomkdocs.yml, the documentation now supports:prefers-color-scheme).defaultscheme) and dark (slatescheme) modes.indigoas the primary and accent color for both modes.Verified by building the documentation and inspecting the generated HTML for the correct palette attributes and toggle elements.
PR created automatically by Jules for task 9585934945830070398 started by @amrabed