From 229b76d21acd3805007c284b9302b7f9c8882670 Mon Sep 17 00:00:00 2001 From: Andrew Schilling Date: Mon, 29 Jun 2026 15:40:28 +0000 Subject: [PATCH 1/2] Enable multi-source docs for cuVS Fern instance Adds `multi-source: true` to the Fern docs instance config so cuVS can publish independently to its sub-path (docs.nvidia.com/cuvs) within a shared NVIDIA domain, consistent with the Fern multi-source docs pattern. Co-Authored-By: Claude Sonnet 4.6 --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index 882dd665aa..2964ea2e1a 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -5,6 +5,7 @@ title: "cuVS" instances: - url: "nvidia-cuvs.docs.buildwithfern.com/cuvs" custom-domain: docs.nvidia.com/cuvs + multi-source: true footer: "./theme/nvidia/components/CustomFooter.tsx" logo: light: "./theme/nvidia/assets/NVIDIA_light.svg" @@ -67,7 +68,6 @@ css: experimental: mdx-components: - "./theme/nvidia/components" - basepath-aware: true navbar-links: - type: "secondary" text: "GitHub" From 1ba9b3eace281cde8ea642d2d1a66b8d0369009b Mon Sep 17 00:00:00 2001 From: Andrew Schilling Date: Mon, 29 Jun 2026 20:52:26 +0000 Subject: [PATCH 2/2] Bump Fern version to 5.57.0 Co-Authored-By: Claude Sonnet 4.6 --- fern/fern.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index 5495dca9a7..a3ffdecef3 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "nvidia", - "version": "5.44.3" + "version": "5.57.0" }