updated code snippets

pull/84/head
Adrian Lupu 6 years ago
parent e0138368e5
commit 46a1d2daed

@ -35,6 +35,15 @@
],
"description": "Include C4 Deployment Diagram"
},
"C4_Include_Dynamic": {
"scope": "diagram",
"prefix": "Include C4 Dynamic Diagram",
"body": [
"!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Dynamic.puml",
"$0"
],
"description": "Include C4 Dynamic Diagram"
},
"C4_Person": {
"scope": "diagram",
"prefix": "Person",
@ -248,6 +257,24 @@
],
"description": "Add unidirectional Relationship with Technology to C4 diagram"
},
"C4_Relationship_Index": {
"scope": "diagram",
"prefix": "Relationship with Index",
"body": [
"RelIndex(${1:index}, ${2:from_alias}, ${3:to_alias}, \"${4:label}\")",
"$0"
],
"description": "Add unidirectional Relationship to C4 diagram"
},
"C4_Relationship_Index_Techn": {
"scope": "diagram",
"prefix": "Relationship with Technology and Index",
"body": [
"RelIndex(${1:index}, ${2:from_alias}, ${3:to_alias}, \"${4:label}\", \"${5:technology}\")",
"$0"
],
"description": "Add unidirectional Relationship with Technology to C4 diagram"
},
"C4_Layout_Right": {
"scope": "diagram",
"prefix": "Layout to Right side",

Loading…
Cancel
Save