A reporting feature has been added to the project. This involves building HTML documentation, which includes the results of the static code analysis (PMD and SpotBugs). Both 'QuickStart.md' and '_Index.md' files in 'documentation/de' and 'documentation/en' folders have been updated to reflect these changes. Furthermore, the 'README.md' file and Maven POM file ('pom.xml') have also been updated accordingly.
16 lines
353 B
Markdown
16 lines
353 B
Markdown
# Übersicht über die Dokumentation
|
|
|
|
- [Schnellstart](QuickStart.md)
|
|
|
|
## Maven Projekt
|
|
- [Übersicht über das Maven Projekt](MavenProject.md)
|
|
- [Erzeugung eines Images](ImageCreation.md)
|
|
- Überprüfung auf Aktualisierungen
|
|
|
|
## [Statische Codeanalyse](StaticCodeAnalysis.md)
|
|
- [PMD](PMD.md)
|
|
- [SpotBugs](SpotBugs.md)
|
|
|
|
## Sonstiges
|
|
- Reporting
|
|
- Lombok |