feat(docs): new terminal-window logo + refined favicon#34
Conversation
Replaces the minimal single-color >_ mark with a two-tone Python palette (#4B8BBE blue + #FFD43B yellow): - logo.svg: a rounded dark terminal window with traffic-light dots and a yellow prompt + blue cursor inside (richer header/social-card mark). - favicon.svg: a bolder standalone >_ prompt that stays legible at 16px. mkdocs already points theme.logo/theme.favicon at these paths, and the Material social plugin regenerates OG cards from the logo in CI, so no config change is needed.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Refreshes the site branding from the minimal single-color
>_mark to a two-tone Python palette (#4B8BBEblue +#FFD43Byellow).docs-site/assets/logo.svg) — a rounded dark terminal window with traffic-light dots and a yellow prompt + blue cursor inside. Richer header mark; also feeds the auto-generated OG/social cards.docs-site/assets/favicon.svg) — a bolder standalone>_prompt that stays legible at 16px (the window mark would be too busy that small).Chosen as a combo (window logo + simple-prompt favicon) so the header is rich and the tab icon is legible.
No config change:
mkdocs.ymlalready pointstheme.logo/theme.faviconat these paths, and Material's social plugin regenerates cards from the logo in CI. Both SVGs validated as well-formed XML.