File size: 2,191 Bytes
02dd0fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Syscraft / InfraBench — Docs</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-50 text-slate-900 antialiased min-h-screen">
<main class="max-w-3xl mx-auto px-6 py-14">
  <h1 class="text-3xl font-bold tracking-tight">Syscraft documentation</h1>
  <p class="mt-3 text-slate-700">Static design pages for the InfraBench framework.</p>

  <section class="mt-10">
    <h2 class="text-lg font-semibold">InfraBench design</h2>
    <ul class="mt-3 space-y-2">
      <li>
        <a href="infrabench-design/index.html" class="text-indigo-700 hover:underline font-medium">Scrolling design doc</a>
        <span class="text-slate-600"> — full-length reference with the L1–L6 interactive table.</span>
      </li>
      <li>
        <a href="infrabench-design/arch-paper.html" class="text-indigo-700 hover:underline font-medium">Paper figure (Figure 1 style)</a>
        <span class="text-slate-600"> — single-screen system overview for the paper.</span>
      </li>
      <li>
        <a href="infrabench-design/arch-pipeline.html" class="text-indigo-700 hover:underline font-medium">Pipeline view</a>
        <span class="text-slate-600"> — Setup → Bootstrap → Management → Decommission horizontal flow.</span>
      </li>
      <li>
        <a href="infrabench-design/arch-concentric.html" class="text-indigo-700 hover:underline font-medium">Concentric view</a>
        <span class="text-slate-600"> — lifecycle ring around provisioning and L1–L6 core.</span>
      </li>
      <li>
        <a href="infrabench-design/arch-bands.html" class="text-indigo-700 hover:underline font-medium">Bands view</a>
        <span class="text-slate-600"> — Provisioning / Runtime / Outputs three horizontal bands.</span>
      </li>
    </ul>
  </section>

  <footer class="mt-14 text-xs text-slate-500">
    <a href="https://github.com/XuanmiaoG/syscraft" class="text-indigo-700 hover:underline">github.com/XuanmiaoG/syscraft</a>
  </footer>
</main>
</body>
</html>