Skip to content
Snippets Groups Projects
Commit db740ac7 authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Update 4 files

- /roles.puml
- /bad_including.puml
- /included_part.iuml
- /testDiagram.md
parent 484c997a
No related branches found
No related tags found
No related merge requests found
'This include wont work. The renderer doesn't found the file locally
'This include wont work (The renderer looks the file locally, and doesn't found it)
!include included_part.iuml
\ No newline at end of file
@startuml
'Check also https://gitlab.com/schurzi/playground/-/blob/main/plantuml_include/included_part.iuml
'Copied from https://gitlab.com/schurzi/playground/-/blob/main/plantuml_include/included_part.iuml
interface List
List : int size()
......
!define InternalA "Internal Auditor"
!define ComplianceM "Compliance Manager"
\ No newline at end of file
!define Int-Au "Internal Auditor"
!define Comp-Mg "Compliance Manager"
\ No newline at end of file
```plantuml this is for tecnalia plantuml plugin
'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
participant "GUI/IDE eclipse" as DESIDE
participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99
participant "IaC Optimizer Platform (IOP)" as IAIOP
......@@ -10,9 +8,30 @@ participant "Runtime Controller (PRC)" as RTPRC
participant PerformanceMonitoring as IAMON
participant SecurityMonitoring as SECMON
'Testing !include
== TESTING HTTPS INCLUDE ==
InternalA -> ComplianceM
'Testing HTTP !include
'!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Int-Au" and "Comp-Mg" \n the "!include http..." didn't work in a markdown file (*.md)
Int-Au <- Comp-Mg
end
'Testing filename !include
'!include roles.puml
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md)
Int-Au <- Comp-Mg
end
'Testing markdown !include
'!include roles.puml
group Testing !include
Int-Au -> Comp-Mg
note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "::include{file=diagram.puml}" works in a markdown file (*.md)
Int-Au <- Comp-Mg
end
== DESIGN TIME ==
group Catalogue update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment