mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 15:11:24 +01:00
avoid duplicating links in documentation
Because one might forget to update them. I did, initially, which is why I'm making this change.
This commit is contained in:
parent
68a33862b3
commit
0a790686c5
1 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
# 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.
|
||||
This chapter describes various ways to deploy Conduit.
|
||||
|
|
Loading…
Reference in a new issue