diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:43:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-31 16:43:48 +0100 |
commit | c16116559d008302808f75afe84c510145e1eaf0 (patch) | |
tree | 076032f7be71245c6949f2e883af1504bfc53f8b /content/documentation/cookbook/real_world.md | |
parent | fba1b065036115cea8d067b74ee04c292db022b8 (diff) | |
download | garagehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.tar.gz garagehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.zip |
Remove most h1 titles that weren't needed
Diffstat (limited to 'content/documentation/cookbook/real_world.md')
-rw-r--r-- | content/documentation/cookbook/real_world.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/documentation/cookbook/real_world.md b/content/documentation/cookbook/real_world.md index a010d29..4fca5e8 100644 --- a/content/documentation/cookbook/real_world.md +++ b/content/documentation/cookbook/real_world.md @@ -1,10 +1,8 @@ +++ -title = "Multi-node deployment" +title = "Deployment on a cluster" weight = 5 +++ -# Deploying Garage on a real-world cluster - To run Garage in cluster mode, we recommend having at least 3 nodes. This will allow you to setup Garage for three-way replication of your data, the safest and most available mode proposed by Garage. |