From 8089a257d1a705688018ca95623fac17ff7025da Mon Sep 17 00:00:00 2001 From: JensBuehring Date: Sat, 17 Jan 2026 16:28:00 +0100 Subject: [PATCH] =?UTF-8?q?Asciidoc-Doku=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pom.xml | 39 +++++++++++++++++++++++++++++++ docs/src/main/asciidoc/index.adoc | 10 ++++++++ pom.xml | 14 +++++++++++ 3 files changed, 63 insertions(+) create mode 100644 docs/pom.xml create mode 100644 docs/src/main/asciidoc/index.adoc diff --git a/docs/pom.xml b/docs/pom.xml new file mode 100644 index 0000000..c2672bc --- /dev/null +++ b/docs/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + + com.kapdion.pisano + productknowledge-parent + 1.0-SNAPSHOT + + + docs + + + + + + org.asciidoctor + asciidoctor-maven-plugin + + + + generate-docs + prepare-package + + process-asciidoc + + + + + ${project.basedir}/.. + + + + + + + + \ No newline at end of file diff --git a/docs/src/main/asciidoc/index.adoc b/docs/src/main/asciidoc/index.adoc new file mode 100644 index 0000000..5c59041 --- /dev/null +++ b/docs/src/main/asciidoc/index.adoc @@ -0,0 +1,10 @@ += Dokumentation für {project-name} +Vorname Nachname +:icons: font + +== Einleitung +Dies ist die zentrale Dokumentation für unser Jakarta EE & Spring Projekt. + +== Module +* *api-definition*: Enthält die Api. +* *Web*: Angular Frontend und REST-Controller. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 97a99da..d2070d4 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ client-lib client-app web-frontend + docs @@ -44,4 +45,17 @@ + + + + + + org.asciidoctor + asciidoctor-maven-plugin + 2.2.4 + + + + +