Skip to content

Commit a5d5128

Browse files
committed
Fix: /v3.5/ → /v3.5-alpha6/ (no v3.5 release yet)
- Removed premature /v3.5/ directory - Consolidated 21 pages into /v3.5-alpha6/ - Updated config.mts sidebar: all links now /v3.5-alpha6/ - Updated VersionSwitcher.vue prefix - Updated landing page links - Fixed internal links in whats-new.md, ontology-layering.md - enterprise.md → autonomous-ops.md in alpha6 - All 21 pages return 200, /v3.5/ returns 404
1 parent aabcd81 commit a5d5128

26 files changed

Lines changed: 46 additions & 2645 deletions

docs/.vitepress/config.mts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ export default withMermaid(defineConfig({
2121
siteTitle: 'Concept Kernel',
2222

2323
nav: [
24-
{ text: 'v3.5', link: '/v3.5/' },
24+
{ text: 'v3.5', link: '/v3.5-alpha6/' },
2525
{ text: 'v3.4', link: '/v3.4/introduction' },
2626
{
2727
text: 'Ontology',
2828
items: [
2929
{ text: 'Browse Ontology', link: '/browse/' },
3030
{ text: 'v3.5-alpha6 (TTL)', link: '/ontology/v3.5-alpha6/' },
31-
{ text: 'v3.5 alpha-3 (TTL)', link: '/ontology/v3.5/' },
31+
{ text: 'v3.5 alpha-3 (TTL)', link: '/ontology/v3.5-alpha6/' },
3232
{ text: 'v3.4 stable (TTL)', link: '/ontology/v3.4/' },
3333
]
3434
},
@@ -71,7 +71,7 @@ export default withMermaid(defineConfig({
7171
text: 'Ontology Files',
7272
items: [
7373
{ text: 'v3.4 (Turtle)', link: '/ontology/v3.4/' },
74-
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5/' },
74+
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5-alpha6/' },
7575
]
7676
},
7777
{
@@ -125,7 +125,7 @@ export default withMermaid(defineConfig({
125125
text: 'Ontology Files',
126126
items: [
127127
{ text: 'v3.4 (Turtle)', link: '/ontology/v3.4/' },
128-
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5/' },
128+
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5-alpha6/' },
129129
]
130130
},
131131
{
@@ -137,78 +137,78 @@ export default withMermaid(defineConfig({
137137
]
138138
}
139139
],
140-
'/v3.5/': [
140+
'/v3.5-alpha6/': [
141141
{
142142
text: 'Foundation',
143143
items: [
144-
{ text: 'Introduction', link: '/v3.5/introduction' },
145-
{ text: 'Three Loops (DL Boxes)', link: '/v3.5/three-loops' },
146-
{ text: 'Ontology Layering', link: '/v3.5/ontology-layering' },
144+
{ text: 'Introduction', link: '/v3.5-alpha6/introduction' },
145+
{ text: 'Three Loops (DL Boxes)', link: '/v3.5-alpha6/three-loops' },
146+
{ text: 'Ontology Layering', link: '/v3.5-alpha6/ontology-layering' },
147147
]
148148
},
149149
{
150150
text: 'The Three Loops',
151151
items: [
152-
{ text: 'CK Loop: Identity', link: '/v3.5/ck-loop' },
153-
{ text: 'TOOL Loop: Capability', link: '/v3.5/tool-loop' },
154-
{ text: 'DATA Loop: Knowledge', link: '/v3.5/data-loop' },
155-
{ text: 'System Integration', link: '/v3.5/system' },
152+
{ text: 'CK Loop: Identity', link: '/v3.5-alpha6/ck-loop' },
153+
{ text: 'TOOL Loop: Capability', link: '/v3.5-alpha6/tool-loop' },
154+
{ text: 'DATA Loop: Knowledge', link: '/v3.5-alpha6/data-loop' },
155+
{ text: 'System Integration', link: '/v3.5-alpha6/system' },
156156
]
157157
},
158158
{
159159
text: 'Physical Topology',
160160
items: [
161-
{ text: 'Volumes & Paths', link: '/v3.5/topology' },
161+
{ text: 'Volumes & Paths', link: '/v3.5-alpha6/topology' },
162162
]
163163
},
164164
{
165165
text: 'Identity & Security',
166166
items: [
167-
{ text: 'SPIFFE Identity', link: '/v3.5/spiffe' },
167+
{ text: 'SPIFFE Identity', link: '/v3.5-alpha6/spiffe' },
168168
]
169169
},
170170
{
171171
text: 'Protocol',
172172
items: [
173-
{ text: 'Kernel Lifecycle', link: '/v3.5/lifecycle' },
174-
{ text: 'NATS Topology', link: '/v3.5/nats' },
175-
{ text: 'URN Scheme', link: '/v3.5/urn' },
176-
{ text: 'CK.Operator', link: '/v3.5/operator' },
173+
{ text: 'Kernel Lifecycle', link: '/v3.5-alpha6/lifecycle' },
174+
{ text: 'NATS Topology', link: '/v3.5-alpha6/nats' },
175+
{ text: 'URN Scheme', link: '/v3.5-alpha6/urn' },
176+
{ text: 'CK.Operator', link: '/v3.5-alpha6/operator' },
177177
]
178178
},
179179
{
180180
text: 'Ontology Reference',
181181
items: [
182-
{ text: 'BFO Type Mapping', link: '/v3.5/bfo-mapping' },
183-
{ text: 'Ontology Browser', link: '/v3.5/ontology-browser' },
184-
{ text: 'Compliance', link: '/v3.5/compliance' },
185-
{ text: 'System Kernels', link: '/v3.5/taxonomy' },
182+
{ text: 'BFO Type Mapping', link: '/v3.5-alpha6/bfo-mapping' },
183+
{ text: 'Ontology Browser', link: '/v3.5-alpha6/ontology-browser' },
184+
{ text: 'Compliance', link: '/v3.5-alpha6/compliance' },
185+
{ text: 'System Kernels', link: '/v3.5-alpha6/taxonomy' },
186186
]
187187
},
188188
{
189189
text: 'Autonomous Operations',
190190
items: [
191-
{ text: 'Autonomous Operations', link: '/v3.5/autonomous-ops' },
191+
{ text: 'Autonomous Operations', link: '/v3.5-alpha6/autonomous-ops' },
192192
]
193193
},
194194
{
195195
text: 'Patterns',
196196
items: [
197-
{ text: 'Implementation Patterns', link: '/v3.5/patterns' },
197+
{ text: 'Implementation Patterns', link: '/v3.5-alpha6/patterns' },
198198
]
199199
},
200200
{
201201
text: 'Changelog',
202202
collapsed: true,
203203
items: [
204-
{ text: "What's New in v3.5", link: '/v3.5/whats-new' },
204+
{ text: "What's New in v3.5", link: '/v3.5-alpha6/whats-new' },
205205
]
206206
},
207207
{
208208
text: 'Ontology Files',
209209
items: [
210210
{ text: 'v3.5-alpha6 (Turtle)', link: '/ontology/v3.5-alpha6/' },
211-
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5/' },
211+
{ text: 'v3.5 (Turtle)', link: '/ontology/v3.5-alpha6/' },
212212
{ text: 'v3.4 (Turtle)', link: '/ontology/v3.4/' },
213213
]
214214
},

docs/.vitepress/theme/VersionSwitcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useRoute } from 'vitepress'
55
const route = useRoute()
66
77
const versions = [
8-
{ label: 'v3.5-alpha6', prefix: '/v3.5/', badge: 'latest', color: '#3b82f6' },
8+
{ label: 'v3.5-alpha6', prefix: '/v3.5-alpha6/', badge: 'latest', color: '#3b82f6' },
99
{ label: 'v3.5-alpha3', prefix: '/v3.5-alpha3/', badge: 'alpha', color: '#eab308' },
1010
{ label: 'v3.4', prefix: '/v3.4/', badge: 'stable', color: '#22c55e' },
1111
]

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
actions:
88
- theme: brand
99
text: Read the Spec
10-
link: /v3.5/introduction
10+
link: /v3.5-alpha6/introduction
1111
- theme: alt
1212
text: Browse Ontology
1313
link: /browse/
@@ -28,17 +28,17 @@ import OntologyGraph from './.vitepress/components/OntologyGraph.vue'
2828
<div class="link-section">
2929
<h3>Ontology</h3>
3030
<p>BFO 2020 → IAO + CCO → CKP — four-layer type system for every kernel.</p>
31-
<a href="/v3.5/ontology-layering">Layering Strategy</a> · <a href="/v3.5/bfo-mapping">BFO Mapping</a> · <a href="/ontology/v3.5-alpha6/">TTL Files</a>
31+
<a href="/v3.5-alpha6/ontology-layering">Layering Strategy</a> · <a href="/v3.5-alpha6/bfo-mapping">BFO Mapping</a> · <a href="/ontology/v3.5-alpha6/">TTL Files</a>
3232
</div>
3333
<div class="link-section">
3434
<h3>Three Loops</h3>
3535
<p>TBox (identity) · RBox (capability) · ABox (knowledge) — Description Logic boxes as volumes.</p>
36-
<a href="/v3.5/three-loops">DL Box Mapping</a> · <a href="/v3.5/topology">Physical Topology</a>
36+
<a href="/v3.5-alpha6/three-loops">DL Box Mapping</a> · <a href="/v3.5-alpha6/topology">Physical Topology</a>
3737
</div>
3838
<div class="link-section">
3939
<h3>Patterns</h3>
4040
<p>Proven implementation patterns from production CKP deployments.</p>
41-
<a href="/v3.5/patterns">8 Patterns</a> · <a href="/v3.5/operator">CK.Operator</a> · <a href="https://github.com/ConceptKernel">GitHub</a>
41+
<a href="/v3.5-alpha6/patterns">8 Patterns</a> · <a href="/v3.5-alpha6/operator">CK.Operator</a> · <a href="https://github.com/ConceptKernel">GitHub</a>
4242
</div>
4343
</div>
4444

File renamed without changes.

docs/v3.5-alpha6/enterprise.md

Lines changed: 0 additions & 194 deletions
This file was deleted.
File renamed without changes.

docs/v3.5-alpha6/ontology-layering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CKP adopts a four-layer import chain grounded in established ontologies:
1111
graph TD
1212
L0["<b>Layer 0: BFO 2020</b><br/>ISO 21838-2<br/>entity, continuant, occurrent"]
1313
L05["<b>Layer 0.5: Mid-Level</b><br/>IAO + CCO + PROV-O + ValueFlows<br/>information, agents, provenance, economics"]
14-
L1["<b>Layer 1: CKP</b><br/>conceptkernel.org/v3.5/<br/>kernel, edge, instance, action"]
14+
L1["<b>Layer 1: CKP</b><br/>conceptkernel.org/v3.5-alpha6/<br/>kernel, edge, instance, action"]
1515
L2["<b>Layer 2: Per-Kernel</b><br/>ontology.yaml<br/>domain-specific classes"]
1616
1717
L0 --> L05

0 commit comments

Comments
 (0)