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
Branches
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 !include included_part.iuml
\ No newline at end of file
@startuml @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 interface List
List : int size() List : int size()
......
!define InternalA "Internal Auditor" !define Int-Au "Internal Auditor"
!define ComplianceM "Compliance Manager" !define Comp-Mg "Compliance Manager"
\ No newline at end of file \ No newline at end of file
```plantuml this is for tecnalia plantuml plugin ```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 "GUI/IDE eclipse" as DESIDE
participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99 participant "Infrastructural\nElements\nCatalogue" as IECDB #99FF99
participant "IaC Optimizer Platform (IOP)" as IAIOP participant "IaC Optimizer Platform (IOP)" as IAIOP
...@@ -10,9 +8,30 @@ participant "Runtime Controller (PRC)" as RTPRC ...@@ -10,9 +8,30 @@ participant "Runtime Controller (PRC)" as RTPRC
participant PerformanceMonitoring as IAMON participant PerformanceMonitoring as IAMON
participant SecurityMonitoring as SECMON participant SecurityMonitoring as SECMON
'Testing !include 'Testing HTTP !include
== TESTING HTTPS INCLUDE == '!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
InternalA -> ComplianceM 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 == == DESIGN TIME ==
group Catalogue update group Catalogue update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment