diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9c9bc3ab..c1f5297e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -59,6 +59,14 @@ export default defineConfig({ { text: "Getting Started", link: "/guide/getting-started" }, ], }, + { + text: "Platforms", + items: [ + { text: "Swarm", link: "/guide/swarm-mode" }, + { text: "K8s", link: "/guide/k8s" }, + { text: "Podman", link: "/guide/podman" }, + ], + }, { text: "Advanced Configuration", items: [ @@ -73,9 +81,6 @@ export default defineConfig({ { text: "Filters", link: "/guide/filters" }, { text: "Healthcheck", link: "/guide/healthcheck" }, { text: "Remote Hosts", link: "/guide/remote-hosts" }, - { text: "Swarm Mode", link: "/guide/swarm-mode" }, - { text: "K8s Mode", link: "/guide/k8s" }, - { text: "Supported Env Vars", link: "/guide/supported-env-vars" }, { text: "Logging Files on Disk", link: "/guide/log-files-on-disk" }, { text: "SQL Engine", link: "/guide/sql-engine" }, ], @@ -85,6 +90,7 @@ export default defineConfig({ items: [ { text: "FAQ", link: "/guide/faq" }, { text: "Debugging", link: "/guide/debugging" }, + { text: "Supported Env Vars", link: "/guide/supported-env-vars" }, ], }, { diff --git a/docs/.vitepress/theme/components/Supported.vue b/docs/.vitepress/theme/components/Supported.vue index c7189a57..9a878c56 100644 --- a/docs/.vitepress/theme/components/Supported.vue +++ b/docs/.vitepress/theme/components/Supported.vue @@ -1,5 +1,8 @@