Created
June 14, 2019 17:24
-
-
Save palashkulsh/76b3c6413073142346b897c0a70f2777 to your computer and use it in GitHub Desktop.
how to use devicons in plantuml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#link to devicons https://github.com/tupadr3/plantuml-icon-font-sprites/blob/master/devicons/index.md | |
@startuml | |
' We only include the icon files. | |
!include <devicons/github> | |
!include <font-awesome/gitlab> | |
!include <devicons/redis> | |
frame redis [ | |
' Reference github icon with <$icon>. | |
<$redis> | |
] | |
rectangle gitlab [ | |
' Reference gitlab icon with <$icon>. | |
<$gitlab> | |
] | |
redis -> gitlab : ~#movingtogitlab | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment