Skip to content

chore: update copyright to 2026 and fix favicon 404 warnings#7

Merged
shenxianpeng merged 1 commit into
mainfrom
chore/update-copyright-and-fix-favicon
Jun 21, 2026
Merged

chore: update copyright to 2026 and fix favicon 404 warnings#7
shenxianpeng merged 1 commit into
mainfrom
chore/update-copyright-and-fix-favicon

Conversation

@shenxianpeng

@shenxianpeng shenxianpeng commented Jun 21, 2026

Copy link
Copy Markdown
Member

Summary

Two small fixes for the docs site:

1. Copyright year

Updated copyright from 2022-20252022-2026 in mkdocs.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.png

What was done:

  • Generated favicon.ico (32×32) from the existing logo and placed it at docs/static/favicon.ico
  • Generated apple-touch-icon.png (180×180) from the existing logo and placed it at docs/static/apple-touch-icon.png
  • Added a custom docs/overrides/main.html with an extrahead block that injects proper <link> tags for both icons, so browsers know where to find them

Screenshots

No visual changes — icons are derived from the existing logo.

Summary by CodeRabbit

  • Chores
    • Added favicon and Apple touch icon support for improved display in browser tabs and on mobile devices.
    • Updated copyright year to 2026.

- 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
@netlify

netlify Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploy Preview for commit-check-github-io ready!

Name Link
🔨 Latest commit c4f63d0
🔍 Latest deploy log https://app.netlify.com/projects/commit-check-github-io/deploys/6a381adb3c9dcc0008071ef0
😎 Deploy Preview https://deploy-preview-7--commit-check-github-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 176554ea-6bde-49ff-80b7-06b92e59daa9

📥 Commits

Reviewing files that changed from the base of the PR and between af282e0 and c4f63d0.

⛔ Files ignored due to path filters (2)
  • docs/static/apple-touch-icon.png is excluded by !**/*.png
  • docs/static/favicon.ico is excluded by !**/*.ico
📒 Files selected for processing (2)
  • docs/overrides/main.html
  • mkdocs.yml

📝 Walkthrough

Walkthrough

Adds a docs/overrides/main.html template that extends base.html and injects Apple touch icon and favicon <link> tags via an extrahead block using {{ base_url }}/static/... paths. Also updates the mkdocs.yml copyright year from 2025 to 2026.

Changes

Docs Site Metadata

Layer / File(s) Summary
Favicon injection and copyright year bump
docs/overrides/main.html, mkdocs.yml
Creates the MkDocs override template with an extrahead block that adds Apple touch icon and favicon link tags; updates the copyright year to 2026.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A favicon hops into the <head>,
The copyright year leaps ahead instead,
From twenty-twenty-five we spring,
To twenty-twenty-six we sing!
The bunny stamps the docs with glee— 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes both main changes: updating copyright to 2026 and resolving favicon 404 warnings by adding icon files and HTML overrides.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-copyright-and-fix-favicon

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@shenxianpeng shenxianpeng merged commit ee6c650 into main Jun 21, 2026
7 checks passed
@shenxianpeng shenxianpeng deleted the chore/update-copyright-and-fix-favicon branch June 21, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant