diff options
Diffstat (limited to 'content/documentation/design')
-rw-r--r-- | content/documentation/design/_index.md | 6 | ||||
-rw-r--r-- | content/documentation/design/benchmarks.md | 4 | ||||
-rw-r--r-- | content/documentation/design/goals.md | 4 | ||||
-rw-r--r-- | content/documentation/design/index.md | 31 | ||||
-rw-r--r-- | content/documentation/design/internals.md | 4 | ||||
-rw-r--r-- | content/documentation/design/related_work.md | 4 |
6 files changed, 14 insertions, 39 deletions
diff --git a/content/documentation/design/_index.md b/content/documentation/design/_index.md new file mode 100644 index 0000000..1b4c7f7 --- /dev/null +++ b/content/documentation/design/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Design" +weight = 5 +sort_by = "weight" +redirect_to = "documentation/design/goals/" ++++
\ No newline at end of file diff --git a/content/documentation/design/benchmarks.md b/content/documentation/design/benchmarks.md index b339df1..7829de4 100644 --- a/content/documentation/design/benchmarks.md +++ b/content/documentation/design/benchmarks.md @@ -1,6 +1,6 @@ +++ -title="Doc Post" -date=2018-08-20 +title = "Benchmarks" +weight = 10 +++ # Benchmarks diff --git a/content/documentation/design/goals.md b/content/documentation/design/goals.md index 539b3b4..aa1e0bc 100644 --- a/content/documentation/design/goals.md +++ b/content/documentation/design/goals.md @@ -1,6 +1,6 @@ +++ -title="Doc Post" -date=2018-08-20 +title = "Goals and use cases" +weight = 5 +++ # Goals and use cases diff --git a/content/documentation/design/index.md b/content/documentation/design/index.md deleted file mode 100644 index f84af11..0000000 --- a/content/documentation/design/index.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title="Doc Post" -date=2018-08-20 -+++ - -# Design - -The design section helps you to see Garage from a "big picture" -perspective. It will allow you to understand if Garage is a good fit for -you, how to better use it, how to contribute to it, what can Garage could -and could not do, etc. - -- **[Goals and use cases](goals.md):** This page explains why Garage was concieved and what practical use cases it targets. - -- **[Related work](related_work.md):** This pages presents the theoretical background on which Garage is built, and describes other software storage solutions and why they didn't work for us. - -- **[Internals](internals.md):** This page enters into more details on how Garage manages data internally. - -## Talks - -We love to talk and hear about Garage, that's why we keep a log here: - - - [(fr, 2021-11-13, video) Garage : Mille et une façons de stocker vos données](https://video.tedomum.net/w/moYKcv198dyMrT8hCS5jz9) and [slides (html)](https://rfid.deuxfleurs.fr/presentations/2021-11-13/garage/) - during [RFID#1](https://rfid.deuxfleurs.fr/programme/2021-11-13/) event - - - [(en, 2021-04-28) Distributed object storage is centralised](https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/commit/b1f60579a13d3c5eba7f74b1775c84639ea9b51a/doc/talks/2021-04-28_spirals-team/talk.pdf) - - - [(fr, 2020-12-02) Garage : jouer dans la cour des grands quand on est un hébergeur associatif](https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/commit/b1f60579a13d3c5eba7f74b1775c84639ea9b51a/doc/talks/2020-12-02_wide-team/talk.pdf) - -*Did you write or talk about Garage? [Open a pull request](https://git.deuxfleurs.fr/Deuxfleurs/garage/) to add a link here!* - - diff --git a/content/documentation/design/internals.md b/content/documentation/design/internals.md index 2cb5792..ba120b0 100644 --- a/content/documentation/design/internals.md +++ b/content/documentation/design/internals.md @@ -1,6 +1,6 @@ +++ -title="Doc Post" -date=2018-08-20 +title = "Internals" +weight = 20 +++ # Internals diff --git a/content/documentation/design/related_work.md b/content/documentation/design/related_work.md index e11652c..32b5141 100644 --- a/content/documentation/design/related_work.md +++ b/content/documentation/design/related_work.md @@ -1,6 +1,6 @@ +++ -title="Doc Post" -date=2018-08-20 +title = "Related work" +weight = 15 +++ # Related work |