Skip to content

Kheiss/5966722#1743

Merged
kheiss-uwzoo merged 2 commits intoNVIDIA:26.03from
kheiss-uwzoo:kheiss/5966722
Mar 30, 2026
Merged

Kheiss/5966722#1743
kheiss-uwzoo merged 2 commits intoNVIDIA:26.03from
kheiss-uwzoo:kheiss/5966722

Conversation

@kheiss-uwzoo
Copy link
Copy Markdown
Collaborator

Add License page to MkDocs navigation

Description

Documentation did not expose licensing or legal information in the site nav, so users had to open the GitHub repo to find LICENSE, third-party notices, or contribution/license notes.

This change adds a License item under NeMo Retriever Extraction that opens a dedicated page covering:

Apache License 2.0 — What applies to this repo’s source and docs, with links to LICENSE (and raw text) on GitHub.
Third-party licenses — Link to THIRD_PARTY_LICENSES.md plus inlined content from that file (via pymdownx snippets, from line 3 onward to avoid a duplicate top-level heading) so model licenses (e.g. Llama 3.2) stay aligned with the repo.
NVIDIA NIM container images — Clarifies that NIM images are under separate terms and points to the NVIDIA Software License Agreement, with a reminder to follow the terms provided at download time.
Contributing — Link to root CONTRIBUTING.md for contribution expectations and license compatibility.
MkDocs config: pymdownx.snippets base_path is set to ['.', '..'] so snippets can resolve THIRD_PARTY_LICENSES.md at the repository root while preserving existing snippet behavior under docs/.

Impact: Documentation-only; no runtime behavior change. Improves discoverability of legal/licensing material from the published docs site.

@kheiss-uwzoo kheiss-uwzoo requested a review from a team as a code owner March 27, 2026 20:01
@kheiss-uwzoo kheiss-uwzoo added the doc Improvements or additions to documentation label Mar 30, 2026
@kheiss-uwzoo kheiss-uwzoo requested a review from jdye64 March 30, 2026 15:04
@kheiss-uwzoo kheiss-uwzoo merged commit 9dc88b5 into NVIDIA:26.03 Mar 30, 2026
5 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant