diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:08:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:39:40 +0200 |
commit | dd7533a260291a25d69b8e7afa423df9e0d6a30c (patch) | |
tree | 1b1c6a54aae4b83280a19c4b169f324ad3f6e562 /doc/book/cookbook/_index.md | |
parent | 92336619679712a0aa5cf3ea2e115c706f99ff22 (diff) | |
download | garage-dd7533a260291a25d69b8e7afa423df9e0d6a30c.tar.gz garage-dd7533a260291a25d69b8e7afa423df9e0d6a30c.zip |
doc: add an operations&maintenance section and move some pages there
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. |