diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 39e689d..8f37955 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -7,11 +7,13 @@
+
+
+
+
-
-
\ No newline at end of file
diff --git a/web-frontend/angular.json b/client-web/angular.json
similarity index 100%
rename from web-frontend/angular.json
rename to client-web/angular.json
diff --git a/web-frontend/package.json b/client-web/package.json
similarity index 100%
rename from web-frontend/package.json
rename to client-web/package.json
diff --git a/web-frontend/pom.xml b/client-web/pom.xml
similarity index 96%
rename from web-frontend/pom.xml
rename to client-web/pom.xml
index 0423e19..412fe2f 100644
--- a/web-frontend/pom.xml
+++ b/client-web/pom.xml
@@ -8,7 +8,7 @@
productknowledge-parent
1.0-SNAPSHOT
- web-frontend
+ client-web
diff --git a/web-frontend/src/app/app.component.ts b/client-web/src/app/app.component.ts
similarity index 100%
rename from web-frontend/src/app/app.component.ts
rename to client-web/src/app/app.component.ts
diff --git a/web-frontend/src/app/app.module.ts b/client-web/src/app/app.module.ts
similarity index 100%
rename from web-frontend/src/app/app.module.ts
rename to client-web/src/app/app.module.ts
diff --git a/web-frontend/src/index.html b/client-web/src/index.html
similarity index 100%
rename from web-frontend/src/index.html
rename to client-web/src/index.html
diff --git a/web-frontend/src/main.ts b/client-web/src/main.ts
similarity index 100%
rename from web-frontend/src/main.ts
rename to client-web/src/main.ts
diff --git a/web-frontend/tsconfig.app.json b/client-web/tsconfig.app.json
similarity index 100%
rename from web-frontend/tsconfig.app.json
rename to client-web/tsconfig.app.json
diff --git a/web-frontend/tsconfig.json b/client-web/tsconfig.json
similarity index 100%
rename from web-frontend/tsconfig.json
rename to client-web/tsconfig.json
diff --git a/docs/pom.xml b/docs/pom.xml
index c2672bc..5a3b6d3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -11,7 +11,6 @@
docs
-
@@ -29,6 +28,12 @@
${project.basedir}/..
+ ${project.parent.name}
+ ${project.version}
+ ${project.basedir}/..
+ ${project.version}
+ ${maven.build.timestamp}
+ coderay
diff --git a/docs/src/main/asciidoc/index.adoc b/docs/src/main/asciidoc/index.adoc
index 5c59041..e5053e1 100644
--- a/docs/src/main/asciidoc/index.adoc
+++ b/docs/src/main/asciidoc/index.adoc
@@ -1,5 +1,5 @@
= Dokumentation für {project-name}
-Vorname Nachname
+Jens Bühring
:icons: font
== Einleitung
@@ -7,4 +7,7 @@ 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
+* *server-app* Eine Server-Applikation, welche Beispielprodukte zur Verfügung stellt.
+* *client-lib* Client-Library
+* *client-app* Client-Java-App, verwendet Client-Library
+* *client-web*: Angular Implementierung eines Clients
diff --git a/pom.xml b/pom.xml
index d2070d4..85b1b62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
server-app
client-lib
client-app
- web-frontend
+ client-web
docs
diff --git a/server-app/pom.xml b/server-app/pom.xml
index d8928f1..0f82042 100644
--- a/server-app/pom.xml
+++ b/server-app/pom.xml
@@ -27,7 +27,7 @@
com.kapdion.pisano
- web-frontend
+ client-web
${project.version}
pom
provided