docs(static[logo+favicon]) Add logos and favicons#3
Merged
Conversation
why: agentgrep's docs/_static/ was empty (only .gitkeep), so the docs site shipped without visual identity. Matching sibling tony/* docs sites with the same logo + favicon + PWA icon set. what: - docs/_static/favicon.ico + docs/_static/img/icons/ — full asset tree copied verbatim from django-docutils - docs/manifest.json — PWA manifest customized for agentgrep (name, description, Scope, start_url; android-chrome-* icon references match the copied tree) - docs/conf.py — wire merge_sphinx_config(...) with light_logo, dark_logo, html_favicon, html_extra_path=["manifest.json"]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
agentgrep's `docs/_static/` was empty (only `.gitkeep`), so the docs site shipped without visual identity. This PR brings agentgrep to parity with sibling tony/* docs sites (`django-docutils`, `django-slugify-processor`) by adding the same logo + favicon + PWA icon set those repos ship.
Summary
Asset source
Copied verbatim from `~/work/python/django-docutils/docs/_static/` (byte-identical to `django-slugify-processor`; either source works). The PNG icons cover sizes 36/48/72/96/144/192/256/384/512 for Android Chrome plus Apple touch icons, Microsoft tiles, and a Safari pinned-tab SVG.
Test plan