Skip to content

Commit 846468c

Browse files
author
Olivier von Dach
committed
extended tech documentation
1 parent 5e8abbf commit 846468c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/doc/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nav:
1010
- API: api/
1111
- Architecture: architecture.md
1212
- Testing: testing.md
13+
- Miscellaneous: miscellaneous.md
1314

1415
plugins:
1516
- search

src/doc/tech/miscellaneous.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Miscellaneous
2+
3+
## Technical documentation
4+
Build technical documentation with `./gradlew allureAggregateReport plantumlAll generateSwaggerUI mkdocsBuild`.
5+
6+
## AppMap resources
7+
Generate AppMap resources with `./gradlew appmap test`.
8+
9+
View your local AppMap resources following [this tutorial](https://github.com/vondacho/appmap-viewer#getting-started).

0 commit comments

Comments
 (0)