diff --git a/_data/docs.yml b/_data/docs.yml index 461a74abfb6..b0a2587558e 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -46,6 +46,17 @@ apis: legacy: 1 stable: 1 nightly: 1 + nx-cugraph: + name: nx-cugraph + path: cugraph + desc: 'nx-cugraph is a NetworkX backend that provides GPU acceleration to many popular NetworkX algorithms. With nx-cugraph, users can have GPU-based, large-scale performance without needing to change their pre-existing NetworkX code.' + ghlink: https://github.com/rapidsai/cugraph + cllink: https://github.com/rapidsai/cugraph/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 1 + stable: 1 + nightly: 1 cuxfilter: name: cuxfilter path: cuxfilter