We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8abbf commit 846468cCopy full SHA for 846468c
2 files changed
src/doc/mkdocs.yml
@@ -10,6 +10,7 @@ nav:
10
- API: api/
11
- Architecture: architecture.md
12
- Testing: testing.md
13
+ - Miscellaneous: miscellaneous.md
14
15
plugins:
16
- search
src/doc/tech/miscellaneous.md
@@ -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