diff options
author | Alex Auvolat <alex@adnab.me> | 2021-05-28 18:00:59 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-28 18:00:59 +0200 |
commit | ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d (patch) | |
tree | 7b99578b1157082c478f8378b512f1a601a8d26b /doc/book/src/SUMMARY.md | |
parent | b9127dd6f88d3c66181ef6748167efd94283ff41 (diff) | |
download | garage-ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d.tar.gz garage-ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d.zip |
Write documentation on configuration file and other improvements
Diffstat (limited to 'doc/book/src/SUMMARY.md')
-rw-r--r-- | doc/book/src/SUMMARY.md | 16 |
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) |