diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 10:17:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 11:47:54 +0100 |
commit | 50d8e306035d0611f128fbd7499d63c5093d19df (patch) | |
tree | 0272f913f44252a5b10ee29340a97669db73ff9e /doc/book/design | |
parent | bac1a8b99ae1d9d397668a49a0d0379d7dd8dbb0 (diff) | |
download | garage-50d8e306035d0611f128fbd7499d63c5093d19df.tar.gz garage-50d8e306035d0611f128fbd7499d63c5093d19df.zip |
Add missing front matter
Diffstat (limited to 'doc/book/design')
-rw-r--r-- | doc/book/design/benchmarks.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/book/design/benchmarks.md b/doc/book/design/benchmarks.md index 6e5580e5..c47995b4 100644 --- a/doc/book/design/benchmarks.md +++ b/doc/book/design/benchmarks.md @@ -1,4 +1,7 @@ -# Benchmarks ++++ +title = "Benchmarks" +weight = 10 ++++ With Garage, we wanted to build a software defined storage service that follow the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle), that is suitable for geo-distributed deployments and more generally that would work well for community hosting (like a Mastodon instance). |