Skip to content

Commit d4987aa

Browse files
author
supermodel-bot
committed
Deploy arch-docs for openapi-spec
1 parent 00bc36e commit d4987aa

29 files changed

+2233
-174
lines changed

site/openapi-spec/all/index.html

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<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">
12+
<script>var __basePath = (function() { try { return new URL("").pathname.replace(/\/$/, ""); } catch(e) { return ""; } })();</script>
1213

1314
<title>All Entities | openapi-spec Architecture Docs</title>
14-
<meta name="description" content="Browse all 3 entities in the openapi-spec Architecture Docs architecture documentation.">
15+
<meta name="description" content="Browse all 4 entities in the openapi-spec Architecture Docs architecture documentation.">
1516
<link rel="canonical" href="https://repos.supermodeltools.com/openapi-spec/all/index.html">
1617
<meta property="og:title" content="All Recipes — openapi-spec Architecture Docs">
17-
<meta property="og:description" content="Browse all 3 recipes on openapi-spec Architecture Docs.">
18+
<meta property="og:description" content="Browse all 4 recipes on openapi-spec Architecture Docs.">
1819
<meta property="og:url" content="https://repos.supermodeltools.com/openapi-spec/all/index.html">
1920
<meta property="og:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg">
2021
<meta property="og:type" content="article">
2122
<meta property="og:site_name" content="openapi-spec Architecture Docs">
2223
<meta name="twitter:card" content="summary_large_image">
2324
<meta name="twitter:title" content="All Recipes — openapi-spec Architecture Docs">
24-
<meta name="twitter:description" content="Browse all 3 recipes on openapi-spec Architecture Docs.">
25+
<meta name="twitter:description" content="Browse all 4 recipes on openapi-spec Architecture Docs.">
2526
<meta name="twitter:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg">
2627

2728
<style>:root {
@@ -856,7 +857,7 @@
856857
.hero-stat .num { font-size: 18px; }
857858
}
858859
</style>
859-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"CollectionPage","description":"Browse all 3 recipes on openapi-spec Architecture Docs","image":"https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"OpenAPI Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-openapi.html"},{"@type":"ListItem","name":"SupermodelDistribution Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-supermodeldistribution.html"},{"@type":"ListItem","name":"package.json — openapi-spec Source File","position":3,"url":"https://repos.supermodeltools.com/openapi-spec/file-package-json.html"}],"numberOfItems":3},"name":"All Recipes","url":"https://repos.supermodeltools.com/openapi-spec/all/index.html"}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"CollectionPage","description":"Browse all 4 recipes on openapi-spec Architecture Docs","image":"https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"CodeAnalysis Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-codeanalysis.html"},{"@type":"ListItem","name":"Distribution Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-distribution.html"},{"@type":"ListItem","name":"OpenApiSpec Domain — openapi-spec Architecture","position":3,"url":"https://repos.supermodeltools.com/openapi-spec/domain-openapispec.html"},{"@type":"ListItem","name":"package.json — openapi-spec Source File","position":4,"url":"https://repos.supermodeltools.com/openapi-spec/file-package-json.html"}],"numberOfItems":4},"name":"All Recipes","url":"https://repos.supermodeltools.com/openapi-spec/all/index.html"}</script>
860861
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/openapi-spec/","name":"Home","position":1},{"@type":"ListItem","name":"All Recipes","position":2}]}</script>
861862
</head>
862863
<body>
@@ -909,32 +910,41 @@
909910
<span>All Entities</span>
910911
</div>
911912
<h1>All Entities</h1>
912-
<p class="hub-desc">Browse all 3 entities in the openapi-spec Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.</p>
913-
<p class="hub-meta">3 entities &middot; Page 1 of 1</p>
913+
<p class="hub-desc">Browse all 4 entities in the openapi-spec Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.</p>
914+
<p class="hub-meta">4 entities &middot; Page 1 of 1</p>
914915
</div>
915916

916917

917918
<div class="chart-panel">
918919
<h3>Entity Types</h3>
919920
<div id="all-entities-chart"></div>
920-
<script type="application/json" id="all-entities-chart-data">{"totalEntities":3,"typeDistribution":null}</script>
921+
<script type="application/json" id="all-entities-chart-data">{"totalEntities":4,"typeDistribution":null}</script>
921922
</div>
922923

923924

924925
<div class="card-grid">
925926

926-
<a href="/openapi-spec/domain-openapi.html" class="card">
927-
<div class="card-title">OpenAPI Domain — openapi-spec Architecture</div>
928-
<div class="card-desc">The core definitions for the Supermodel Public API following the OpenAPI 3.0&#43; standard. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.</div>
927+
<a href="/openapi-spec/domain-codeanalysis.html" class="card">
928+
<div class="card-title">CodeAnalysis Domain — openapi-spec Architecture</div>
929+
<div class="card-desc">Conceptual domain representing the static analysis and call-graph generation capabilities described by the spec. Architectural overview of the CodeAnalysis domain in the openapi-spec codebase. Contains 0 source files.</div>
929930
<div class="card-meta">
930931
<span class="pill pill-accent">Domain</span>
931932

932933
</div>
933934
</a>
934935

935-
<a href="/openapi-spec/domain-supermodeldistribution.html" class="card">
936-
<div class="card-title">SupermodelDistribution Domain — openapi-spec Architecture</div>
937-
<div class="card-desc">Manages the packaging and delivery of the API specifications to external consumers via npm. Architectural overview of the SupermodelDistribution domain in the openapi-spec codebase. Contains 0 source files.</div>
936+
<a href="/openapi-spec/domain-distribution.html" class="card">
937+
<div class="card-title">Distribution Domain — openapi-spec Architecture</div>
938+
<div class="card-desc">Handles the packaging and versioning of the specification for consumer use via npm. Architectural overview of the Distribution domain in the openapi-spec codebase. Contains 0 source files.</div>
939+
<div class="card-meta">
940+
<span class="pill pill-accent">Domain</span>
941+
942+
</div>
943+
</a>
944+
945+
<a href="/openapi-spec/domain-openapispec.html" class="card">
946+
<div class="card-title">OpenApiSpec Domain — openapi-spec Architecture</div>
947+
<div class="card-desc">Defines the structure and endpoints for the Supermodel Public API using the OpenAPI standard. Architectural overview of the OpenApiSpec domain in the openapi-spec codebase. Contains 0 source files.</div>
938948
<div class="card-meta">
939949
<span class="pill pill-accent">Domain</span>
940950

0 commit comments

Comments
 (0)