From 650d4f088296da3cafd3ec929e136e2f0c969d99 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 1 Jul 2026 19:22:36 -0500 Subject: [PATCH 1/3] Remove legacy RAPIDS Doxygen theme assets --- cpp/doxygen/header.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpp/doxygen/header.html b/cpp/doxygen/header.html index 579d7829ed..e04385d042 100644 --- a/cpp/doxygen/header.html +++ b/cpp/doxygen/header.html @@ -17,10 +17,6 @@ $extrastylesheet - - - - From e40b966ab23d478eeaaddc22d682965e5ceafb64 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 2 Jul 2026 05:44:18 -0500 Subject: [PATCH 2/3] Update docs branding and copyright --- fern/docs.yml | 4 ++-- fern/theme/nvidia/components/CustomFooter.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 2964ea2e1a..5f2d1ad7d6 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json global-theme: nvidia -title: "cuVS" +title: "NVIDIA cuVS" instances: - url: "nvidia-cuvs.docs.buildwithfern.com/cuvs" custom-domain: docs.nvidia.com/cuvs @@ -12,7 +12,7 @@ logo: dark: "./theme/nvidia/assets/NVIDIA_dark.svg" height: 20 href: "https://developer.nvidia.com/cuvs" - right-text: "cuVS" + right-text: "NVIDIA cuVS" favicon: "./theme/nvidia/assets/NVIDIA_symbol.svg" colors: accentPrimary: diff --git a/fern/theme/nvidia/components/CustomFooter.tsx b/fern/theme/nvidia/components/CustomFooter.tsx index a09bea6860..3d36a1adcf 100644 --- a/fern/theme/nvidia/components/CustomFooter.tsx +++ b/fern/theme/nvidia/components/CustomFooter.tsx @@ -87,7 +87,7 @@ export default function CustomFooter() {
-

Copyright © {currentYear}, NVIDIA Corporation.

+

Copyright © 2024-{currentYear}, NVIDIA Corporation.

From 4fe8a829e3d93c1c139edf76316ad9517f09a9d3 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 2 Jul 2026 06:01:42 -0500 Subject: [PATCH 3/3] Update documentation landing page --- fern/pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/index.md b/fern/pages/index.md index 205e2c9837..e358908a00 100644 --- a/fern/pages/index.md +++ b/fern/pages/index.md @@ -1,4 +1,4 @@ -# NVIDIA cuVS: A library for vector search on the GPU +# NVIDIA cuVS Documentation NVIDIA cuVS is a GPU-accelerated library for vector search on the GPU. Vector search includes nearest neighbors, vector compression and clustering. It provides both core building blocks for constructing new algorithms and end-to-end algorithms that can be used directly or through a growing list of [integrations](/getting-started/integrations).