Skip to content

Commit 8e14974

Browse files
author
supermodel-bot
committed
Deploy arch-docs for openapi-spec
1 parent 639acbd commit 8e14974

File tree

13 files changed

+136
-136
lines changed

13 files changed

+136
-136
lines changed

site/openapi-spec/all/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
.hero-stat .num { font-size: 18px; }
856856
}
857857
</style>
858-
<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":"ApiDefinition Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-apidefinition.html"},{"@type":"ListItem","name":"PackageMetadata Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-packagemetadata.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>
858+
<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":"PackageInfrastructure Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/openapi-spec/domain-packageinfrastructure.html"},{"@type":"ListItem","name":"SupermodelAPI Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/openapi-spec/domain-supermodelapi.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>
859859
<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>
860860
</head>
861861
<body>
@@ -921,18 +921,18 @@ <h3>Entity Types</h3>
921921

922922
<div class="card-grid">
923923

924-
<a href="/openapi-spec/domain-apidefinition.html" class="card">
925-
<div class="card-title">ApiDefinition Domain — openapi-spec Architecture</div>
926-
<div class="card-desc">Defines the structure, endpoints, and data schemas for the Supermodel public API. Architectural overview of the ApiDefinition domain in the openapi-spec codebase. Contains 0 source files.</div>
924+
<a href="/openapi-spec/domain-packageinfrastructure.html" class="card">
925+
<div class="card-title">PackageInfrastructure Domain — openapi-spec Architecture</div>
926+
<div class="card-desc">Manages the distribution and metadata of the OpenAPI specification as an npm package. Architectural overview of the PackageInfrastructure domain in the openapi-spec codebase. Contains 0 source files.</div>
927927
<div class="card-meta">
928928
<span class="pill pill-accent">Domain</span>
929929

930930
</div>
931931
</a>
932932

933-
<a href="/openapi-spec/domain-packagemetadata.html" class="card">
934-
<div class="card-title">PackageMetadata Domain — openapi-spec Architecture</div>
935-
<div class="card-desc">Handles versioning, distribution, and project identification for the Supermodel specification package. Architectural overview of the PackageMetadata domain in the openapi-spec codebase. Contains 0 source files.</div>
933+
<a href="/openapi-spec/domain-supermodelapi.html" class="card">
934+
<div class="card-title">SupermodelAPI Domain — openapi-spec Architecture</div>
935+
<div class="card-desc">Defines the public-facing contract and endpoints for code analysis and dependency graph tools. Architectural overview of the SupermodelAPI domain in the openapi-spec codebase. Contains 0 source files.</div>
936936
<div class="card-meta">
937937
<span class="pill pill-accent">Domain</span>
938938

site/openapi-spec/domain-packagemetadata.html renamed to site/openapi-spec/domain-packageinfrastructure.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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">
1212

13-
<title>PackageMetadata Domain — openapi-spec Architecture | openapi-spec Architecture Docs</title>
14-
<meta name="description" content="Handles versioning, distribution, and project identification for the Supermodel specification package. Architectural overview of the PackageMetadata domain in the openapi-spec codebase. Contains 0 source files.">
15-
<link rel="canonical" href="https://repos.supermodeltools.com/openapi-spec/domain-packagemetadata/">
16-
<meta property="og:title" content="PackageMetadata Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
17-
<meta property="og:description" content="Handles versioning, distribution, and project identification for the Supermodel specification package. Architectural overview of the PackageMetadata domain in the openapi-spec codebase. Contains 0 source files.">
18-
<meta property="og:url" content="https://repos.supermodeltools.com/openapi-spec/domain-packagemetadata.html">
19-
<meta property="og:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/domain-packagemetadata.svg">
13+
<title>PackageInfrastructure Domain — openapi-spec Architecture | openapi-spec Architecture Docs</title>
14+
<meta name="description" content="Manages the distribution and metadata of the OpenAPI specification as an npm package. Architectural overview of the PackageInfrastructure domain in the openapi-spec codebase. Contains 0 source files.">
15+
<link rel="canonical" href="https://repos.supermodeltools.com/openapi-spec/domain-packageinfrastructure/">
16+
<meta property="og:title" content="PackageInfrastructure Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
17+
<meta property="og:description" content="Manages the distribution and metadata of the OpenAPI specification as an npm package. Architectural overview of the PackageInfrastructure domain in the openapi-spec codebase. Contains 0 source files.">
18+
<meta property="og:url" content="https://repos.supermodeltools.com/openapi-spec/domain-packageinfrastructure.html">
19+
<meta property="og:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/domain-packageinfrastructure.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">
23-
<meta name="twitter:title" content="PackageMetadata Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
24-
<meta name="twitter:description" content="Handles versioning, distribution, and project identification for the Supermodel specification package. Architectural overview of the PackageMetadata domain in the openapi-spec codebase. Contains 0 source files.">
25-
<meta name="twitter:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/domain-packagemetadata.svg">
23+
<meta name="twitter:title" content="PackageInfrastructure Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
24+
<meta name="twitter:description" content="Manages the distribution and metadata of the OpenAPI specification as an npm package. Architectural overview of the PackageInfrastructure domain in the openapi-spec codebase. Contains 0 source files.">
25+
<meta name="twitter:image" content="https://repos.supermodeltools.com/openapi-spec/images/share/domain-packageinfrastructure.svg">
2626

