move site install kubernetes

This commit is contained in:
miloschwartz
2025-09-24 16:31:04 -07:00
parent b81dcd7e0c
commit f237537f59
2 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,7 @@
"pages": [ "pages": [
"manage/sites/add-site", "manage/sites/add-site",
"manage/sites/install-site", "manage/sites/install-site",
"manage/sites/install-kubernetes",
"manage/sites/configure-site", "manage/sites/configure-site",
"manage/sites/update-site" "manage/sites/update-site"
] ]
@@ -99,8 +100,7 @@
"group": "Manual Installation", "group": "Manual Installation",
"pages": [ "pages": [
"self-host/manual/docker-compose", "self-host/manual/docker-compose",
"self-host/manual/unraid", "self-host/manual/unraid"
"self-host/manual/kubernetes"
] ]
}, },
"self-host/dns-and-networking", "self-host/dns-and-networking",

View File

@@ -1,6 +1,6 @@
--- ---
title: "Kubernetes Installation" title: "Kubernetes"
description: "How to deploy Newt on Kubernetes" description: "How to deploy a Newt Site on Kubernetes"
--- ---
This guide walks you through setting up Newt on Kubernetes using Helm. This guide walks you through setting up Newt on Kubernetes using Helm.