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
40 changes: 24 additions & 16 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,19 @@ redirects:

title: NeMo Curator

footer: ./components/CustomFooter.tsx
libraries:
nemo-curator:
input:
git: https://github.com/NVIDIA-NeMo/Curator
subpath: nemo_curator
output:
path: ./product-docs/nemo-curator/Full-Library-Reference
lang: python

experimental:
mdx-components:
- ./components
basepath-aware: true

versions:
- display-name: "Latest · v1.1.2 (26.04)"
Expand All @@ -118,6 +130,17 @@ versions:
slug: v25.09
availability: stable

#########################
## THEME CONFIGURATION ##
#########################

# Global theme controls all components below, see https://buildwithfern.com/learn/docs/customization/global-themes

global-theme: nvidia # Comment out to test local theme changes

# All theme components below are overridden by the global-theme above when set
footer: ./components/CustomFooter.tsx

layout:
searchbar-placement: header
page-width: 1376px
Expand Down Expand Up @@ -151,24 +174,9 @@ js:
- url: https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js
strategy: beforeInteractive


css:
- ./main.css

navbar-links:
- type: github
value: https://github.com/NVIDIA-NeMo/Curator

libraries:
nemo-curator:
input:
git: https://github.com/NVIDIA-NeMo/Curator
subpath: nemo_curator
output:
path: ./product-docs/nemo-curator/Full-Library-Reference
lang: python

experimental:
mdx-components:
- ./components
basepath-aware: true
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "nvidia",
"version": "4.43.1"
"version": "4.103.1"
}
35 changes: 35 additions & 0 deletions fern/theme/assets/assets/NVIDIA_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions fern/theme/assets/assets/NVIDIA_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions fern/theme/assets/assets/NVIDIA_symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading