diff options
author | Alex <alex@adnab.me> | 2022-02-10 15:58:09 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-02-10 15:58:09 +0100 |
commit | 4ae03aa774c72a67316853895de2b708f1db6cf4 (patch) | |
tree | d94c5e2931aef5530efa8629a9b97aa4b47bd58f /doc/book/development | |
parent | 3e1373fafcf1789efa876fc9c66fb85cd74d3a31 (diff) | |
download | garage-4ae03aa774c72a67316853895de2b708f1db6cf4.tar.gz garage-4ae03aa774c72a67316853895de2b708f1db6cf4.zip |
Small documentation updates (#237)
Fixes #234, among other things
Co-authored-by: Alex Auvolat <alex@adnab.me>
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/237
Co-authored-by: Alex <alex@adnab.me>
Co-committed-by: Alex <alex@adnab.me>
Diffstat (limited to 'doc/book/development')
-rw-r--r-- | doc/book/development/release-process.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/book/development/release-process.md b/doc/book/development/release-process.md index eee45e24..f6db971a 100644 --- a/doc/book/development/release-process.md +++ b/doc/book/development/release-process.md @@ -32,9 +32,10 @@ We generate the following binary artifacts for now: - **os**: linux - **format**: static binary, docker container -Additionnaly we also build two web pages: +Additionnaly we also build two web pages and one JSON document: - the documentation (this website) - [the release page](https://garagehq.deuxfleurs.fr/_releases.html) + - [the release list in JSON format](https://garagehq.deuxfleurs.fr/_releases.json) We publish the static binaries on our own garage cluster (you can access them through the releases page) and the docker containers on Docker Hub. |