Changes
Page history
Update home
authored
Feb 13, 2021
by
Nicolas Borboën
Show whitespace changes
Inline
Side-by-side
home.md
View page @
de5c3aaa
Well, have a look at
<https://github.com/epfl-sti/gitlab-docker/wiki>
...
Well, have a look at
<https://github.com/epfl-sti/gitlab-docker/wiki>
...
```
plantuml
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
skinparam defaultTextAlignment center
!include ICONURL/common.puml
!include ICONURL/font-awesome-5/gitlab.puml
!include ICONURL/font-awesome-5/java.puml
!include ICONURL/font-awesome-5/rocket.puml
!include ICONURL/font-awesome/newspaper_o.puml
FA_NEWSPAPER_O(news,good news!,node) #White {
FA5_GITLAB(gitlab,GitLab.com,node) #White
FA5_JAVA(java,PlantUML,node) #White
FA5_ROCKET(rocket,Integrated,node) #White
}
gitlab ..> java
java ..> rocket
```
=> http://plantuml.com/PlantUML_Language_Reference_Guide.pdf
=> http://plantuml.com/PlantUML_Language_Reference_Guide.pdf
```
plantuml
```
plantuml
...
...
...
...