diff options
author | Nicolas Peugnet <n.peugnet@free.fr> | 2022-03-26 17:21:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 17:21:36 +0100 |
commit | 939fd17667e5633d8c4cc920c8e2422f7ab2477c (patch) | |
tree | 631774f5f495bdb07ea396be024ac1d4e45c2972 /README.md | |
parent | fb75ebcc2c6c8788276620f61972d7fd96a8fc23 (diff) | |
download | club1-docs-939fd17667e5633d8c4cc920c8e2422f7ab2477c.tar.gz club1-docs-939fd17667e5633d8c4cc920c8e2422f7ab2477c.zip |
Add repo badges
github action and weblate
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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/ |