mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-05 05:48:42 +00:00
landing: add modular architecture diagram
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user