Skip to content

Commit 4f53766

Browse files
authored
Add hero images to 6 docs pages (#2377)
Link illustration images from the landing site to GPU getting started, Phoenix MPG guide, metrics, Machines overview, Machines API guide, and OpenClaw deploy pages with alt text crediting Annie Ruygt.
1 parent dd57f05 commit 4f53766

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

blueprints/deploy-openclaw.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nav: guides
55
date: 2026-03-25
66
---
77

8+
<figure>
9+
<img src="/static/images/open-claw.png" alt="Illustration by Annie Ruygt of some little characters walking along" class="w-full max-w-lg mx-auto">
10+
</figure>
11+
812
To deploy [OpenClaw](https://github.com/openclaw/openclaw) to Fly.io, download the deploy package and run the script. It handles everything — app creation, volumes, secrets, and deployment.
913

1014
<a href="https://github.com/superfly/Openclaw-Fly-Deploy/archive/refs/heads/main.zip" class="inline-flex items-center px-6 py-3 bg-violet-600 hover:bg-violet-700 text-white font-semibold rounded-lg transition-colors no-underline" download>Download Deploy Package</a>

gpus/getting-started-gpus.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ layout: docs
44
nav: firecracker
55
---
66

7+
<figure>
8+
<img src="/static/images/gpus.png" alt="Illustration by Annie Ruygt of a developer sitting on a boombox" class="w-full max-w-lg mx-auto">
9+
</figure>
10+
711
<div class="warning icon">
812
**GPUs are deprecated and will be unavailable after August 1.**
913
</div>

machines/guides-examples/managing-machines-with-the-api.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ author: kcmartin
66
date: 2026-04-06
77
---
88

9+
<figure>
10+
<img src="/static/images/managing-machines-api.png" alt="Illustration by Annie Ruygt of a big book about the Machines API" class="w-full max-w-lg mx-auto">
11+
</figure>
12+
913
<div class="callout">
1014
**The [Machines resource API](/docs/machines/api/machines-resource/) documents every endpoint. This guide covers the patterns you'll actually need when building on it: cloning machines, keeping them in sync with `flyctl`, configuring services, managing auto-stop/start behavior, and updating config.**
1115
</div>

machines/overview.html.markerb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nav: machines
55
redirect_from: /docs/reference/machines/
66
---
77

8+
<figure>
9+
<img src="/static/images/fly-machines-intro.png" alt="Illustration by Annie Ruygt of some birds launching a Fly rocket" class="w-full max-w-lg mx-auto">
10+
</figure>
11+
812
Fly Machines are fast-launching VMs with a simple [REST API](/docs/machines/api/). They're [the compute](https://fly.io/blog/fly-machines/) behind the Fly.io platform. If you've launched an app on Fly.io, you're already using Fly Machines.
913

1014
We use the [Machines API](/docs/machines/api/) to build the orchestration for [Fly Launch](/docs/apps). You can use it however you'd like.

monitoring/metrics.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ redirect_from:
88
- /docs/metrics-and-logs/metrics
99
---
1010

11+
<figure>
12+
<img src="/static/images/monitor-machines.png" alt="Illustration by Annie Ruygt of some Machines strutting along" class="w-full max-w-lg mx-auto">
13+
</figure>
14+
1115
The Fly.io platform includes a fully-managed metrics solution to help you easily monitor your Fly apps.
1216
It includes the following components:
1317

mpg/guides-examples/phoenix-guide.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ date: 2025-09-16
66
author: Kaelyn
77
---
88

9+
<figure>
10+
<img src="/static/images/phoenix.png" alt="Illustration by Annie Ruygt of a Phoenix bird resting with Frankie the balloon looking on" class="w-full max-w-lg mx-auto">
11+
</figure>
12+
913
This guide explains the key **Managed Postgres (MPG)-specific adjustments** you need when connecting a Phoenix app. We'll focus on:
1014

1115
1. Connection Pooling Settings

0 commit comments

Comments
 (0)