aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src/SUMMARY.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-03-17 15:44:29 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-03-17 15:44:29 +0100
commitc50113acf3fd61dcb77bc01bd6e9f226f813bf76 (patch)
treee2e4f7c5cec0233a69ba8f818eb4b80eefb1f1c3 /doc/book/src/SUMMARY.md
parent0afc701a698c4891ea0f09fae668cb06b16757d7 (diff)
downloadgarage-c50113acf3fd61dcb77bc01bd6e9f226f813bf76.tar.gz
garage-c50113acf3fd61dcb77bc01bd6e9f226f813bf76.zip
Work on structure + Getting started is reworked
Diffstat (limited to 'doc/book/src/SUMMARY.md')
-rw-r--r--doc/book/src/SUMMARY.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/book/src/SUMMARY.md b/doc/book/src/SUMMARY.md
index 3e4618a1..5d01dbee 100644
--- a/doc/book/src/SUMMARY.md
+++ b/doc/book/src/SUMMARY.md
@@ -8,19 +8,19 @@
- [Create buckets and keys](./getting_started/bucket.md)
- [Handle files](./getting_started/files.md)
-# Cookbooks
-
-- [Host a website](./website.md)
-
-# Reference Manual
-
-- [S3 API](./compatibility.md)
-
-# Design
-
-- [Related Work](./related_work.md)
-- [Internals](./internals.md)
-
-# Development
-
-- [Setup your environment](./devenv.md)
+- [Cookbooks]()
+ - [Host a website](./website.md)
+ - [Integrate as a media backend]()
+ - [Operate a cluster]()
+
+- [Reference Manual]()
+ - [Garage CLI]()
+ - [S3 API](./compatibility.md)
+
+- [Design]()
+ - [Related Work](./related_work.md)
+ - [Internals](./internals.md)
+
+- [Development]()
+ - [Setup your environment](./devenv.md)
+ - [Your first contribution]()