diff options
author | Alex Auvolat <alex@adnab.me> | 2021-05-03 10:45:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-03 10:45:45 +0200 |
commit | 339c61178948c6d504578344aadedd2cfb80e42b (patch) | |
tree | 3a2d3400bf245fdd1ca9c83057611d199582ded9 /doc/book/src | |
parent | ef4d6e782a67bd422489d643e8807eaf7fb853c4 (diff) | |
download | garage-339c61178948c6d504578344aadedd2cfb80e42b.tar.gz garage-339c61178948c6d504578344aadedd2cfb80e42b.zip |
Add links to git/matrix/drone on top of documentation
Diffstat (limited to 'doc/book/src')
-rw-r--r-- | doc/book/src/intro.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/book/src/intro.md b/doc/book/src/intro.md index 939d5d3a..8306a0c6 100644 --- a/doc/book/src/intro.md +++ b/doc/book/src/intro.md @@ -4,6 +4,13 @@ </a> </p> +<p align="center" style="text-align:center;"> + [ <a href="https://git.deuxfleurs.fr/Deuxfleurs/garage">Git repository</a> + | <a href="https://matrix.to/#/%23garage:deuxfleurs.fr">Matrix channel</a> + | <a href="https://drone.deuxfleurs.fr/Deuxfleurs/garage">Drone CI</a> + ] +</p> + ``` This very website is hosted using Garage. In other words: the doc is the PoC! ``` |