diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 13:02:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 13:02:46 +0200 |
commit | 187240e539f30036eb76785227ee8095ef4dd355 (patch) | |
tree | 4a175c2fb11e6be6a6fa24b428d92a41b7067170 /doc/book/cookbook/_index.md | |
parent | 567036712616c39563b5ebf1ae6210245dbd7cc4 (diff) | |
parent | 5e291c64b3539c11cd4f107852686c7865b8b036 (diff) | |
download | garage-187240e539f30036eb76785227ee8095ef4dd355.tar.gz garage-187240e539f30036eb76785227ee8095ef4dd355.zip |
Merge branch 'main' into next
Diffstat (limited to 'doc/book/cookbook/_index.md')
-rw-r--r-- | doc/book/cookbook/_index.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/book/cookbook/_index.md b/doc/book/cookbook/_index.md index 07bf6ebf..ff90ad52 100644 --- a/doc/book/cookbook/_index.md +++ b/doc/book/cookbook/_index.md @@ -1,7 +1,7 @@ +++ title="Cookbook" template = "documentation.html" -weight = 2 +weight = 20 sort_by = "weight" +++ @@ -37,7 +37,3 @@ This chapter could also be referred as "Tutorials" or "Best practices". - **[Monitoring Garage](@/documentation/cookbook/monitoring.md)** This page explains the Prometheus metrics available for monitoring the Garage cluster/nodes. - -- **[Recovering from failures](@/documentation/cookbook/recovering.md):** Garage's first selling point is resilience - to hardware failures. This section explains how to recover from such a failure in the - best possible way. |