Skip to content

Commit 7fb42de

Browse files
author
supermodel-bot
committed
Deploy arch-docs for openapi-spec
1 parent 056f436 commit 7fb42de

17 files changed

+183
-2124
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=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&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/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/all/index.html">
1919
<meta property="og:image" content="https://repos.supermodeltools.com/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/images/share/all-entities.svg">
2626

2727
<style>:root {
@@ -809,7 +809,7 @@
809809
.hero-stat .num { font-size: 18px; }
810810
}
811811
</style>
812-
<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/images/share/all-entities.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"Documentation Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/domain-documentation.html"},{"@type":"ListItem","name":"NPMDistribution Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/domain-npmdistribution.html"},{"@type":"ListItem","name":"OpenApiSpecification Domain — openapi-spec Architecture","position":3,"url":"https://repos.supermodeltools.com/domain-openapispecification.html"},{"@type":"ListItem","name":"package.json — openapi-spec Source File","position":4,"url":"https://repos.supermodeltools.com/file-package-json.html"}],"numberOfItems":4},"name":"All Recipes","url":"https://repos.supermodeltools.com/all/index.html"}</script>
812+
<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/images/share/all-entities.svg","mainEntity":{"@type":"ItemList","itemListElement":[{"@type":"ListItem","name":"OpenAPI Domain — openapi-spec Architecture","position":1,"url":"https://repos.supermodeltools.com/domain-openapi.html"},{"@type":"ListItem","name":"SupermodelRegistry Domain — openapi-spec Architecture","position":2,"url":"https://repos.supermodeltools.com/domain-supermodelregistry.html"},{"@type":"ListItem","name":"package.json — openapi-spec Source File","position":3,"url":"https://repos.supermodeltools.com/file-package-json.html"}],"numberOfItems":3},"name":"All Recipes","url":"https://repos.supermodeltools.com/all/index.html"}</script>
813813
<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","name":"All Recipes","position":2}]}</script>
814814
</head>
815815
<body>
@@ -862,41 +862,32 @@
862862
<span>All Entities</span>
863863
</div>
864864
<h1>All Entities</h1>
865-
<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>
866-
<p class="hub-meta">4 entities &middot; Page 1 of 1</p>
865+
<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>
866+
<p class="hub-meta">3 entities &middot; Page 1 of 1</p>
867867
</div>
868868

869869

870870
<div class="chart-panel">
871871
<h3>Entity Types</h3>
872872
<div id="all-entities-chart"></div>
873-
<script type="application/json" id="all-entities-chart-data">{"totalEntities":4,"typeDistribution":null}</script>
873+
<script type="application/json" id="all-entities-chart-data">{"totalEntities":3,"typeDistribution":null}</script>
874874
</div>
875875

876876

877877
<div class="card-grid">
878878

879-
<a href="/domain-documentation.html" class="card">
880-
<div class="card-title">Documentation Domain — openapi-spec Architecture</div>
881-
<div class="card-desc">Provides human-readable context and landing pages for the API specification. Architectural overview of the Documentation domain in the openapi-spec codebase. Contains 0 source files.</div>
879+
<a href="/domain-openapi.html" class="card">
880+
<div class="card-title">OpenAPI Domain — openapi-spec Architecture</div>
881+
<div class="card-desc">The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.</div>
882882
<div class="card-meta">
883883
<span class="pill pill-accent">Domain</span>
884884

885885
</div>
886886
</a>
887887

888-
<a href="/domain-npmdistribution.html" class="card">
889-
<div class="card-title">NPMDistribution Domain — openapi-spec Architecture</div>
890-
<div class="card-desc">Handles the packaging and distribution of the OpenAPI assets via the Node.js ecosystem. Architectural overview of the NPMDistribution domain in the openapi-spec codebase. Contains 0 source files.</div>
891-
<div class="card-meta">
892-
<span class="pill pill-accent">Domain</span>
893-
894-
</div>
895-
</a>
896-
897-
<a href="/domain-openapispecification.html" class="card">
898-
<div class="card-title">OpenApiSpecification Domain — openapi-spec Architecture</div>
899-
<div class="card-desc">The primary domain responsible for defining the RESTful interface and data models for Supermodel services. Architectural overview of the OpenApiSpecification domain in the openapi-spec codebase. Contains 0 source files.</div>
888+
<a href="/domain-supermodelregistry.html" class="card">
889+
<div class="card-title">SupermodelRegistry Domain — openapi-spec Architecture</div>
890+
<div class="card-desc">The configuration and metadata domain that manages how the specification is published and consumed within the npm ecosystem. Architectural overview of the SupermodelRegistry domain in the openapi-spec codebase. Contains 0 source files.</div>
900891
<div class="card-meta">
901892
<span class="pill pill-accent">Domain</span>
902893

site/openapi-spec/domain-documentation.html renamed to site/openapi-spec/domain-openapi.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=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
1212

