Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions cpp/doxygen/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet

<!-- RAPIDS CUSTOM JS & CSS: START, Please add these two lines back after every version upgrade -->
<script defer src="https://docs.rapids.ai/assets/js/custom.js"></script>
<link rel="stylesheet" href="https://docs.rapids.ai/assets/css/custom.css">
<!-- RAPIDS CUSTOM JS & CSS: END -->

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/index.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion fern/theme/nvidia/components/CustomFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function CustomFooter() {
</div>
</div>
<div className="footer-item">
<p className="copyright">Copyright &#169; {currentYear}, NVIDIA Corporation.</p>
<p className="copyright">Copyright &#169; 2024-{currentYear}, NVIDIA Corporation.</p>
</div>
</div>
</div>
Expand Down
Loading