refactor(docs): move source for doc pages here (#119)

* docs: move dev docs to dev-docs folder

* docs: move source for doc pages here

* docs: improve docs
This commit is contained in:
Einliterflasche 2024-10-25 03:55:18 +02:00 committed by GitHub
parent 5341587dfa
commit bfc82c0534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 6307 additions and 0 deletions

View file

@ -0,0 +1,34 @@
@startuml
package "Service Provider 1" {
rectangle CLI as cli01
rectangle CLI as cli02
rectangle CLI as cli03
rectangle ASB as asb01
note right of asb01
Service provider
advertising to
multiple users.
end note
cli01 -> asb01
cli02 --> asb01
asb01 <-- cli03
}
package "Service Provider 2" {
rectangle CLI as cli04
rectangle ASB as asb02
note right of asb02
Service provider
advertising to
one single users.
end note
cli04 -> asb02
}
@enduml