Static documentation index page linking 240 documents across 15 categories. Deployed to blackroad-docs-hub.pages.dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
50 lines
4.2 KiB
HTML
50 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>BlackRoad Documentation</title>
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { background: #000; color: #fff; font-family: 'SF Pro Display', -apple-system, sans-serif; min-height: 100vh; }
|
|
.header { padding: 55px 34px 34px; text-align: center; border-bottom: 1px solid #111; }
|
|
h1 { font-size: 2.5rem; margin-bottom: 13px; background: linear-gradient(135deg, #F5A623 0%, #FF1D6C 38.2%, #9C27B0 61.8%, #2979FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
|
|
.subtitle { color: #888; font-size: 1.1rem; }
|
|
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 21px; padding: 34px; max-width: 1200px; margin: 0 auto; }
|
|
.card { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 13px; padding: 21px; transition: border-color 0.3s, transform 0.2s; text-decoration: none; display: block; }
|
|
.card:hover { border-color: #FF1D6C; transform: translateY(-2px); }
|
|
.card h3 { color: #FF1D6C; font-size: 1rem; margin-bottom: 8px; text-transform: capitalize; }
|
|
.card .count { color: #F5A623; font-size: 0.85rem; margin-bottom: 8px; }
|
|
.card p { color: #666; font-size: 0.85rem; line-height: 1.618; }
|
|
.footer { text-align: center; padding: 34px; color: #333; font-size: 0.75rem; border-top: 1px solid #111; }
|
|
.total { text-align: center; padding: 21px; color: #F5A623; font-size: 1.2rem; }
|
|
a.card { color: inherit; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<h1>BlackRoad Documentation</h1>
|
|
<p class="subtitle">Architecture, governance, brand system, and technical specifications</p>
|
|
</div>
|
|
<div class="total">240 documents across 15 categories</div>
|
|
<div class="grid">
|
|
<a class="card" href="architecture/"><h3>Architecture</h3><div class="count">42 docs</div><p>System design, namespace architecture, codex structure, boot sequences</p></a>
|
|
<a class="card" href="guides/"><h3>Guides</h3><div class="count">26 docs</div><p>Cluster setup, vault quickstart, CLI reference, API keys</p></a>
|
|
<a class="card" href="business/"><h3>Business</h3><div class="count">25 docs</div><p>Pricing, investor pitch, competitive analysis, partner programs</p></a>
|
|
<a class="card" href="brand/"><h3>Brand</h3><div class="count">20 docs</div><p>Design system, official colors, visual language, premium templates</p></a>
|
|
<a class="card" href="operations/"><h3>Operations</h3><div class="count">19 docs</div><p>Production playbook, mesh runbook, hardware inventory, DNS</p></a>
|
|
<a class="card" href="governance/"><h3>Governance</h3><div class="count">17 docs</div><p>AI policy, IP notice, licensing, compliance reference</p></a>
|
|
<a class="card" href="marketing/"><h3>Marketing</h3><div class="count">17 docs</div><p>Marketing library, press releases, content plans, social media</p></a>
|
|
<a class="card" href="integrations/"><h3>Integrations</h3><div class="count">13 docs</div><p>Cloudflare, Clerk, Stripe, API documentation</p></a>
|
|
<a class="card" href="reference/"><h3>Reference</h3><div class="count">13 docs</div><p>Master index, reality check, deep dive analysis</p></a>
|
|
<a class="card" href="technology/"><h3>Technology</h3><div class="count">13 docs</div><p>Quantum proofs, language specs, LLM systems, model registry</p></a>
|
|
<a class="card" href="strategy/"><h3>Strategy</h3><div class="count">12 docs</div><p>Enhancement strategy, fleet plans, device expansion, landscape</p></a>
|
|
<a class="card" href="roadmap/"><h3>Roadmap</h3><div class="count">7 docs</div><p>Sovereignty roadmap, org consolidation, 30-day challenge</p></a>
|
|
<a class="card" href="runbooks/"><h3>Runbooks</h3><div class="count">6 docs</div><p>Operational runbooks and incident procedures</p></a>
|
|
<a class="card" href="api/"><h3>API</h3><div class="count">5 docs</div><p>API reference documentation and endpoint specs</p></a>
|
|
<a class="card" href="whitepapers/"><h3>Whitepapers</h3><div class="count">5 docs</div><p>PS-SHA-infinity, Spiral Information Geometry</p></a>
|
|
</div>
|
|
<div class="footer">© 2025-2026 BlackRoad OS, Inc. All Rights Reserved.</div>
|
|
</body>
|
|
</html>
|