diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-10-29 18:05:47 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-03 14:07:55 +0100 |
commit | eaf54efb25df598ac8db7b1a0c89a6e5be442179 (patch) | |
tree | 24352470fda13ce76665729899b6784fc4bb196c /doc/book/src/SUMMARY.md | |
parent | 93f8d59e4c71e6ff2f945dc2c632536f4530b13c (diff) | |
download | garage-eaf54efb25df598ac8db7b1a0c89a6e5be442179.tar.gz garage-eaf54efb25df598ac8db7b1a0c89a6e5be442179.zip |
Add doc for Nextcloud
Diffstat (limited to 'doc/book/src/SUMMARY.md')
-rw-r--r-- | doc/book/src/SUMMARY.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/book/src/SUMMARY.md b/doc/book/src/SUMMARY.md index 771a2cad..236ceeec 100644 --- a/doc/book/src/SUMMARY.md +++ b/doc/book/src/SUMMARY.md @@ -5,14 +5,19 @@ - [Quick start](./quick_start/index.md) - [Cookbook](./cookbook/index.md) - - [Deploying Garage](./cookbook/real_world.md) - - [Configuring S3 clients](./cookbook/clients.md) - - [Hosting a website](./cookbook/website.md) - - [Recovering from failures](./cookbook/recovering.md) - [Building from source](./cookbook/from_source.md) - - [Starting with Systemd](./cookbook/systemd.md) - - [Integrate as a media backend]() - - [Operate a cluster]() + - [Integration with systemd](./cookbook/systemd.md) + - [Configuring a reverse proxy](./cookbook/reverse_proxy.md) + - [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) + - [Reference Manual](./reference_manual/index.md) - [Garage configuration file](./reference_manual/configuration.md) |