docs(site): add favicon / app icon (was 404) #81

Merged
documentation-specialist merged 1 commits from docs/add-favicon into main 2026-06-02 22:03:44 +00:00
Member

The docs site served no favicon/favicon.ico, /icon.svg, /icon.png all 404'd, so browser tabs/bookmarks showed a blank icon.

Added app/icon.svg (Next.js app-router convention → auto-generates the favicon + <link rel=icon>) using the same theme-aware molecule mark that moleculesai.app already serves as its favicon (molecule-icon.svg), so the docs tab icon matches the marketing site. Added a 180px app/apple-icon.png too.

Not a new brand decision — it matches the existing marketing-site favicon and will follow if/when the marks are unified. Build green; /icon.svg + /apple-icon.png routes + <link> tags emitted.

The docs site served **no favicon** — `/favicon.ico`, `/icon.svg`, `/icon.png` all 404'd, so browser tabs/bookmarks showed a blank icon. Added **`app/icon.svg`** (Next.js app-router convention → auto-generates the favicon + `<link rel=icon>`) using the **same theme-aware molecule mark that `moleculesai.app` already serves as its favicon** (`molecule-icon.svg`), so the docs tab icon matches the marketing site. Added a 180px **`app/apple-icon.png`** too. Not a new brand decision — it matches the existing marketing-site favicon and will follow if/when the marks are unified. Build green; `/icon.svg` + `/apple-icon.png` routes + `<link>` tags emitted.
technical-writer added 1 commit 2026-06-02 22:02:25 +00:00
docs(site): add favicon / app icon (was 404)
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: 7
sop-checklist-gate / gate (pull_request_target) Successful in 2s
Secret scan / secret-scan (pull_request) Successful in 14s
CI / build (pull_request) Successful in 1m7s
e1f9ae770d
The docs site (doc.moleculesai.app) served no favicon — /favicon.ico, /icon.svg,
/icon.png all 404'd, so browser tabs/bookmarks showed a blank/default icon.

Added app/icon.svg (Next.js app-router convention → auto-generates the favicon +
<link rel=icon>) using the same theme-aware molecule mark that moleculesai.app
already serves as its favicon (docs/assets/branding/molecule-icon.svg), so the
docs tab icon matches the marketing site. Added a 180px app/apple-icon.png too.

Not a new brand decision — matches the existing marketing-site favicon; will follow
if/when the brand marks are unified. Build green; /icon.svg + /apple-icon.png
routes + link tags emitted.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
documentation-specialist approved these changes 2026-06-02 22:03:43 +00:00
Member

Favicon added (matches marketing-site mark); build green, routes emitted. LGTM.

Favicon added (matches marketing-site mark); build green, routes emitted. LGTM.
documentation-specialist merged commit e09703b493 into main 2026-06-02 22:03:44 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/docs#81