From e4e3763b8ffa6b41ff3257ab90961d75452f6059 Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Wed, 27 May 2026 14:46:32 -0700 Subject: [PATCH] Add command to generate the docs site --- docs/modules/ROOT/partials/building.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/modules/ROOT/partials/building.adoc b/docs/modules/ROOT/partials/building.adoc index 7fe1576ef..e33bb7af8 100644 --- a/docs/modules/ROOT/partials/building.adoc +++ b/docs/modules/ROOT/partials/building.adoc @@ -42,6 +42,13 @@ parsing or rendering it, just copying it to `${main.basedir}` any changes in the README it will then show up after a Maven build as a modified file in the correct place. Just commit it and push the change. +You can generate the docs site using the following command: + +[indent=0] +---- + ./mvnw -pl docs -P docs antora:antora +---- + [[working-with-the-code]] == Working with the code If you don't have an IDE preference we would recommend that you use