From 677fdd7032da92f42ad0a4dd1b61f3ccefb1799b Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Sat, 25 Dec 2021 19:42:51 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7ee52cc..345da84 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,12 @@ If your Java project is not in Java 17, don't forget to modify that line: Don't forget to configure your repository settings with your new GitHub Page. 😉 +### Badge + +```Markdown +[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://YOUR-USERNAME.github.io/YOUR-REPO/javadoc/) +``` +In the badge link, replace *YOUR-USERNAME* with your GitHub Username and replace *YOUR-REPO* with the name of your GitHub repository. + ## License The Dockerfile and associated scripts and documentation in this project are released under the [Apache 2.0 License](https://github.com/MathieuSoysal/Javadoc-publisher.yml/blob/main/LICENSE).