13-
<title>Documentation Domain — openapi-spec Architecture | openapi-spec Architecture Docs</title>
14-
<meta name="description" content="Provides human-readable context and landing pages for the API specification. Architectural overview of the Documentation domain in the openapi-spec codebase. Contains 0 source files.">
15-
<link rel="canonical" href="https://repos.supermodeltools.com/domain-documentation/">
16-
<meta property="og:title" content="Documentation Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
17-
<meta property="og:description" content="Provides human-readable context and landing pages for the API specification. Architectural overview of the Documentation domain in the openapi-spec codebase. Contains 0 source files.">
18-
<meta property="og:url" content="https://repos.supermodeltools.com/domain-documentation.html">
19-
<meta property="og:image" content="https://repos.supermodeltools.com/images/share/domain-documentation.svg">
13+
<title>OpenAPI Domain — openapi-spec Architecture | openapi-spec Architecture Docs</title>
14+
<meta name="description" content="The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.">
15+
<link rel="canonical" href="https://repos.supermodeltools.com/domain-openapi/">
16+
<meta property="og:title" content="OpenAPI Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
17+
<meta property="og:description" content="The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.">
18+
<meta property="og:url" content="https://repos.supermodeltools.com/domain-openapi.html">
19+
<meta property="og:image" content="https://repos.supermodeltools.com/images/share/domain-openapi.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="Documentation Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
24-
<meta name="twitter:description" content="Provides human-readable context and landing pages for the API specification. Architectural overview of the Documentation domain in the openapi-spec codebase. Contains 0 source files.">
25-
<meta name="twitter:image" content="https://repos.supermodeltools.com/images/share/domain-documentation.svg">
23+
<meta name="twitter:title" content="OpenAPI Domain — openapi-spec Architecture — openapi-spec Architecture Docs">
24+
<meta name="twitter:description" content="The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.">
25+
<meta name="twitter:image" content="https://repos.supermodeltools.com/images/share/domain-openapi.svg">
2626

2727
<style>:root {
2828
--bg: #0f1117;
@@ -809,9 +809,9 @@
809809
.hero-stat .num { font-size: 18px; }
810810
}
811811
</style>
812-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Provides human-readable context and landing pages for the API specification. Architectural overview of the Documentation domain in the openapi-spec codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/images/share/domain-documentation.svg"],"name":"Documentation Domain — openapi-spec Architecture","url":"https://repos.supermodeltools.com/domain-documentation.html"}</script>
813-
<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","name":"Documentation Domain — openapi-spec Architecture","position":2}]}</script>
814-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The Documentation domain is an architectural grouping in the openapi-spec codebase. Provides human-readable context and landing pages for the API specification. It contains 0 source files."},"name":"What is the Documentation domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The Documentation domain contains 0 source files."},"name":"How many files are in Documentation?"}]}</script>
812+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. Architectural overview of the OpenAPI domain in the openapi-spec codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/images/share/domain-openapi.svg"],"name":"OpenAPI Domain — openapi-spec Architecture","url":"https://repos.supermodeltools.com/domain-openapi.html"}</script>
813+
<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","name":"OpenAPI Domain — openapi-spec Architecture","position":2}]}</script>
814+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The OpenAPI domain is an architectural grouping in the openapi-spec codebase. The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. It contains 0 source files."},"name":"What is the OpenAPI domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The OpenAPI domain contains 0 source files."},"name":"How many files are in OpenAPI?"}]}</script>
815815
</head>
816816
<body>
817817
<a href="#main-content" class="skip-link">Skip to content</a>
@@ -861,15 +861,15 @@
861861
<a href="/">Home</a>
862862
<span class="sep">/</span>
863863
<a href="/node_type/domain.html">Domain</a><span class="sep">/</span>
864-
<span>Documentation Domain — openapi-spec Architecture</span>
864+
<span>OpenAPI Domain — openapi-spec Architecture</span>
865865
</div>
866-
<h1 class="entity-title">Documentation Domain — openapi-spec Architecture</h1>
866+
<h1 class="entity-title">OpenAPI Domain — openapi-spec Architecture</h1>
867867

868868

869869
<div class="entity-meta">
870870
<a href="/node_type/domain.html" class="pill pill-accent">Domain</a>
871871

872-
<a href="/domain/documentation.html" class="pill pill-green">Documentation</a>
872+
<a href="/domain/openapi.html" class="pill pill-green">OpenAPI</a>
873873

874874

875875

@@ -882,7 +882,7 @@ <h1 class="entity-title">Documentation Domain — openapi-spec Architecture</h1>
882882

883883

884884
<div class="entity-summary">
885-
<p>Provides human-readable context and landing pages for the API specification.</p>
885+
<p>The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem.</p>
886886
</div>
887887

888888
</div>
@@ -934,13 +934,13 @@ <h3>Entity Profile</h3>
934934
<h2>Frequently Asked Questions</h2>
935935

936936
<details class="faq-item">
937-
<summary class="faq-question">What is the Documentation domain?</summary>
938-
<div class="faq-answer">The Documentation domain is an architectural grouping in the openapi-spec codebase. Provides human-readable context and landing pages for the API specification. It contains 0 source files.</div>
937+
<summary class="faq-question">What is the OpenAPI domain?</summary>
938+
<div class="faq-answer">The OpenAPI domain is an architectural grouping in the openapi-spec codebase. The core domain responsible for defining the RESTful API structure and data contracts for the Supermodel ecosystem. It contains 0 source files.</div>
939939
</details>
940940

941941
<details class="faq-item">
942-
<summary class="faq-question">How many files are in Documentation?</summary>
943-
<div class="faq-answer">The Documentation domain contains 0 source files.</div>
942+
<summary class="faq-question">How many files are in OpenAPI?</summary>
943+
<div class="faq-answer">The OpenAPI domain contains 0 source files.</div>
944944
</details>
945945

946946
</div>

0 commit comments

Comments
 (0)