From 413f39827bbfa5cc44ed3d211849dbf6e247e601 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 18 Nov 2025 11:54:06 +0100 Subject: [PATCH] docs(gpu): add h100 migration to menu --- pages/gpu/menu.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/gpu/menu.ts b/pages/gpu/menu.ts index 81d0ff1dbe..cbe9f4f132 100644 --- a/pages/gpu/menu.ts +++ b/pages/gpu/menu.ts @@ -67,6 +67,10 @@ export const gpuMenu = { 'GPU Instances internet and Block Storage bandwidth overview', slug: 'gpu-instances-bandwidth-overview', }, + { + label: 'Migrating from H100-2-80G to H100-SXM-2-80G', + slug: 'migration-h100', + }, { label: 'GPU time-slicing with Kubernetes', slug: 'kubernetes-gpu-time-slicing',