Skip to content

Commit 43fe6d3

Browse files
committed
adding PPTX generation
1 parent c4566c1 commit 43fe6d3

35 files changed

+6530
-38
lines changed

AzureSymbols.md

Lines changed: 25 additions & 20 deletions
Large diffs are not rendered by default.

dist/.vscode/snippets/diagram.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@
4747
"$0"
4848
]
4949
},
50+
"AzureSimplified": {
51+
"prefix": "Azure Simplified",
52+
"description": "Add Azure Simplified to diagram",
53+
"body": [
54+
"AzureSimplified(${1:alias}, \"${2:label}\", \"${3:technology}\")",
55+
"$0"
56+
]
57+
},
58+
"AzureSimplified_Descr": {
59+
"prefix": "Azure Simplified with Description",
60+
"description": "Add Azure Simplified with Description to diagram",
61+
"body": [
62+
"AzureSimplified(${1:alias}, \"${2:label}\", \"${3:technology}\", \"${4:description}\")",
63+
"$0"
64+
]
65+
},
5066
"AzureBatchAI": {
5167
"prefix": "Azure Batch A I",
5268
"description": "Add Azure Batch A I to diagram",
2.06 KB
Loading
Lines changed: 6 additions & 0 deletions
Loading

dist/AzureCommon.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Azure-PlantUML, version 2.0.0
1+
' Azure-PlantUML, version 2.1.0
22
' https://github.com/RicardoNiepel/Azure-PlantUML
33

44
' Colors

dist/AzureRaw.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Azure-PlantUML, version 2.0.0
1+
' Azure-PlantUML, version 2.1.0
22
' https://github.com/RicardoNiepel/Azure-PlantUML
33

44
' Colors

dist/Azure_Symbols.pptx

2.25 MB
Binary file not shown.

dist/General/Azure.png

1.79 KB
Loading

dist/General/Azure.svg

Lines changed: 6 additions & 0 deletions
Loading
1.88 KB
Loading

0 commit comments

Comments
 (0)