From ce3fa9d5e311affdba7af0ed73e4f088557cfbf4 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 23 Jun 2025 23:17:06 -0400 Subject: [PATCH] fix(docs): enhance HAProxy description in installation guide --- documentation/.vitepress/config.mts | 1 + documentation/docs/install/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index 212eedb..a4a60f4 100644 --- a/documentation/.vitepress/config.mts +++ b/documentation/.vitepress/config.mts @@ -149,6 +149,7 @@ export default defineConfig({ }, { text: "Traefik", link: "/docs/install/traefik" }, { text: "Caddy", link: "/docs/install/caddy" }, + { text: "HAProxy", link: "/docs/install/haproxy" }, ], }, ], diff --git a/documentation/docs/install/getting_started.md b/documentation/docs/install/getting_started.md index c76ebcc..05e427e 100644 --- a/documentation/docs/install/getting_started.md +++ b/documentation/docs/install/getting_started.md @@ -24,4 +24,4 @@ Perfect for Docker beginners. - [Nginx Proxy Manager](nginx_proxy_manager.md) — Easy reverse proxy config - [Traefik](traefik.md) — Dynamic reverse proxy with automation - [Caddy](caddy.md) — Automatic HTTPS with a clean config -- [HAProxy](haproxy.md) +- [HAProxy](haproxy.md) — High-performance reverse proxy with advanced control