aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book/src/SUMMARY.md')
-rw-r--r--doc/book/src/SUMMARY.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/book/src/SUMMARY.md b/doc/book/src/SUMMARY.md
index 18fad2cd..b88ebb4c 100644
--- a/doc/book/src/SUMMARY.md
+++ b/doc/book/src/SUMMARY.md
@@ -3,12 +3,13 @@
[The Garage Data Store](./intro.md)
- [Getting Started](./getting_started/index.md)
- - [Get a binary](./getting_started/binary.md)
- - [Configure the daemon](./getting_started/daemon.md)
- - [Control the daemon](./getting_started/control.md)
- - [Configure a cluster](./getting_started/cluster.md)
- - [Create buckets and keys](./getting_started/bucket.md)
- - [Handle files](./getting_started/files.md)
+ - [Get a binary](./getting_started/01_binary.md)
+ - [Configuring a test deployment](./getting_started/02_test_deployment.md)
+ - [Configure a real-world deployment](./getting_started/03_real_world_deployment.md)
+ - [Control the daemon](./getting_started/04_control.md)
+ - [Configure a cluster](./getting_started/05_cluster.md)
+ - [Create buckets and keys](./getting_started/06_bucket.md)
+ - [Handle files](./getting_started/07_files.md)
- [Cookbook](./cookbook/index.md)
- [Host a website](./cookbook/website.md)
@@ -17,7 +18,8 @@
- [Recovering from failures](./cookbook/recovering.md)
- [Reference Manual](./reference_manual/index.md)
- - [Garage CLI]()
+ - [Garage configuration file](./reference_manual/configuration.md)
+ - [Garage CLI](./reference_manual/cli.md)
- [S3 API](./reference_manual/s3_compatibility.md)
- [Design](./design/index.md)