diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-04 15:25:20 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-08 12:20:40 +0100 |
commit | e342db19aa23cdbfe720ff2407080fab549f3e2d (patch) | |
tree | 616492b2f950c447e1ebba56a28caacc163c34fd /doc/book/src/SUMMARY.md | |
parent | f3405b6378abf29c7d1cd2bd81b6c2bdfccf0867 (diff) | |
download | garage-e342db19aa23cdbfe720ff2407080fab549f3e2d.tar.gz garage-e342db19aa23cdbfe720ff2407080fab549f3e2d.zip |
Add documentation about Gateways
Diffstat (limited to 'doc/book/src/SUMMARY.md')
-rw-r--r-- | doc/book/src/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/book/src/SUMMARY.md b/doc/book/src/SUMMARY.md index 90395f18..bdc35135 100644 --- a/doc/book/src/SUMMARY.md +++ b/doc/book/src/SUMMARY.md @@ -7,6 +7,7 @@ - [Cookbook](./cookbook/index.md) - [Building from source](./cookbook/from_source.md) - [Integration with systemd](./cookbook/systemd.md) + - [Gateways](./cookbook/gateways.md) - [Exposing buckets as websites](./cookbook/exposing_websites.md) - [Configuring a reverse proxy](./cookbook/reverse_proxy.md) - [Production Deployment](./cookbook/real_world.md) |