File: puml_github_workflow.puml

package info (click to toggle)
iceoryx 2.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,260 kB
  • sloc: cpp: 94,127; ansic: 1,443; sh: 1,436; python: 1,377; xml: 80; makefile: 61
file content (18 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@startuml

left to right direction

actor Iceoryx_Contributor

Iceoryx_Contributor --> (1. Create Diagram in PlantUML Editor)
Iceoryx_Contributor --> (2. Save it as new .puml file in iceoryx/doc/design/puml)
Iceoryx_Contributor --> (3. Export svg files via script in iceoryx/tools/ folder)
Iceoryx_Contributor --> (4. Create a Link in the Markdown file)
note left
The following snippet can be used to link against a svg file in markdown:
<code>
![your image description](puml/your_exported_vector_graphic.svg)
</code>
end note

@enduml