garage/doc/book/src/SUMMARY.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-17 13:44:14 +00:00
# Summary
[The Garage Data Store](./intro.md)
2021-03-17 15:15:18 +00:00
- [Getting Started](./getting_started/index.md)
2021-03-17 16:24:11 +00:00
- [Get a binary](./getting_started/binary.md)
- [Configure the daemon](./getting_started/daemon.md)
2021-03-17 19:58:30 +00:00
- [Control the daemon](./getting_started/control.md)
2021-03-17 13:44:14 +00:00
- [Configure a cluster](./getting_started/cluster.md)
- [Create buckets and keys](./getting_started/bucket.md)
- [Handle files](./getting_started/files.md)
2021-03-17 15:15:18 +00:00
- [Cookbook](./cookbook/index.md)
- [Host a website](./cookbook/website.md)
- [Integrate as a media backend]()
- [Operate a cluster]()
2021-04-02 17:29:51 +00:00
- [Recovering from failures](./cookbook/recovering.md)
2021-03-17 15:15:18 +00:00
- [Reference Manual](./reference_manual/index.md)
- [Garage CLI]()
2021-03-17 15:15:18 +00:00
- [S3 API](./reference_manual/s3_compatibility.md)
2021-03-17 15:15:18 +00:00
- [Design](./design/index.md)
- [Related Work](./design/related_work.md)
- [Internals](./design/internals.md)
2021-03-17 15:15:18 +00:00
- [Development](./development/index.md)
- [Setup your environment](./development/devenv.md)
- [Your first contribution]()
2021-03-17 15:15:18 +00:00
- [Working Documents](./working_documents/index.md)
- [Load Balancing Data](./working_documents/load_balancing.md)