Split architecture diagram into separate local and AWS diagrams

This commit is contained in:
2026-02-12 19:49:47 -03:00
parent da1ff62877
commit cc1a1b9953
5 changed files with 670 additions and 4 deletions

View File

@@ -21,13 +21,32 @@
</nav>
<h2 id="overview">System Overview</h2>
<h3>Local Architecture (Development)</h3>
<div class="diagram-container">
<div class="diagram">
<h3>Architecture</h3>
<object type="image/svg+xml" data="01-system-overview.svg">
<img src="01-system-overview.svg" alt="System Overview" />
<object type="image/svg+xml" data="01a-local-architecture.svg">
<img
src="01a-local-architecture.svg"
alt="Local Architecture"
/>
</object>
<a href="01-system-overview.svg" target="_blank"
<a href="01a-local-architecture.svg" target="_blank"
>Open full size</a
>
</div>
</div>
<h3>AWS Architecture (Production)</h3>
<div class="diagram-container">
<div class="diagram">
<object type="image/svg+xml" data="01b-aws-architecture.svg">
<img
src="01b-aws-architecture.svg"
alt="AWS Architecture"
/>
</object>
<a href="01b-aws-architecture.svg" target="_blank"
>Open full size</a
>
</div>