@@ -9,38 +9,38 @@ This work was inspired by [tupadr3/plantuml-icon-font-sprites](https://github.co
9
9
Include the sprites that you want to use either via path or url
10
10
11
11
```
12
- ...
12
+ [ ...]
13
13
!include ../dogus/cloudogu.puml
14
14
!includeurl https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master/dogus/scm.puml
15
- ...
15
+ [ ...]
16
16
```
17
17
18
18
You can define a constant for the URL
19
19
20
20
```
21
- ...
21
+ [ ...]
22
22
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master
23
23
!includeurl CLOUDOGUURL/dogus/smeagol.puml
24
- ...
24
+ [ ...]
25
25
```
26
26
27
27
To use the Sprites you can include their name directly with <$name>
28
28
29
29
```
30
- ...
30
+ [ ...]
31
31
node "Cloudogu Ecosystem" <<$cloudogu>> {
32
- ...
32
+ [ ...]
33
33
```
34
34
35
35
or add one of the defined macros. Prefix can be either 'DOGU' or 'TOOL':
36
36
37
37
```
38
- ...
38
+ [ ...]
39
39
<prefix>_<name>(alias)
40
40
<prefix>_<name>(alias,label)
41
41
<prefix>_<name>(alias,label,shape)
42
42
<prefix>_<name>(alias,label,shape,color)
43
- ...
43
+ [ ...]
44
44
```
45
45
46
46
## Complete Example
@@ -98,7 +98,7 @@ jenkins -> k8s : Deploy
98
98
99
99
## List of all Dogu Sprites
100
100
101
- | Sprite | Dogu name | Macro | name |
101
+ | Sprite | Dogu name | Macro | Name |
102
102
| --------| -----------| -------| ------|
103
103
| ![ CAS] ( https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cas.jpg " CAS ") | CAS | DOGU_CAS | $cas |
104
104
| ![ Cloudogu] ( https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cloudogu.jpg " Cloudogu ") | Cloudogu | DOGU_CLOUDOGU | $cloudogu |
@@ -117,7 +117,7 @@ jenkins -> k8s : Deploy
117
117
118
118
## List of all other tools sprites
119
119
120
- | Sprite | Tool name | Macro | name |
120
+ | Sprite | Tool name | Macro | Name |
121
121
| --------| -----------| -------| ------|
122
122
| ![ Ansible] ( https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/ansible.jpg " Ansible ") | Ansible | TOOL_ANSIBLE | $ansible |
123
123
| ![ Docker] ( https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/docker.jpg " Docker ") | Docker | TOOL_DOCKER | $docker |
@@ -147,4 +147,4 @@ Want to talk to the Cloudogu team? Need help or support? There are several ways
147
147
* [ Email hello@cloudogu.com ] ( mailto:hello@cloudogu.com )
148
148
149
149
---
150
- © ; 2017 Cloudogu GmbH - MADE WITH :heart : FOR DEV ADDICTS. [ Legal notice / Impressum] ( https://cloudogu.com/imprint.html )
150
+ © ; 2018 Cloudogu GmbH - MADE WITH :heart : FOR DEV ADDICTS. [ Legal notice / Impressum] ( https://cloudogu.com/imprint.html )
0 commit comments