From 70f3e5cf37a9894b281ec681da027e5472741518 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 15 Sep 2025 11:05:03 -0700 Subject: [PATCH] Add self-host/manual/kubernetes.mdx link --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 13b54cd..d8ffc8b 100644 --- a/docs.json +++ b/docs.json @@ -96,7 +96,8 @@ "group": "Manual Installation", "pages": [ "self-host/manual/docker-compose", - "self-host/manual/unraid" + "self-host/manual/unraid", + "self-host/manual/kubernetes" ] }, "self-host/dns-and-networking",