chore(): a bit more history addedand plantuml enabled for nice architecture drawings :-)

This commit is contained in:
Stephan Lo 2024-09-02 16:13:54 +02:00
parent 6b0e1266b1
commit 685cf2e5d1
3 changed files with 51 additions and 2 deletions

View file

@ -161,4 +161,17 @@ enable = false
version = "10.9.0"
[params.markmap]
enable = true
enable = true
[params.plantuml]
enable = true
theme = "default"
# Set url to plantuml server
# default is http://www.plantuml.com/plantuml/svg/
svg_image_url = "https://www.plantuml.com/plantuml/svg/"
# By default the plantuml implementation uses <img /> tags to display UML diagrams.
# When svg is set to true, diagrams are displayed using <svg /> tags, maintaining functionality like links e.g.
# default = false
svg = true