#91 - Point README doc links at the live docs site#92
Conversation
Replace docs/*.md links in the Documentation, Tutorials, and inline "Getting Started" callouts with their nvidia.github.io/daqiri/ counterparts so README readers land on the MkDocs Material-rendered pages (with search and nav) instead of raw markdown. CONTRIBUTING.md and LICENSE stay repo-relative since they aren't part of the docs site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Denis Leshchev <dleshchev@nvidia.com>
|
| Filename | Overview |
|---|---|
| README.md | Nine doc links updated from repo-relative paths to live nvidia.github.io/daqiri/ URLs; all match mkdocs.yml nav structure. No functional or content changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md link] --> B{Link type}
B -->|Doc/Tutorial| C[nvidia.github.io/daqiri/...]
B -->|Repo file| D[CONTRIBUTING.md / LICENSE]
C --> E[MkDocs Material site with search & nav]
D --> F[Raw GitHub repo view]
Reviews (1): Last reviewed commit: "#91 - Point README doc links at the live..." | Re-trigger Greptile
Summary
nvidia.github.io/daqiri/...URLs so readers land on the Material-rendered pages with search and nav.CONTRIBUTING.mdandLICENSEas repo-relative — they aren't part of the docs site.Closes #91.
Test plan
CONTRIBUTING.mdandLICENSElinks still resolve in-repo.🤖 Generated with Claude Code