aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/cookbook
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-31 16:43:48 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-31 16:43:48 +0100
commitc16116559d008302808f75afe84c510145e1eaf0 (patch)
tree076032f7be71245c6949f2e883af1504bfc53f8b /content/documentation/cookbook
parentfba1b065036115cea8d067b74ee04c292db022b8 (diff)
downloadgaragehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.tar.gz
garagehq.deuxfleurs.fr-c16116559d008302808f75afe84c510145e1eaf0.zip
Remove most h1 titles that weren't needed
Diffstat (limited to 'content/documentation/cookbook')
-rw-r--r--content/documentation/cookbook/exposing_websites.md2
-rw-r--r--content/documentation/cookbook/from_source.md1
-rw-r--r--content/documentation/cookbook/gateways.md1
-rw-r--r--content/documentation/cookbook/real_world.md4
-rw-r--r--content/documentation/cookbook/recovering.md1
-rw-r--r--content/documentation/cookbook/reverse_proxy.md1
-rw-r--r--content/documentation/cookbook/systemd.md1
7 files changed, 1 insertions, 10 deletions
diff --git a/content/documentation/cookbook/exposing_websites.md b/content/documentation/cookbook/exposing_websites.md
index 91ade7d..1594ccc 100644
--- a/content/documentation/cookbook/exposing_websites.md
+++ b/content/documentation/cookbook/exposing_websites.md
@@ -3,8 +3,6 @@ title = "Exposing buckets as websites"
weight = 25
+++
-# Exposing buckets as websites
-
You can expose your bucket as a website with this simple command:
```bash
diff --git a/content/documentation/cookbook/from_source.md b/content/documentation/cookbook/from_source.md
index f33b7ab..bf1958c 100644
--- a/content/documentation/cookbook/from_source.md
+++ b/content/documentation/cookbook/from_source.md
@@ -3,7 +3,6 @@ title = "Compiling Garage from source"
weight = 10
+++
-# Compiling Garage from source
Garage is a standard Rust project.
diff --git a/content/documentation/cookbook/gateways.md b/content/documentation/cookbook/gateways.md
index 8bd3a66..dc716e4 100644
--- a/content/documentation/cookbook/gateways.md
+++ b/content/documentation/cookbook/gateways.md
@@ -3,7 +3,6 @@ title = "Configuring a gateway node"
weight = 20
+++
-# Gateways
Gateways allow you to expose Garage endpoints (S3 API and websites) without storing data on the node.
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.
diff --git a/content/documentation/cookbook/recovering.md b/content/documentation/cookbook/recovering.md
index 7d75bfe..8f08e0e 100644
--- a/content/documentation/cookbook/recovering.md
+++ b/content/documentation/cookbook/recovering.md
@@ -3,7 +3,6 @@ title = "Recovering from failures"
weight = 35
+++
-# Recovering from failures
Garage is meant to work on old, second-hand hardware.
In particular, this makes it likely that some of your drives will fail, and some manual intervention will be needed.
diff --git a/content/documentation/cookbook/reverse_proxy.md b/content/documentation/cookbook/reverse_proxy.md
index 7fca5e6..30c27b3 100644
--- a/content/documentation/cookbook/reverse_proxy.md
+++ b/content/documentation/cookbook/reverse_proxy.md
@@ -3,7 +3,6 @@ title = "Configuring a reverse proxy"
weight = 30
+++
-# Configuring a reverse proxy
The main reason to add a reverse proxy in front of Garage is to provide TLS to your users.
diff --git a/content/documentation/cookbook/systemd.md b/content/documentation/cookbook/systemd.md
index 8e812e1..b071952 100644
--- a/content/documentation/cookbook/systemd.md
+++ b/content/documentation/cookbook/systemd.md
@@ -3,7 +3,6 @@ title = "Starting Garage with systemd"
weight = 15
+++
-# Starting Garage with systemd
We make some assumptions for this systemd deployment.