Skip to content

Instantly share code, notes, and snippets.

@alexander-mart
Created May 27, 2018 11:47
Show Gist options
  • Save alexander-mart/248c56fcd42e62aa19fa4af5c5bc9f81 to your computer and use it in GitHub Desktop.
Save alexander-mart/248c56fcd42e62aa19fa4af5c5bc9f81 to your computer and use it in GitHub Desktop.
@startuml
package "PlantUML Repository" {
[Gitlab]
[Github]
[Github Gist]
[中文仓库]
}
[PlantUMLRenderServlet] --> [Gitlab]
[PlantUMLRenderServlet] --> [Github]
[PlantUMLRenderServlet] --> [Github Gist]
HTTP <-- [PlantUMLRenderServlet]
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment