Skip to content

Commit 66c6628

Browse files
committed
title changes
2 parents b37fc23 + b06b2f3 commit 66c6628

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export default withMermaid(
215215
{ text: "Docker Compose", link: "/self-hosting/methods/docker-compose" },
216216
{ text: "Docker AIO", link: "/self-hosting/methods/docker-aio" },
217217
{ text: "Docker Swarm", link: "/self-hosting/methods/docker-swarm" },
218+
{ text: "Download config files", link: "/self-hosting/methods/download-config" },
218219
],
219220
},
220221
{ text: "Kubernetes", link: "/self-hosting/methods/kubernetes" },
@@ -236,8 +237,7 @@ export default withMermaid(
236237
{ text: "Coolify", link: "/self-hosting/methods/coolify" },
237238
{ text: "Portainer", link: "/self-hosting/methods/portainer" },
238239
],
239-
},
240-
{ text: "Download Version Config", link: "/self-hosting/methods/download-config" },
240+
}
241241
],
242242
},
243243
{

docs/self-hosting/methods/download-config.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Download version config
2+
title: Download Docker config files
33
description: Download docker-compose.yml and variables.env files for a specific Plane release as a zip archive.
44
keywords: plane, self-hosting, setup, docker compose, config download, version config, airgapped, variables.env
55
---
66

7-
# Download version config
7+
# Download Docker config files
88

99
If you're running a custom Docker setup and don't use `prime-cli`, you can download the `docker-compose.yml` and `variables.env` files for any Plane release directly.
1010

@@ -95,6 +95,8 @@ Target architecture: `amd64` or `arm64`. Defaults to `amd64`. Only applies when
9595
- Content-Type: `application/zip`
9696
- Content-Disposition: `attachment; filename="plane-{version}.zip"`
9797

98+
### Zip contents by mode
99+
98100
**Standard** (`airgapped=false` or omitted):
99101

100102
- `docker-compose.yml`
@@ -105,9 +107,9 @@ Target architecture: `amd64` or `arm64`. Defaults to `amd64`. Only applies when
105107
- `airgapped-docker-compose-{platform}.yml`
106108
- `variables.env`
107109

108-
</div>
110+
## Examples
109111

110-
<div class="params-section">
112+
### Download standard config files
111113

112114
### Errors
113115

0 commit comments

Comments
 (0)