diff --git a/fern/docs.yml b/fern/docs.yml index a12384677..e7056e815 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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 @@ -67,6 +67,7 @@ libraries: experimental: mdx-components: - ./components + basepath-aware: true versions: - display-name: Latest diff --git a/fern/fern.config.json b/fern/fern.config.json index 62251903e..2e340abf2 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "nvidia", - "version": "4.80.3" + "version": "latest" }