docs: first draft for doc website

This commit is contained in:
Alexis Couvreur
2023-05-10 17:48:39 -04:00
parent 2f68cb2b15
commit 1322a16320
37 changed files with 1296 additions and 32 deletions

View File

@@ -1,13 +1,4 @@
# Sablier Guide: Code-Server + Traefik + Kubernetes Ingress
- [Sablier Guide: Code-Server + Traefik + Kubernetes Ingress](#sablier-guide-code-server--traefik--kubernetes-ingress)
- [1. Prerequisites](#1-prerequisites)
- [2. Create the Kubernetes Cluster using K3S](#2-create-the-kubernetes-cluster-using-k3s)
- [3. Deploy Traefik using Helm](#3-deploy-traefik-using-helm)
- [3. Deploy Sablier](#3-deploy-sablier)
- [4. Deploy Code-Server](#4-deploy-code-server)
- [5. Routing Code-Server through Traefik with the Sablier Plugin Middleware](#5-routing-code-server-through-traefik-with-the-sablier-plugin-middleware)
- [6. Clean up](#6-clean-up)
# Code-Server + Traefik + Kubernetes Ingress
## 1. Prerequisites