From 1e426adbd2014f5fd4128303705deff508685b88 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Thu, 9 Apr 2026 05:53:45 +0000 Subject: [PATCH] Add hero images to 6 docs pages 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. --- blueprints/deploy-openclaw.html.md | 4 ++++ gpus/getting-started-gpus.html.md | 4 ++++ .../guides-examples/managing-machines-with-the-api.html.md | 4 ++++ machines/overview.html.markerb | 4 ++++ monitoring/metrics.html.md | 4 ++++ mpg/guides-examples/phoenix-guide.html.md | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/blueprints/deploy-openclaw.html.md b/blueprints/deploy-openclaw.html.md index b68a8251c4..c6767529fc 100644 --- a/blueprints/deploy-openclaw.html.md +++ b/blueprints/deploy-openclaw.html.md @@ -5,6 +5,10 @@ nav: guides date: 2026-03-25 --- +
+ Illustration by Annie Ruygt of some little characters walking along +
+ 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. Download Deploy Package diff --git a/gpus/getting-started-gpus.html.md b/gpus/getting-started-gpus.html.md index 15be11be9f..f715dccef2 100644 --- a/gpus/getting-started-gpus.html.md +++ b/gpus/getting-started-gpus.html.md @@ -4,6 +4,10 @@ layout: docs nav: firecracker --- +
+ Illustration by Annie Ruygt of a developer sitting on a boombox +
+
**GPUs are deprecated and will be unavailable after August 1.**
diff --git a/machines/guides-examples/managing-machines-with-the-api.html.md b/machines/guides-examples/managing-machines-with-the-api.html.md index 5da4e6592e..51c893abc9 100644 --- a/machines/guides-examples/managing-machines-with-the-api.html.md +++ b/machines/guides-examples/managing-machines-with-the-api.html.md @@ -6,6 +6,10 @@ author: kcmartin date: 2026-04-06 --- +
+ Illustration by Annie Ruygt of a big book about the Machines API +
+
**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.**
diff --git a/machines/overview.html.markerb b/machines/overview.html.markerb index 17d3115cd1..5c5c2da4cb 100644 --- a/machines/overview.html.markerb +++ b/machines/overview.html.markerb @@ -5,6 +5,10 @@ nav: machines redirect_from: /docs/reference/machines/ --- +
+ Illustration by Annie Ruygt of some birds launching a Fly rocket +
+ 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. 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. diff --git a/monitoring/metrics.html.md b/monitoring/metrics.html.md index 2e9aad499c..2b460b9095 100644 --- a/monitoring/metrics.html.md +++ b/monitoring/metrics.html.md @@ -8,6 +8,10 @@ redirect_from: - /docs/metrics-and-logs/metrics --- +
+ Illustration by Annie Ruygt of some Machines strutting along +
+ The Fly.io platform includes a fully-managed metrics solution to help you easily monitor your Fly apps. It includes the following components: diff --git a/mpg/guides-examples/phoenix-guide.html.md b/mpg/guides-examples/phoenix-guide.html.md index 811780fc1f..6a12c8cedb 100644 --- a/mpg/guides-examples/phoenix-guide.html.md +++ b/mpg/guides-examples/phoenix-guide.html.md @@ -6,6 +6,10 @@ date: 2025-09-16 author: Kaelyn --- +
+ Illustration by Annie Ruygt of a Phoenix bird resting with Frankie the balloon looking on +
+ This guide explains the key **Managed Postgres (MPG)-specific adjustments** you need when connecting a Phoenix app. We'll focus on: 1. Connection Pooling Settings