diff options
author | Alex <alex@adnab.me> | 2022-09-19 10:45:10 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-09-19 10:45:10 +0200 |
commit | 4fba06d62e94eb572894ba4df45d6b50a64a662c (patch) | |
tree | d5e76e8e9bf168b72e66a5aeebbc6c98f4e94eec /doc/book/quick-start | |
parent | 89b8087ba81c508ba382aa6c9cb6bb3afa6a43c8 (diff) | |
parent | 1d0a610690dbc711bf22d751ea3e6fe7047dc0a4 (diff) | |
download | garage-4fba06d62e94eb572894ba4df45d6b50a64a662c.tar.gz garage-4fba06d62e94eb572894ba4df45d6b50a64a662c.zip |
Merge pull request 'updates to documentation for v0.8' (#385) from doc-0.8 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/385
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 5d7df48e..21331dcb 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -9,6 +9,15 @@ Let's start your Garage journey! In this chapter, we explain how to deploy Garage as a single-node server and how to interact with it. +## What is Garage? + +Before jumping in, you might be interested in reading the following pages: + +- [Goals and use cases](@/documentation/design/goals.md) +- [List of features](@/documentation/reference-manual/features.md) + +## Scope of this tutorial + Our goal is to introduce you to Garage's workflows. Following this guide is recommended before moving on to [configuring a multi-node cluster](@/documentation/cookbook/real-world.md). |