feat(docs): refresh landing hero to current brand and complete quick-start grid

The docs landing page and README still led with the retired cartoon
crawfish wordmark while the rest of the site uses the round mascot brand.
Swap in generated hero banners (dark/light), add the missing fourth
quick-start card (Connect a Channel), align the Mintlify backup palette
with the site coral tokens, and drop the old logo assets.
This commit is contained in:
Peter Steinberger 2026-07-09 07:07:16 -07:00
parent 07a7d596ff
commit affb7bbfa9
No known key found for this signature in database
9 changed files with 10 additions and 843 deletions

View file

@ -2,8 +2,8 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text-dark.svg">
<img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text.svg" alt="OpenClaw" width="500">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-hero-light.png">
<img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-hero-dark.png" alt="OpenClaw" width="500">
</picture>
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 64 KiB

View file

@ -20,9 +20,9 @@
},
"favicon": "/assets/pixel-lobster.svg",
"colors": {
"primary": "#FF5A36",
"dark": "#FF5A36",
"light": "#FF8A6B"
"primary": "#D84A31",
"dark": "#E05540",
"light": "#F5654A"
},
"styling": {
"codeblocks": {

View file

@ -9,13 +9,13 @@ title: "OpenClaw"
<p align="center">
<img
src="/assets/openclaw-logo-text-dark.png"
src="/assets/openclaw-hero-light.png"
alt="OpenClaw"
width="500"
class="dark:hidden"
/>
<img
src="/assets/openclaw-logo-text.png"
src="/assets/openclaw-hero-dark.png"
alt="OpenClaw"
width="500"
class="hidden dark:block"
@ -36,6 +36,9 @@ title: "OpenClaw"
<Card title="Run Onboarding" href="/start/wizard" icon="sparkles">
Guided setup with `openclaw onboard` and pairing flows.
</Card>
<Card title="Connect a Channel" href="/channels" icon="message-circle">
Link Discord, Signal, Telegram, WhatsApp, and more to chat from anywhere.
</Card>
<Card title="Open the Control UI" href="/web/control-ui" icon="layout-dashboard">
Launch the browser dashboard for chat, config, and sessions.
</Card>