Skip to content

Commit 63cdd15

Browse files
author
supermodel-bot
committed
Deploy arch-docs for openapi-spec
1 parent ed5446e commit 63cdd15

19 files changed

+188
-2223
lines changed

site/openapi-spec/all/index.html

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
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">
1212

1313
<title>All Entities | openapi-spec Architecture Docs</title>
14-
<meta name="description" content="Browse all 4 entities in the openapi-spec Architecture Docs architecture documentation.">
14+
<meta name="description" content="Browse all 3 entities in the openapi-spec Architecture Docs architecture documentation.">
1515
<link rel="canonical" href="https://repos.supermodeltools.com/openapi-spec/all/index.html">
1616
<meta property="og:title" content="All Recipes — openapi-spec Architecture Docs">
17-
<meta property="og:description" content="Browse all 4 recipes on openapi-spec Architecture Docs.">
17+
<meta property="og:description" content="Browse all 3 recipes on openapi-spec Architecture Docs.">
1818
<meta property="og:url" content="https://repos.supermodeltools.com/openapi-spec/all/index.html">
1919
<meta property="og:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg">
2020
<meta property="og:type" content="article">
2121
<meta property="og:site_name" content="openapi-spec Architecture Docs">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:title" content="All Recipes — openapi-spec Architecture Docs">
24-
<meta name="twitter:description" content="Browse all 4 recipes on openapi-spec Architecture Docs.">
24+
<meta name="twitter:description" content="Browse all 3 recipes on openapi-spec Architecture Docs.">
2525
<meta name="twitter:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/all-entities.svg">
2626

2727
<style>:root {
@@ -856,7 +856,7 @@
856856
.hero-stat .num { font-size: 18px; }
857857
}
858858
</style>
859-
<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":"NodePackage Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-nodepackage.html"},{"@type":"ListItem","name":"OpenAPI Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-openapi.html"},{"@type":"ListItem","name":"SupermodelEnvironment Domain — openapi-spec Architecture","position":3,"url":"https://repos.supermodeltools.com/openapi-spec/domain-supermodelenvironment.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>
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":"NpmPackageManagement Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-npmpackagemanagement.html"},{"@type":"ListItem","name":"OpenApiDefinition Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-openapidefinition.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>
860860
<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>
861861
</head>
862862
<body>
@@ -909,41 +909,32 @@
909909
<span>All Entities</span>
910910
</div>
911911
<h1>All Entities</h1>
912-
<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>
913-
<p class="hub-meta">4 entities &middot; Page 1 of 1</p>
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>
914914
</div>
915915

916916

917917
<div class="chart-panel">
918918
<h3>Entity Types</h3>
919919
<div id="all-entities-chart"></div>
920-
<script type="application/json" id="all-entities-chart-data">{"totalEntities":4,"typeDistribution":null}</script>
920+
<script type="application/json" id="all-entities-chart-data">{"totalEntities":3,"typeDistribution":null}</script>
921921
</div>
922922

923923

924924
<div class="card-grid">
925925

926-
<a href="/openapi-spec/domain-nodepackage.html" class="card">
927-
<div class="card-title">NodePackage Domain — openapi-spec Architecture</div>
928-
<div class="card-desc">Manages the distribution and versioning of the specification as a consumable npm module. Architectural overview of the NodePackage domain in the openapi-spec codebase. Contains 0 source files.</div>
926+
<a href="/openapi-spec/domain-npmpackagemanagement.html" class="card">
927+
<div class="card-title">NpmPackageManagement Domain — openapi-spec Architecture</div>
928+
<div class="card-desc">Handles the distribution and versioning of the specification as a consumable Node.js package. Architectural overview of the NpmPackageManagement domain in the openapi-spec codebase. Contains 0 source files.</div>
929929
<div class="card-meta">
930930
<span class="pill pill-accent">Domain</span>
931931

932932
</div>
933933
</a>
934934

935-
<a href="/openapi-spec/domain-openapi.html" class="card">
936-
<div class="card-title">OpenAPI Domain — openapi-spec Architecture</div>
937-
<div class="card-desc">Defines the service contracts and data models for Supermodel&#39;s cloud-based code analysis platform. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.</div>
938-
<div class="card-meta">
939-
<span class="pill pill-accent">Domain</span>
940-
941-
</div>
942-
</a>
943-
944-
<a href="/openapi-spec/domain-supermodelenvironment.html" class="card">
945-
<div class="card-title">SupermodelEnvironment Domain — openapi-spec Architecture</div>
946-
<div class="card-desc">Internal configuration and environment markers for the Supermodel ecosystem. Architectural overview of the SupermodelEnvironment domain in the openapi-spec codebase. Contains 0 source files.</div>
935+
<a href="/openapi-spec/domain-openapidefinition.html" class="card">
936+
<div class="card-title">OpenApiDefinition Domain — openapi-spec Architecture</div>
937+
<div class="card-desc">The core static interface definition for the Supermodel API, specifying endpoints and data structures. Architectural overview of the OpenApiDefinition domain in the openapi-spec codebase. Contains 0 source files.</div>
947938
<div class="card-meta">
948939
<span class="pill pill-accent">Domain</span>
949940

0 commit comments

Comments
 (0)