Expand LOTL vector glossary, examples, and mermaid architecture docs
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 00:46:18 -07:00
parent 6761d4285c
commit e8562e11cf
7 changed files with 339 additions and 31 deletions

View File

@@ -1381,7 +1381,9 @@ export default function BuilderPage() {
<ul className="form-hint" style={{ margin: '0.35rem 0 0', paddingLeft: '1.2rem' }}>
{LOTL_ONION_TIER_DOCS.map((t) => (
<li key={t.id}>
{t.label} {t.hint}
<strong>{t.label}</strong> {t.definition}
<br />
<span className="form-hint">e.g. {t.example}</span>
</li>
))}
</ul>