aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook
Commit message (Collapse)AuthorAgeFilesLines
* Fix typochemicstry2022-09-301-1/+1
|
* Update docschemicstry2022-09-301-2/+2
|
* Move documentation to bookchemicstry2022-09-301-0/+87
|
* Update docker image linksAlex Auvolat2022-09-261-6/+6
|
* Finish writing about Garage features, and fix from-source instructionsAlex Auvolat2022-09-152-29/+50
|
* Document available build featuresAlex Auvolat2022-09-061-16/+33
|
* Add some documentation for CaddyQuentin Dufour2022-08-121-0/+22
|
* docs: Add Trafik reverse proxy documentationSimon C2022-06-071-2/+139
|
* docs: Fix title levelSimon C2022-06-071-1/+1
|
* Be clearer on what upgrades are (not) supporteddoc/upgradingQuentin Dufour2022-04-061-8/+2
|
* Add an "upgrading" section, add a guide for 0.7Quentin Dufour2022-04-051-0/+56
|
* Talk a bit about capacity balancing between regionsAlex Auvolat2022-03-221-11/+18
|
* Change position of the node-id argumentSteam2022-03-191-4/+4
|
* documentation: add mention to install build-essentialAlex Auvolat2022-02-161-3/+8
|
* Improve integration part of the docQuentin Dufour2022-02-071-52/+29
|
* Reorganize documentation for new website (#213)Alex2022-02-078-0/+819
This PR should be merged after the new website is deployed. - [x] Rename files - [x] Add front matter section to all `.md` files in the book (necessary for Zola) - [x] Change all internal links to use Zola's linking system that checks broken links - [x] Some updates to documentation contents and organization Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/213 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>