docs: build docs using mdBook

This commit is contained in:
Samuel Meenzen 2024-03-13 18:01:41 +01:00 committed by Charles Hall
parent ab98b52b21
commit 425660472c
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
19 changed files with 90 additions and 25 deletions

8
docs/deploying.md Normal file
View file

@ -0,0 +1,8 @@
# Deployment options
There are several ways to deploy a Conduit server.
- [Simple (Recommended)](deploying/simple.md) - This is the recommended way to set up Conduit.
- [Debian](deploying/debian.md) - If you're using a debian-based system, you may find the `deb` package useful.
- [Docker](deploying/docker.md) - We provide multi-arch OCI images for Conduit.
- [Nix](deploying/nix.md) - Nix flake based setup.