WIP skeleton for new docs.

This commit is contained in:
Miroslav Šedivý 2025-02-08 20:30:50 +01:00
parent b23ca1af04
commit 4fad1b5a57
43 changed files with 277 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"position": 7,
"label": "Deployment & Scaling"
}

View file

@ -0,0 +1,7 @@
---
sidebar_position: 3
---
# CI/CD Pipelines
Automating deployments using CI/CD workflows.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 2
---
# Kubernetes & Helm Chart Deployment
How to deploy and manage Neko using Kubernetes and Helm.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 4
---
# Load Balancing & High Availability
Scaling Neko for high-traffic use cases.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 1
---
# Self-Hosting on Linux
Deploying and maintaining Neko on bare metal or virtual machines.