chore: update copyright to 2026 and fix favicon 404 warnings#7
Conversation
- Updated copyright in mkdocs.yml from 2022-2025 to 2022-2026 - Added favicon.ico (generated from logo) to docs/static/ - Added apple-touch-icon.png (generated from logo) to docs/static/ - Added custom main.html override with extrahead block for proper apple-touch-icon and favicon link tags
✅ Deploy Preview for commit-check-github-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds a ChangesDocs Site Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
Two small fixes for the docs site:
1. Copyright year
Updated copyright from
2022-2025→2022-2026inmkdocs.yml.2. Favicon/touch-icon 404 warnings
The local dev server was showing these 404s:
/favicon.ico/apple-touch-icon.png/apple-touch-icon-precomposed.pngWhat was done:
favicon.ico(32×32) from the existing logo and placed it atdocs/static/favicon.icoapple-touch-icon.png(180×180) from the existing logo and placed it atdocs/static/apple-touch-icon.pngdocs/overrides/main.htmlwith anextraheadblock that injects proper<link>tags for both icons, so browsers know where to find themScreenshots
No visual changes — icons are derived from the existing logo.
Summary by CodeRabbit