Merge pull request #623 from PR0M3TH3AN/codex/edit-landing/index.html-to-add-mermaid-chart

Add modular chart to landing page
This commit is contained in:
thePR0M3TH3AN
2025-07-17 22:12:21 -04:00
committed by GitHub

View File

@@ -84,6 +84,26 @@ flowchart TB
<h2 class="section-title" id="architecture-heading">Architecture Overview</h2>
<pre class="mermaid">
---
config:
layout: fixed
theme: base
themeVariables:
primaryColor: '#e94a39'
primaryBorderColor: '#e94a39'
lineColor: '#e94a39'
look: classic
---
graph TD
core(seedpass.core)
cli(CLI/TUI)
gui(BeeWare GUI)
ext(Browser extension)
cli --> core
gui --> core
ext --> core
</pre>
<pre class="mermaid">
---
config:
layout: fixed
theme: base