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" }