diff options
author | Alex <alex@adnab.me> | 2022-11-16 20:50:45 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-11-16 20:50:45 +0000 |
commit | 7fafd14a25a800fcc9fde1434319b35d536c675f (patch) | |
tree | 1449beb2982cdd10b336adb36eac97622bc48a54 /doc/book/cookbook/upgrading.md | |
parent | bcc97724707aaa39fd64490cdd81aa5073285f33 (diff) | |
parent | 555a54ec4063f253e2afdc54a07c43d6d3cb582d (diff) | |
download | garage-7fafd14a25a800fcc9fde1434319b35d536c675f.tar.gz garage-7fafd14a25a800fcc9fde1434319b35d536c675f.zip |
Merge pull request 'Documentation updates' (#423) from doc-0.8 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/423
Diffstat (limited to 'doc/book/cookbook/upgrading.md')
-rw-r--r-- | doc/book/cookbook/upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/upgrading.md b/doc/book/cookbook/upgrading.md index f7659921..9f2ba73b 100644 --- a/doc/book/cookbook/upgrading.md +++ b/doc/book/cookbook/upgrading.md @@ -1,6 +1,6 @@ +++ title = "Upgrading Garage" -weight = 40 +weight = 60 +++ Garage is a stateful clustered application, where all nodes are communicating together and share data structures. |