You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#91 - Point README doc links at the live docs site (#92)
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.
Signed-off-by: Denis Leshchev <dleshchev@nvidia.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
**Requires** an NVIDIA SmartNIC (ConnectX-6 Dx or later) and a GPUDirect-capable NVIDIA GPU. Tested on the NVIDIA DGX Spark, NVIDIA IGX platform, and an x86_64 RTX Pro server. See [Getting Started](docs/getting-started.md) for the full requirements list.
15
+
**Requires** an NVIDIA SmartNIC (ConnectX-6 Dx or later) and a GPUDirect-capable NVIDIA GPU. Tested on the NVIDIA DGX Spark, NVIDIA IGX platform, and an x86_64 RTX Pro server. See [Getting Started](https://nvidia.github.io/daqiri/getting-started/) for the full requirements list.
-[Background](docs/tutorials/background.md) — Kernel-bypass and GPUDirect concepts
91
-
-[System Configuration](docs/tutorials/system_configuration.md) — NIC drivers, link layers, GPUDirect, hugepages, CPU isolation, GPU clocks
92
-
-[Benchmarking Examples](docs/tutorials/benchmarking_examples.md) — run `daqiri_bench_raw_gpudirect` with a loopback test
93
-
-[Understanding the Configuration File](docs/tutorials/configuration-walkthrough.md) — annotated YAML walkthrough
90
+
-[Background](https://nvidia.github.io/daqiri/tutorials/background/) — Kernel-bypass and GPUDirect concepts
91
+
-[System Configuration](https://nvidia.github.io/daqiri/tutorials/system_configuration/) — NIC drivers, link layers, GPUDirect, hugepages, CPU isolation, GPU clocks
92
+
-[Benchmarking Examples](https://nvidia.github.io/daqiri/tutorials/benchmarking_examples/) — run `daqiri_bench_raw_gpudirect` with a loopback test
93
+
-[Understanding the Configuration File](https://nvidia.github.io/daqiri/tutorials/configuration-walkthrough/) — annotated YAML walkthrough
0 commit comments