More document Updtes and diagram improvements

This commit is contained in:
Brian Madison
2025-11-05 07:52:08 -06:00
parent 412a7d1ed8
commit 6fa6ebab12
12 changed files with 887 additions and 2692 deletions

View File

@@ -51,9 +51,9 @@ flowchart TD
Q1 -->|Yes| QF[Quick Flow<br/>Tech-spec only]
Q1 -->|Uncertain| M
style QF fill:#bfb,stroke:#333,stroke-width:2px
style M fill:#bbf,stroke:#333,stroke-width:2px
style E fill:#f9f,stroke:#333,stroke-width:2px
style QF fill:#bfb,stroke:#333,stroke-width:2px,color:#000
style M fill:#bbf,stroke:#333,stroke-width:2px,color:#000
style E fill:#f9f,stroke:#333,stroke-width:2px,color:#000
```
### Quick Keywords
@@ -389,8 +389,8 @@ flowchart TD
TRACK -->|Method| M[PRD + Arch]
TRACK -->|Enterprise| E[PRD + Arch + Sec/Ops]
style DOC fill:#ffb,stroke:#333,stroke-width:2px
style TRACK fill:#bfb,stroke:#333,stroke-width:2px
style DOC fill:#ffb,stroke:#333,stroke-width:2px,color:#000
style TRACK fill:#bfb,stroke:#333,stroke-width:2px,color:#000
```
---