2727
<style>:root {
2828
--bg: #000000;
@@ -855,9 +855,9 @@
855855
.hero-stat .num { font-size: 18px; }
856856
}
857857
</style>
858-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Handles versioning, distribution, and project identification for the Supermodel specification package. Architectural overview of the PackageMetadata domain in the openapi-spec codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/openapi-spec/images/share/domain-packagemetadata.svg"],"name":"PackageMetadata Domain — openapi-spec Architecture","url":"https://repos.supermodeltools.com/openapi-spec/domain-packagemetadata.html"}</script>
859-
<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":"PackageMetadata Domain — openapi-spec Architecture","position":2}]}</script>
860-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The PackageMetadata domain is an architectural grouping in the openapi-spec codebase. Handles versioning, distribution, and project identification for the Supermodel specification package. It contains 0 source files."},"name":"What is the PackageMetadata domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The PackageMetadata domain contains 0 source files."},"name":"How many files are in PackageMetadata?"}]}</script>
858+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Manages the distribution and metadata of the OpenAPI specification as an npm package. Architectural overview of the PackageInfrastructure domain in the openapi-spec codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/openapi-spec/images/share/domain-packageinfrastructure.svg"],"name":"PackageInfrastructure Domain — openapi-spec Architecture","url":"https://repos.supermodeltools.com/openapi-spec/domain-packageinfrastructure.html"}</script>
859+
<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":"PackageInfrastructure Domain — openapi-spec Architecture","position":2}]}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The PackageInfrastructure domain is an architectural grouping in the openapi-spec codebase. Manages the distribution and metadata of the OpenAPI specification as an npm package. It contains 0 source files."},"name":"What is the PackageInfrastructure domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The PackageInfrastructure domain contains 0 source files."},"name":"How many files are in PackageInfrastructure?"}]}</script>
861861
</head>
862862
<body>
863863
<script>var __basePath = (function() { try { return new URL("https:\/\/repos.supermodeltools.com\/openapi-spec").pathname.replace(/\/$/, ""); } catch(e) { return ""; } })();</script>
@@ -906,15 +906,15 @@
906906
<a href="/openapi-spec/">Home</a>
907907
<span class="sep">/</span>
908908
<a href="/openapi-spec/node_type/domain.html">Domain</a><span class="sep">/</span>
909-
<span>PackageMetadata Domain — openapi-spec Architecture</span>
909+
<span>PackageInfrastructure Domain — openapi-spec Architecture</span>
910910
</div>
911-
<h1 class="entity-title">PackageMetadata Domain — openapi-spec Architecture</h1>
911+
<h1 class="entity-title">PackageInfrastructure Domain — openapi-spec Architecture</h1>
912912

913913

914914
<div class="entity-meta">
915915
<a href="/openapi-spec/node_type/domain.html" class="pill pill-accent">Domain</a>
916916

917-
<a href="/openapi-spec/domain/packagemetadata.html" class="pill pill-green">PackageMetadata</a>
917+
<a href="/openapi-spec/domain/packageinfrastructure.html" class="pill pill-green">PackageInfrastructure</a>
918918

919919

920920

@@ -927,7 +927,7 @@ <h1 class="entity-title">PackageMetadata Domain — openapi-spec Architecture</h
927927

928928

929929
<div class="entity-summary">
930-
<p>Handles versioning, distribution, and project identification for the Supermodel specification package.</p>
930+
<p>Manages the distribution and metadata of the OpenAPI specification as an npm package.</p>
931931
</div>
932932

933933
</div>
@@ -979,13 +979,13 @@ <h3>Entity Profile</h3>
979979
<h2>Frequently Asked Questions</h2>
980980

981981
<details class="faq-item">
982-
<summary class="faq-question">What is the PackageMetadata domain?</summary>
983-
<div class="faq-answer">The PackageMetadata domain is an architectural grouping in the openapi-spec codebase. Handles versioning, distribution, and project identification for the Supermodel specification package. It contains 0 source files.</div>
982+
<summary class="faq-question">What is the PackageInfrastructure domain?</summary>
983+
<div class="faq-answer">The PackageInfrastructure domain is an architectural grouping in the openapi-spec codebase. Manages the distribution and metadata of the OpenAPI specification as an npm package. It contains 0 source files.</div>
984984
</details>
985985

986986
<details class="faq-item">
987-
<summary class="faq-question">How many files are in PackageMetadata?</summary>
988-
<div class="faq-answer">The PackageMetadata domain contains 0 source files.</div>
987+
<summary class="faq-question">How many files are in PackageInfrastructure?</summary>
988+
<div class="faq-answer">The PackageInfrastructure domain contains 0 source files.</div>
989989
</details>
990990

991991
</div>

0 commit comments

Comments
 (0)