From dba005c422a6b416b1192dfcd1577b5dbf3a09bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 16 Sep 2026 13:49:06 +0200 Subject: [PATCH] :books: Reorder menu entries for setup methods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Barragán Merino --- docs/technical-guide/getting-started/docker.md | 2 +- docs/technical-guide/getting-started/elestio.md | 2 +- docs/technical-guide/getting-started/kubernetes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/technical-guide/getting-started/docker.md b/docs/technical-guide/getting-started/docker.md index a8c7b55ffa..bd18f70809 100644 --- a/docs/technical-guide/getting-started/docker.md +++ b/docs/technical-guide/getting-started/docker.md @@ -1,5 +1,5 @@ --- -title: 1.3 Install with Docker +title: 1.2 Install with Docker desc: This Penpot technical guide covers self-hosting, Docker installation, configuration, updates, backups, and proxy setup with NGINX and Caddy. Try Penpot! --- diff --git a/docs/technical-guide/getting-started/elestio.md b/docs/technical-guide/getting-started/elestio.md index b6dc49af2a..15bef15bae 100644 --- a/docs/technical-guide/getting-started/elestio.md +++ b/docs/technical-guide/getting-started/elestio.md @@ -1,5 +1,5 @@ --- -title: 1.2 Install with Elestio +title: 1.4 Install with Elestio desc: "Step-by-step guide to deploy a self-hosted Penpot on Elestio: 3-minute setup, managed DNS/SMTP/SSL/backups, Docker Compose config, updates & support." --- diff --git a/docs/technical-guide/getting-started/kubernetes.md b/docs/technical-guide/getting-started/kubernetes.md index f2013083c6..1582d4015b 100644 --- a/docs/technical-guide/getting-started/kubernetes.md +++ b/docs/technical-guide/getting-started/kubernetes.md @@ -1,5 +1,5 @@ --- -title: 1.4 Install with Kubernetes +title: 1.3 Install with Kubernetes desc: Learn how to install and configure Penpot on your Kubernetes cluster using Helm. Our technical guide provides step-by-step instructions for setup. ---