Skip to content
Merged
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
13 changes: 7 additions & 6 deletions fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
instances:
- url: https://gym.docs.buildwithfern.com/nemo/gym
- url: gym.docs.buildwithfern.com/nemo/gym
custom-domain: docs.nvidia.com/nemo/gym

# Test: only missing-redirects, paired with FERN_TOKEN in fern-docs-ci.yml.
# Probing whether the silent-exit fern bug is fixed by passing the token
# (per fern docs, missing-redirects requires auth and should otherwise be
# skipped). broken-links left out for now — looks like a separate bug.
# missing-redirects requires FDR auth to compare against the published
# nav; running it at `error` exits 1 in CI whenever DOCS_FERN_TOKEN can't
# reach FDR (current state). Keep at `warn` until we have a working token,
# then flip back to `error` to enforce.
check:
rules:
missing-redirects: error
missing-redirects: warn

title: NeMo Gym

Expand Down Expand Up @@ -67,6 +67,7 @@ libraries:
experimental:
mdx-components:
- ./components
basepath-aware: true

versions:
- display-name: Latest
Expand Down
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.80.3"
"version": "latest"
}
Loading