Test PlantUML support
This commit is contained in:
parent
e82f35da2a
commit
36e98ace16
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
# gitea_pages
|
# gitea_pages
|
||||||
|
|
||||||
_Containerized web application for managing public pages of Git repositories within a single Gitea instance._
|
_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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue