From 8c4f923adbaa1ba51e21665d87494515abcece8c Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sat, 7 Jan 2023 22:26:19 +0100 Subject: [PATCH] markdown fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f87aec2..f930be9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ This command generates the documentation and deploys it on your CodeDoc space usage examples : +``` /entrypoint.sh -d ./documentation/api -t swagger -l api_documentation /entrypoint.sh -d ./documentation/app -t docusaurus -l application_documentation /entrypoint.sh -d ./src -t doxygen -l sourcecode_documentation +```