Skip to content

Commit 2e82855

Browse files
author
supermodel-bot
committed
Deploy arch-docs for supermodel-api-docs
1 parent 6e09609 commit 2e82855

34 files changed

+2772
-3417
lines changed

site/supermodel-api-docs/all/index.html

Lines changed: 104 additions & 66 deletions
Large diffs are not rendered by default.

site/supermodel-api-docs/domain-apiintegration.html renamed to site/supermodel-api-docs/domain-apiguardian.html

Lines changed: 113 additions & 66 deletions
Large diffs are not rendered by default.

site/supermodel-api-docs/domain-stylingsystem.html renamed to site/supermodel-api-docs/domain-documentation.html

Lines changed: 113 additions & 66 deletions
Large diffs are not rendered by default.

site/supermodel-api-docs/domain-documentationcore.html

Lines changed: 0 additions & 970 deletions
This file was deleted.

site/supermodel-api-docs/domain/apiintegration.html renamed to site/supermodel-api-docs/domain/apiguardian.html

Lines changed: 110 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@
88
<link rel="manifest" href="/manifest.json">
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
11+
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
1212

13-
<title>ApiIntegration — Domains | supermodel-api-docs Architecture Docs</title>
14-
<meta name="description" content="Browse all ApiIntegration entities in the supermodel-api-docs Architecture Docs architecture documentation.">
15-
<link rel="canonical" href="https://repos.supermodeltools.com/domain/apiintegration.html">
13+
<title>APIGuardian — Domains | supermodel-api-docs Architecture Docs</title>
14+
<meta name="description" content="Browse all APIGuardian entities in the supermodel-api-docs Architecture Docs architecture documentation.">
15+
<link rel="canonical" href="https://repos.supermodeltools.com/domain/apiguardian.html">
1616

17-
<meta property="og:title" content="ApiIntegration — Domains — supermodel-api-docs Architecture Docs">
18-
<meta property="og:description" content="Browse 1 ApiIntegration Domain recipes on supermodel-api-docs Architecture Docs.">
19-
<meta property="og:url" content="https://repos.supermodeltools.com/domain/apiintegration.html">
20-
<meta property="og:image" content="https://repos.supermodeltools.com/images/share/domain-apiintegration.svg">
17+
<meta property="og:title" content="APIGuardian — Domains — supermodel-api-docs Architecture Docs">
18+
<meta property="og:description" content="Browse 1 APIGuardian Domain recipes on supermodel-api-docs Architecture Docs.">
19+
<meta property="og:url" content="https://repos.supermodeltools.com/domain/apiguardian.html">
20+
<meta property="og:image" content="https://repos.supermodeltools.com/images/share/domain-apiguardian.svg">
2121
<meta property="og:type" content="article">
2222
<meta property="og:site_name" content="supermodel-api-docs Architecture Docs">
2323
<meta name="twitter:card" content="summary_large_image">
24-
<meta name="twitter:title" content="ApiIntegration — Domains — supermodel-api-docs Architecture Docs">
25-
<meta name="twitter:description" content="Browse 1 ApiIntegration Domain recipes on supermodel-api-docs Architecture Docs.">
26-
<meta name="twitter:image" content="https://repos.supermodeltools.com/images/share/domain-apiintegration.svg">
24+
<meta name="twitter:title" content="APIGuardian — Domains — supermodel-api-docs Architecture Docs">
25+
<meta name="twitter:description" content="Browse 1 APIGuardian Domain recipes on supermodel-api-docs Architecture Docs.">
26+
<meta name="twitter:image" content="https://repos.supermodeltools.com/images/share/domain-apiguardian.svg">
2727

2828
<style>:root {
29-
--bg: #0f1117;
30-
--bg-card: #1a1d27;
31-
--bg-hover: #22263a;
32-
--border: #2a2e3e;
33-
--text: #e4e4e7;
34-
--text-muted: #9ca3af;
35-
--accent: #6366f1;
36-
--accent-light: #818cf8;
37-
--green: #22c55e;
38-
--orange: #f59e0b;
39-
--red: #ef4444;
40-
--blue: #3b82f6;
41-
--font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
42-
--mono: 'JetBrains Mono', 'Fira Code', monospace;
29+
--bg: #000000;
30+
--bg-card: #161616;
31+
--bg-hover: #08191C;
32+
--border: #202020;
33+
--text: #FFFFFF;
34+
--text-muted: #808080;
35+
--accent: #71B9BC;
36+
--accent-light: #8CC6C9;
37+
--green: #7CCE86;
38+
--orange: #D0A27D;
39+
--red: #E589C6;
40+
--blue: #8E8CE9;
41+
--font: 'Public Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
42+
--mono: 'Martian Mono', "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
4343
--max-w: 1200px;
44-
--radius: 8px;
44+
--radius: 0px;
4545
}
4646

