Skip to content

Commit f1810ef

Browse files
fix: sidebar item change
1 parent f15f7f5 commit f1810ef

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export default withMermaid(
237237
{ text: "Portainer", link: "/self-hosting/methods/portainer" },
238238
],
239239
},
240+
{ text: "Download Version Config", link: "/self-hosting/methods/download-config" },
240241
],
241242
},
242243
{
@@ -701,11 +702,6 @@ export default withMermaid(
701702
{ text: "Get Current User", link: "/api-reference/user/get-current-user" },
702703
],
703704
},
704-
{
705-
text: "Setup",
706-
collapsed: true,
707-
items: [{ text: "Download Version Config", link: "/api-reference/setup/download-config" }],
708-
},
709705
],
710706
},
711707
],

docs/api-reference/setup/download-config.md renamed to docs/self-hosting/methods/download-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Download version config
33
description: Download docker-compose.yml and variables.env files for a given Plane release as a zip archive.
4-
keywords: plane, plane api, setup, docker compose, self-hosting, config download, version config, airgapped
4+
keywords: plane, self-hosting, setup, docker compose, config download, version config, airgapped, variables.env
55
---
66

77
# Download version config

0 commit comments

Comments
 (0)