|
348 | 348 | <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> |
349 | 349 | </button> |
350 | 350 | <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 %}"> |
352 | 352 | Multikernel Cloud |
353 | 353 | <small>Cloud-optimized Linux distribution</small> |
354 | 354 | </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 %}"> |
356 | 356 | Multikernel Sandbox |
357 | 357 | <small>AI agent sandboxing runtime</small> |
358 | 358 | </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 %}"> |
360 | 360 | Multikernel LiveUpdate |
361 | 361 | <small>Zero-downtime kernel upgrade tool</small> |
362 | 362 | </a> |
|
410 | 410 | <div class="site-mobile-nav"> |
411 | 411 | <div class="site-mobile-nav-inner"> |
412 | 412 | <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> |
416 | 416 | <a href="/technology.html" class="site-mobile-link {% if page.url == '/technology.html' %}active{% endif %}">Technology</a> |
417 | 417 | <a href="/roadmap.html" class="site-mobile-link {% if page.url == '/roadmap.html' %}active{% endif %}">Roadmap</a> |
418 | 418 | <a href="/faq.html" class="site-mobile-link {% if page.url == '/faq.html' %}active{% endif %}">FAQ</a> |
@@ -465,9 +465,9 @@ <h4>Company</h4> |
465 | 465 | <div class="footer-column"> |
466 | 466 | <h4>Products</h4> |
467 | 467 | <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> |
471 | 471 | <li><a href="/technology.html">Technology Overview</a></li> |
472 | 472 | </ul> |
473 | 473 | </div> |
|
0 commit comments