diff --git a/_data/docs.yml b/_data/docs.yml index 1c038d466a7..c1f39186855 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -156,6 +156,17 @@ apis: legacy: 0 stable: 1 nightly: 1 + nvforest: + name: nvForest + path: nvforest + desc: 'nvForest is a highly-optimized and lightweight RAPIDS library that enables fast inference for decision tree models on NVIDIA GPUs and CPUs.' + ghlink: https://github.com/rapidsai/nvforest + cllink: https://github.com/rapidsai/nvforest/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 0 + stable: 0 + nightly: 1 # RAPIDS "Libs" - lower-level libraries that are building blocks for creating diff --git a/_redirects b/_redirects index 4555d025ed5..4a1616b38b3 100644 --- a/_redirects +++ b/_redirects @@ -20,6 +20,8 @@ /api/dask-cudf/ /api/dask-cudf/stable/ /api/kvikio /api/kvikio/stable/ /api/kvikio/ /api/kvikio/stable/ +/api/nvforest /api/nvforest/stable/ +/api/nvforest/ /api/nvforest/stable/ /api/libcudf /api/libcudf/stable/ /api/libcudf/ /api/libcudf/stable/ /api/libcugraph /api/libcugraph/stable/ diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json index 3b61d1cb40c..e8d3ce0618d 100644 --- a/ci/customization/projects-to-versions.json +++ b/ci/customization/projects-to-versions.json @@ -67,6 +67,9 @@ "stable": "0.48", "nightly": "0.49" }, + "nvforest": { + "nightly": "26.04" + }, "librmm": { "legacy": "25.12", "stable": "26.02",