https://github.com/andifalk/architecture-docs
Sample architecture docs
https://github.com/andifalk/architecture-docs
Last synced: about 1 month ago
JSON representation
Sample architecture docs
- Host: GitHub
- URL: https://github.com/andifalk/architecture-docs
- Owner: andifalk
- License: apache-2.0
- Created: 2023-10-21T10:23:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:27:34.000Z (6 months ago)
- Last Synced: 2025-01-20T07:19:06.824Z (3 months ago)
- Size: 511 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Architecture Docs
Sample architecture documentation based on [ARC42](https://arc42.org) asciidoc template including support for UML diagrams with [PlantUML](https://plantuml.com).
## Prerequisites
You need to install GraphViz first to render UML diagrams.
See [GraphViz Dot](https://plantuml.com/graphviz-dot) for details.## Build docs
Just perform a `./mvnw clean package`to generate the PDF and HTML5 documentation file.