From ddd0a7531ac278dbea8385235c82354d000ded72 Mon Sep 17 00:00:00 2001 From: Andrew Schilling Date: Thu, 28 May 2026 16:22:17 +0000 Subject: [PATCH] docs: adopt nvidia global theme and upgrade Fern to 5.40.1 Bumps Fern CLI to v5.40.1 and switches the docs site to the new `global-theme: nvidia` styling. Enables `multi-source` on the instance, drops the deprecated experimental `basepath-aware` flag, and removes the Adobe DTM analytics snippet (now handled by the global theme). Co-Authored-By: Claude Opus 4.7 (1M context) --- fern/docs.yml | 9 ++++----- fern/fern.config.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index a50b15a9d8..4384f50c84 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -4,6 +4,7 @@ instances: - url: nvidia-ncx-infra-controller.docs.buildwithfern.com/infra-controller custom-domain: docs.nvidia.com/infra-controller + multi-source: true title: NVIDIA Infra Controller @@ -14,6 +15,8 @@ ai-search: location: - docs +global-theme: nvidia + footer: ./components/CustomFooter.tsx layout: @@ -57,10 +60,6 @@ logo: favicon: ./assets/NVIDIA_symbol.svg -js: - - url: https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js - strategy: beforeInteractive - css: - ./main.css @@ -88,7 +87,7 @@ redirects: destination: "infra-controller/documentation/getting-started/quick-start-guide" - source: "/infra-controller/documentation/getting-started/building-ni-co-containers" destination: "/infra-controller/documentation/getting-started/building-nico-containers" + experimental: mdx-components: - ./components - basepath-aware: true diff --git a/fern/fern.config.json b/fern/fern.config.json index e66ed508d8..4884f6ef3a 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "nvidia", - "version": "4.81.0" + "version": "5.40.1" }