Skip to content

Commit c5e3c3f

Browse files
congwang-mkclaude
andcommitted
Rename product HTML files to match product names
- products/platform.html → products/cloud.html - products/enclaves.html → products/sandbox.html - products/resilience.html → products/liveupdate.html Updated permalinks in frontmatter and all URL references across homepage, nav dropdowns, mobile nav, and footer links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2633321 commit c5e3c3f

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

_layouts/default.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,15 @@
348348
<svg viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg>
349349
</button>
350350
<div class="site-nav-dropdown-menu">
351-
<a href="/products/platform.html" class="site-nav-dropdown-item {% if page.url == '/products/platform.html' %}active{% endif %}">
351+
<a href="/products/cloud.html" class="site-nav-dropdown-item {% if page.url == '/products/cloud.html' %}active{% endif %}">
352352
Multikernel Cloud
353353
<small>Cloud-optimized Linux distribution</small>
354354
</a>
355-
<a href="/products/enclaves.html" class="site-nav-dropdown-item {% if page.url == '/products/enclaves.html' %}active{% endif %}">
355+
<a href="/products/sandbox.html" class="site-nav-dropdown-item {% if page.url == '/products/sandbox.html' %}active{% endif %}">
356356
Multikernel Sandbox
357357
<small>AI agent sandboxing runtime</small>
358358
</a>
359-
<a href="/products/resilience.html" class="site-nav-dropdown-item {% if page.url == '/products/resilience.html' %}active{% endif %}">
359+
<a href="/products/liveupdate.html" class="site-nav-dropdown-item {% if page.url == '/products/liveupdate.html' %}active{% endif %}">
360360
Multikernel LiveUpdate
361361
<small>Zero-downtime kernel upgrade tool</small>
362362
</a>
@@ -410,9 +410,9 @@
410410
<div class="site-mobile-nav">
411411
<div class="site-mobile-nav-inner">
412412
<a href="/" class="site-mobile-link {% if page.url == '/' %}active{% endif %}">Home</a>
413-
<a href="/products/platform.html" class="site-mobile-link {% if page.url == '/products/platform.html' %}active{% endif %}">Multikernel Cloud</a>
414-
<a href="/products/enclaves.html" class="site-mobile-link {% if page.url == '/products/enclaves.html' %}active{% endif %}">Multikernel Sandbox</a>
415-
<a href="/products/resilience.html" class="site-mobile-link {% if page.url == '/products/resilience.html' %}active{% endif %}">Multikernel LiveUpdate</a>
413+
<a href="/products/cloud.html" class="site-mobile-link {% if page.url == '/products/cloud.html' %}active{% endif %}">Multikernel Cloud</a>
414+
<a href="/products/sandbox.html" class="site-mobile-link {% if page.url == '/products/sandbox.html' %}active{% endif %}">Multikernel Sandbox</a>
415+
<a href="/products/liveupdate.html" class="site-mobile-link {% if page.url == '/products/liveupdate.html' %}active{% endif %}">Multikernel LiveUpdate</a>
416416
<a href="/technology.html" class="site-mobile-link {% if page.url == '/technology.html' %}active{% endif %}">Technology</a>
417417
<a href="/roadmap.html" class="site-mobile-link {% if page.url == '/roadmap.html' %}active{% endif %}">Roadmap</a>
418418
<a href="/faq.html" class="site-mobile-link {% if page.url == '/faq.html' %}active{% endif %}">FAQ</a>
@@ -465,9 +465,9 @@ <h4>Company</h4>
465465
<div class="footer-column">
466466
<h4>Products</h4>
467467
<ul>
468-
<li><a href="/products/platform.html">Multikernel Cloud</a></li>
469-
<li><a href="/products/enclaves.html">Multikernel Sandbox</a></li>
470-
<li><a href="/products/resilience.html">Multikernel LiveUpdate</a></li>
468+
<li><a href="/products/cloud.html">Multikernel Cloud</a></li>
469+
<li><a href="/products/sandbox.html">Multikernel Sandbox</a></li>
470+
<li><a href="/products/liveupdate.html">Multikernel LiveUpdate</a></li>
471471
<li><a href="/technology.html">Technology Overview</a></li>
472472
</ul>
473473
</div>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3 class="capability-title">Multikernel Cloud</h3>
150150
</div>
151151
</div>
152152
<div class="value-cta" style="margin-top: var(--space-4);">
153-
<a href="/products/platform.html" class="btn-link">
153+
<a href="/products/cloud.html" class="btn-link">
154154
Learn more
155155
<i data-lucide="arrow-right"></i>
156156
</a>
@@ -179,7 +179,7 @@ <h3 class="capability-title">Multikernel Sandbox</h3>
179179
</div>
180180
</div>
181181
<div class="value-cta" style="margin-top: var(--space-4);">
182-
<a href="/products/enclaves.html" class="btn-link">
182+
<a href="/products/sandbox.html" class="btn-link">
183183
Learn more
184184
<i data-lucide="arrow-right"></i>
185185
</a>
@@ -208,7 +208,7 @@ <h3 class="capability-title">Multikernel LiveUpdate</h3>
208208
</div>
209209
</div>
210210
<div class="value-cta" style="margin-top: var(--space-4);">
211-
<a href="/products/resilience.html" class="btn-link">
211+
<a href="/products/liveupdate.html" class="btn-link">
212212
Learn more
213213
<i data-lucide="arrow-right"></i>
214214
</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: "Multikernel Cloud - Cloud Performance Without Virtualization Overhead"
44
description: "Split-kernel architecture for cloud workloads. Eliminate noisy neighbors, remove virtualization overhead, and get bare-metal performance inside any standard cloud VM."
5-
permalink: /products/platform.html
5+
permalink: /products/cloud.html
66
---
77

88
<main>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: "Multikernel LiveUpdate - Zero-Downtime Kernel Upgrades"
44
description: "Upgrade your Linux kernel without rebooting. Apply security patches and kernel updates with instant rollback while applications keep running."
5-
permalink: /products/resilience.html
5+
permalink: /products/liveupdate.html
66
---
77

88
<main>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: "Multikernel Sandbox - AI Agent Sandboxing"
44
description: "Kernel-level sandboxing for AI agents. Full GPU access, strong isolation, and fast checkpoint/restore without virtualization overhead."
5-
permalink: /products/enclaves.html
5+
permalink: /products/sandbox.html
66
---
77

88
<main>

0 commit comments

Comments
 (0)