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 - - - - 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/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). 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.