mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-14 00:32:58 +02:00
WIP skeleton for new docs.
This commit is contained in:
parent
b23ca1af04
commit
4fad1b5a57
43 changed files with 277 additions and 0 deletions
4
webpage/docs/deployment-and-scaling/_category_.json
Normal file
4
webpage/docs/deployment-and-scaling/_category_.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"position": 7,
|
||||
"label": "Deployment & Scaling"
|
||||
}
|
7
webpage/docs/deployment-and-scaling/cicd-pipelines.md
Normal file
7
webpage/docs/deployment-and-scaling/cicd-pipelines.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# CI/CD Pipelines
|
||||
|
||||
Automating deployments using CI/CD workflows.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Kubernetes & Helm Chart Deployment
|
||||
|
||||
How to deploy and manage Neko using Kubernetes and Helm.
|
7
webpage/docs/deployment-and-scaling/load-balancing-ha.md
Normal file
7
webpage/docs/deployment-and-scaling/load-balancing-ha.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Load Balancing & High Availability
|
||||
|
||||
Scaling Neko for high-traffic use cases.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Self-Hosting on Linux
|
||||
|
||||
Deploying and maintaining Neko on bare metal or virtual machines.
|
Loading…
Add table
Add a link
Reference in a new issue