feat(arch): added aws icons

This commit is contained in:
NicolasNewman
2024-05-16 11:26:58 -05:00
parent b09dc5db67
commit 769d5660f5
15 changed files with 3101 additions and 27 deletions

View File

@@ -226,6 +226,17 @@
</pre>
<hr />
<h2>AWS Icon Demo</h2>
<pre class="mermaid">
architecture
service s3(s3)[Cloud Store]
service ec2(ec2)[Server]
service wave(wavelength)[Wave]
s3 L--R ec2
s3 T--B wave
</pre>
<script type="module">
import mermaid from './mermaid.esm.mjs';
@@ -284,6 +295,7 @@
iconSize: 80,
},
useMaxWidth: false,
iconLibraries: ['aws:full']
});
function callback() {
alert('It worked');