Test PlantUML support

This commit is contained in:
Dominic Grimm 2023-05-21 19:10:30 +02:00
parent e82f35da2a
commit 36e98ace16
Signed by: dergrimm
GPG Key ID: B6FFE500AAD54A3A
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# gitea_pages
_Containerized web application for managing public pages of Git repositories within a single Gitea instance._
```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
```