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 + + + + +