garage/doc/book/src/SUMMARY.md

42 lines
1.6 KiB
Markdown
Raw Normal View History

2021-03-17 13:44:14 +00:00
# Summary
[The Garage Data Store](./intro.md)
2021-05-31 15:13:36 +00:00
- [Quick start](./quick_start/index.md)
2021-03-17 13:44:14 +00:00
2021-03-17 15:15:18 +00:00
- [Cookbook](./cookbook/index.md)
2021-05-31 15:13:36 +00:00
- [Building from source](./cookbook/from_source.md)
2021-10-29 16:05:47 +00:00
- [Integration with systemd](./cookbook/systemd.md)
2021-11-04 14:25:20 +00:00
- [Gateways](./cookbook/gateways.md)
- [Exposing buckets as websites](./cookbook/exposing_websites.md)
2021-11-04 11:06:38 +00:00
- [Configuring a reverse proxy](./cookbook/reverse_proxy.md)
2021-10-29 16:05:47 +00:00
- [Production Deployment](./cookbook/real_world.md)
- [Recovering from failures](./cookbook/recovering.md)
- [Integrations](./connect/index.md)
- [Apps (Nextcloud, Peertube...)](./connect/apps.md)
- [Websites (Hugo, Jekyll, Publii...)](./connect/websites.md)
- [Repositories (Docker, Nix...)](./connect/repositories.md)
- [CLI tools (rclone, awscli, mc...)](./connect/cli.md)
- [Your code (PHP, JS, Go...)](./connect/code.md)
2021-03-17 15:15:18 +00:00
- [Reference Manual](./reference_manual/index.md)
- [Garage configuration file](./reference_manual/configuration.md)
- [Garage CLI](./reference_manual/cli.md)
2021-05-31 15:23:35 +00:00
- [S3 compatibility status](./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)
- [Design draft](./design/design_draft.md)
2021-03-17 15:15:18 +00:00
- [Development](./development/index.md)
- [Setup your environment](./development/devenv.md)
2021-10-04 16:27:57 +00:00
- [Development scripts](./development/scripts.md)
- [Release process](./development/release_process.md)
2021-03-17 15:15:18 +00:00
- [Working Documents](./working_documents/index.md)
- [Load Balancing Data](./working_documents/load_balancing.md)
- [Migrating from 0.3 to 0.4](./working_documents/migration_04.md)