4747
* { margin: 0; padding: 0; box-sizing: border-box; }
@@ -52,7 +52,9 @@
5252
font-family: var(--font);
5353
background: var(--bg);
5454
color: var(--text);
55-
line-height: 1.6;
55+
line-height: 1.5;
56+
font-weight: 300;
57+
letter-spacing: 0em;
5658
-webkit-font-smoothing: antialiased;
5759
overflow-x: hidden;
5860
}
@@ -61,7 +63,7 @@
6163
a:hover { text-decoration: underline; }
6264
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 2px; border-radius: 2px; }
6365

64-
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #fff; padding: 8px 16px; border-radius: 6px; z-index: 1001; font-size: 14px; font-weight: 600; }
66+
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--accent); color: #000; padding: 8px 16px; border-radius: 6px; z-index: 1001; font-size: 14px; font-weight: 600; }
6567
.skip-link:focus { top: 12px; }
6668

6769
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
@@ -83,7 +85,7 @@
8385
}
8486
.site-brand {
8587
font-size: 18px;
86-
font-weight: 700;
88+
font-weight: 400;
8789
color: var(--text);
8890
display: flex;
8991
align-items: center;
@@ -94,7 +96,7 @@
9496
.site-brand:hover { text-decoration: none; color: var(--accent-light); }
9597
.site-brand svg { width: 24px; height: 24px; }
9698
.site-nav { display: flex; gap: 16px; align-items: center; overflow-x: auto; -webkit-overflow-scrolling: touch; }
97-
.site-nav a { color: var(--text-muted); font-size: 14px; font-weight: 500; white-space: nowrap; }
99+
.site-nav a { color: var(--text-muted); font-size: 0.68rem; font-weight: 300; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
98100
.site-nav a:hover { color: var(--text); text-decoration: none; }
99101
.nav-all-repos { color: var(--accent-light) !important; padding-right: 12px; margin-right: 4px; border-right: 1px solid var(--border); }
100102
.nav-all-repos:hover { color: var(--text) !important; }
@@ -126,8 +128,9 @@
126128
.entity-breadcrumb .sep { opacity: 0.4; }
127129
.entity-title {
128130
font-size: 28px;
129-
font-weight: 700;
131+
font-weight: 300;
130132
line-height: 1.3;
133+
letter-spacing: -0.02em;
131134
margin-bottom: 8px;
132135
overflow-wrap: break-word;
133136
word-break: break-word;
@@ -171,7 +174,8 @@
171174
border-radius: 20px;
172175
font-size: 12px;
173176
color: var(--text-muted);
174-
font-weight: 500;
177+
font-weight: 400;
178+
font-family: var(--mono);
175179
text-decoration: none;
176180
}
177181
a.pill:hover {
@@ -189,7 +193,8 @@
189193
}
190194
.entity-section h2 {
191195
font-size: 18px;
192-
font-weight: 600;
196+
font-weight: 400;
197+
letter-spacing: -0.02em;
193198
margin-bottom: 12px;
194199
padding-bottom: 8px;
195200
border-bottom: 1px solid var(--border);
@@ -234,6 +239,7 @@
234239
.card-title {
235240
font-size: 15px;
236241
font-weight: 600;
242+
letter-spacing: -0.02em;
237243
color: var(--text);
238244
margin-bottom: 6px;
239245
overflow-wrap: break-word;
@@ -261,7 +267,8 @@
261267
}
262268
.hero h1 {
263269
font-size: 36px;
264-
font-weight: 700;
270+
font-weight: 200;
271+
letter-spacing: -0.04em;
265272
margin-bottom: 12px;
266273
}
267274
.hero p {
@@ -297,19 +304,21 @@
297304
}
298305
.hero-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
299306
.hero-btn-star { border-color: var(--orange); color: var(--orange); }
300-
.hero-btn-star:hover { background: rgba(245, 158, 11, 0.1); }
307+
.hero-btn-star:hover { background: rgba(208, 162, 125, 0.1); }
301308
.hero-btn-fork { border-color: var(--blue); color: var(--blue); }
302-
.hero-btn-fork:hover { background: rgba(59, 130, 246, 0.1); }
309+
.hero-btn-fork:hover { background: rgba(142, 140, 233, 0.1); }
303310
.hero-stats {
304311
display: flex;
305312
justify-content: center;
306-
gap: 32px;
313+
flex-wrap: wrap;
314+
gap: 16px 32px;
307315
margin-top: 32px;
308316
}
309317
.hero-stat { text-align: center; }
310318
.hero-stat .num {
311319
font-size: 28px;
312-
font-weight: 700;
320+
font-weight: 300;
321+
letter-spacing: -0.02em;
313322
color: var(--accent-light);
314323
}
315324
.hero-stat .label {
@@ -330,7 +339,8 @@
330339

331340
.section-title {
332341
font-size: 22px;
333-
font-weight: 700;
342+
font-weight: 300;
343+
letter-spacing: -0.02em;
334344
margin-bottom: 16px;
335345
}
336346
.section-subtitle {
@@ -348,7 +358,8 @@
348358
}
349359
.hub-header h1 {
350360
font-size: 28px;
351-
font-weight: 700;
361+
font-weight: 300;
362+
letter-spacing: -0.02em;
352363
}
353364
.hub-desc {
354365
color: var(--text-muted);
@@ -389,7 +400,7 @@
389400
}
390401
.pagination .current {
391402
background: var(--accent);
392-
color: white;
403+
color: #000;
393404
}
394405

395406

@@ -458,11 +469,12 @@
458469
gap: 12px;
459470
}
460471
.visuals-panel h3 {
461-
font-size: 13px;
462-
font-weight: 600;
472+
font-size: 10px;
473+
font-weight: 400;
474+
font-family: 'Lexend Peta', sans-serif;
463475
color: var(--text-muted);
464476
text-transform: uppercase;
465-
letter-spacing: 0.04em;
477+
letter-spacing: 0em;
466478
margin: 0 0 8px 0;
467479
padding: 0;
468480
border: none;
@@ -548,7 +560,7 @@
548560

549561

550562
.cta-section {
551-
background: linear-gradient(135deg, var(--bg-card) 0%, #12141d 100%);
563+
background: linear-gradient(135deg, var(--bg-card) 0%, #08191C 100%);
552564
border: 1px solid var(--accent);
553565
border-radius: var(--radius);
554566
padding: 40px 32px;
@@ -558,7 +570,8 @@
558570
}
559571
.cta-heading {
560572
font-size: 22px;
561-
font-weight: 700;
573+
font-weight: 300;
574+
letter-spacing: -0.02em;
562575
margin-bottom: 8px;
563576
border-bottom: none !important;
564577
padding-bottom: 0 !important;
@@ -573,7 +586,7 @@
573586
display: inline-block;
574587
padding: 12px 28px;
575588
background: var(--accent);
576-
color: #fff;
589+
color: #000;
577590
font-size: 15px;
578591
font-weight: 600;
579592
border-radius: 6px;
@@ -593,11 +606,12 @@
593606
margin-bottom: 32px;
594607
}
595608
.chart-panel h3 {
596-
font-size: 13px;
597-
font-weight: 600;
609+
font-size: 10px;
610+
font-weight: 400;
611+
font-family: 'Lexend Peta', sans-serif;
598612
color: var(--text-muted);
599613
text-transform: uppercase;
600-
letter-spacing: 0.04em;
614+
letter-spacing: 0em;
601615
margin: 0 0 12px 0;
602616
}
603617
.chart-panel-compact {
@@ -634,7 +648,7 @@
634648
margin: 0 0 8px 0;
635649
}
636650
.source-code {
637-
background: #0d0f14;
651+
background: #161616;
638652
border: 1px solid var(--border);
639653
border-radius: var(--radius);
640654
padding: 16px;
@@ -647,11 +661,44 @@
647661
.source-code code {
648662
font-family: var(--mono);
649663
font-size: 13px;
650-
color: #e4e4e7;
664+
color: #FFFFFF;
651665
white-space: pre;
652666
tab-size: 2;
653667
margin-bottom: 0;
654668
}
669+
670+
.hp-composition {
671+
display: flex;
672+
flex-wrap: wrap;
673+
gap: 3px;
674+
height: 200px;
675+
}
676+
.hp-comp-item {
677+
display: flex;
678+
flex-direction: column;
679+
justify-content: flex-end;
680+
padding: 10px 12px;
681+
text-decoration: none;
682+
opacity: 0.85;
683+
transition: opacity 0.2s;
684+
box-sizing: border-box;
685+
align-self: stretch;
686+
}
687+
.hp-comp-item:hover { opacity: 1; text-decoration: none; }
688+
.hp-comp-name {
689+
color: #fff;
690+
font-size: 13px;
691+
font-weight: 600;
692+
font-family: var(--font);
693+
white-space: nowrap;
694+
}
695+
.hp-comp-count {
696+
color: rgba(255,255,255,0.7);
697+
font-size: 12px;
698+
font-family: var(--mono);
699+
margin-top: 2px;
700+
}
701+
655702
#homepage-chart, #hub-chart, #all-entities-chart { width: 100%; }
656703
#homepage-chart svg, #hub-chart svg, #taxonomy-chart svg, #all-entities-chart svg, #letter-chart svg {
657704
width: 100%;
@@ -689,7 +736,7 @@
689736
}
690737
.letter-active {
691738
background: var(--accent);
692-
color: #fff;
739+
color: #000;
693740
border-color: var(--accent);
694741
}
695742

@@ -742,7 +789,7 @@
742789
.hero p { font-size: 15px; }
743790
.hero-actions { gap: 8px; }
744791
.hero-btn { padding: 6px 12px; font-size: 12px; }
745-
.hero-stats { flex-wrap: wrap; gap: 12px; }
792+
.hero-stats { gap: 8px 16px; }
746793
.hero-stat .num { font-size: 22px; }
747794
.hero-stat .label { font-size: 12px; }
748795
.hero-stat-link { padding: 8px 12px; }
@@ -810,8 +857,8 @@
810857
.hero-stat .num { font-size: 18px; }
811858
}
812859
</style>
813-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"CollectionPage","description":"ApiIntegration Domain recipes","image":"https://repos.supermodeltools.com/images/share/domain-apiintegration.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"ApiIntegration Domain — supermodel-api-docs Architecture","position":1,"url":"https://repos.supermodeltools.com/domain-apiintegration.html"}],"numberOfItems":1},"name":"ApiIntegration","url":"https://repos.supermodeltools.com/domain/apiintegration.html"}</script>
814-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/","name":"Home","position":1},{"@type":"ListItem","item":"https://repos.supermodeltools.com/domain/","name":"Domains","position":2},{"@type":"ListItem","name":"ApiIntegration","position":3}]}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"CollectionPage","description":"APIGuardian Domain recipes","image":"https://repos.supermodeltools.com/images/share/domain-apiguardian.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"APIGuardian Domain — supermodel-api-docs Architecture","position":1,"url":"https://repos.supermodeltools.com/domain-apiguardian.html"}],"numberOfItems":1},"name":"APIGuardian","url":"https://repos.supermodeltools.com/domain/apiguardian.html"}</script>
861+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/","name":"Home","position":1},{"@type":"ListItem","item":"https://repos.supermodeltools.com/domain/","name":"Domains","position":2},{"@type":"ListItem","name":"APIGuardian","position":3}]}</script>
815862
</head>
816863
<body>
817864
<a href="#main-content" class="skip-link">Skip to content</a>
@@ -862,23 +909,23 @@
862909
<span class="sep">/</span>
863910
<a href="/domain/index.html">Domains</a>
864911
<span class="sep">/</span>
865-
<span>ApiIntegration</span>
912+
<span>APIGuardian</span>
866913
</div>
867-
<h1>ApiIntegration</h1>
868-
<p class="hub-desc">Browse all 1 domain entities categorized under ApiIntegration in the supermodel-api-docs Architecture Docs architecture documentation.</p>
914+
<h1>APIGuardian</h1>
915+
<p class="hub-desc">Browse all 1 domain entities categorized under APIGuardian in the supermodel-api-docs Architecture Docs architecture documentation.</p>
869916
<p class="hub-meta">1 entities &middot; Page 1 of 1</p>
870917
<div class="chart-panel chart-panel-compact hub-charts">
871918
<div class="hub-chart-cell" id="hub-chart"></div>
872919
<div class="hub-chart-cell" id="hub-chart-secondary"></div>
873-
<script type="application/json" id="hub-chart-data">{"entryName":"ApiIntegration","totalEntities":1,"typeDistribution":null}</script>
920+
<script type="application/json" id="hub-chart-data">{"entryName":"APIGuardian","totalEntities":1,"typeDistribution":null}</script>
874921
</div>
875922
</div>
876923

877924
<div class="card-grid">
878925

879-
<a href="/domain-apiintegration.html" class="card">
880-
<div class="card-title">ApiIntegration Domain — supermodel-api-docs Architecture</div>
881-
<div class="card-desc">Manages the ingestion and rendering of the OpenAPI specification to provide interactive API endpoints and sandboxes. Architectural overview of the ApiIntegration domain in the supermodel-api-docs codebase. Contains 0 source files.</div>
926+
<a href="/domain-apiguardian.html" class="card">
927+
<div class="card-title">APIGuardian Domain — supermodel-api-docs Architecture</div>
928+
<div class="card-desc">Manages the API lifecycle and security protocols via OpenAPI definitions. Architectural overview of the APIGuardian domain in the supermodel-api-docs codebase. Contains 0 source files.</div>
882929
<div class="card-meta">
883930
<span class="pill pill-accent">Domain</span>
884931

0 commit comments

Comments
 (0)