aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/SUMMARY.md
blob: b88ebb4c9521e0697e612b78a804ea55f6f8bfec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Summary

[The Garage Data Store](./intro.md)

- [Getting Started](./getting_started/index.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)
  - [Integrate as a media backend]()
  - [Operate a cluster]()
  - [Recovering from failures](./cookbook/recovering.md)

- [Reference Manual](./reference_manual/index.md)
  - [Garage configuration file](./reference_manual/configuration.md)
  - [Garage CLI](./reference_manual/cli.md)
  - [S3 API](./reference_manual/s3_compatibility.md)

- [Design](./design/index.md)
  - [Related Work](./design/related_work.md)
  - [Internals](./design/internals.md)

- [Development](./development/index.md)
  - [Setup your environment](./development/devenv.md)
  - [Your first contribution]()

- [Working Documents](./working_documents/index.md)
  - [Load Balancing Data](./working_documents/load_balancing.md)