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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The demo agent uses `${NEMO_DEFAULT_MODEL}` for both execution and the judge LLM

Full documentation: [NeMo Platform docs](https://docs.nvidia.com/nemo-platform)

- [Telemetry and privacy](https://docs.nvidia.com/nemo-platform/documentation/telemetry-and-privacy): anonymous telemetry, data collection, and opt-out controls.
- [Telemetry and privacy](https://docs.nvidia.com/nemo-platform/documentation/reference/telemetry-and-privacy): anonymous telemetry, data collection, and opt-out controls.
- [Setup](https://docs.nvidia.com/nemo-platform/documentation/get-started): installation, providers, SDK.
- [CLI reference](https://docs.nvidia.com/nemo-platform/documentation/reference/cli-reference): all commands.
- [API reference](https://docs.nvidia.com/nemo-platform/documentation/reference/api-reference): REST endpoints.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ If completion isn't working, make sure you've restarted your shell and that your

NeMo Platform collects anonymous usage data to improve the product. On your first run, the CLI prints a notice to standard error explaining what data is collected and how to opt out.

For the full product disclosure, including bundled library telemetry and third-party endpoint notes, see [Telemetry and Privacy](/documentation/telemetry-and-privacy).
For the full product disclosure, including bundled library telemetry and third-party endpoint notes, see [Telemetry and Privacy](/documentation/reference/telemetry-and-privacy).

### What Data Is Collected

Expand Down
4 changes: 2 additions & 2 deletions docs/fern/versions/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ navigation:
contents:
- page: Home
path: ../../index.mdx
- page: Telemetry and Privacy
path: ../../telemetry-and-privacy.mdx
- section: Get Started
path: ../../get-started/setup.mdx
contents:
Expand Down Expand Up @@ -480,6 +478,8 @@ navigation:
path: ../../requirements.mdx
- page: Support Matrix
path: ../../support-matrix.mdx
- page: Telemetry and Privacy
path: ../../telemetry-and-privacy.mdx
- api: API Reference
- section: Python SDK
path: ../../pysdk/index.mdx
Expand Down
Loading