From 939fd17667e5633d8c4cc920c8e2422f7ab2477c Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Sat, 26 Mar 2022 17:21:36 +0100 Subject: Add repo badges github action and weblate --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4db858f..f8f89da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Documentation CLUB1 =================== +[![build][buildimg]][buildurl] +[![Translation status][transimg]][transurl] + Ce dépôt contient la documentation de CLUB1. Références @@ -33,3 +36,8 @@ Compilation Pour obtenir de l'aide à propose de la compilation, lancer la commande suivante : make + +[buildimg]: https://github.com/club-1/docs/actions/workflows/build.yml/badge.svg +[buildurl]: https://github.com/club-1/docs/actions/workflows/build.yml +[transimg]: https://hosted.weblate.org/widgets/club-1/-/docs/svg-badge.svg +[transurl]: https://hosted.weblate.org/projects/club-1/docs/ -- cgit v1.2.3