diff --git a/docs/conf.py b/docs/conf.py index dedd8cf84..a0b280783 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ project = "NeMo Gym" copyright = "2025, NVIDIA Corporation" author = "NVIDIA Corporation" -release = "0.1.1" +release = "0.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/index.md b/docs/index.md index b28905743..409b1cd3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,9 +37,17 @@ Quickstart ```{button-ref} environment-tutorials/index :ref-type: doc :color: secondary +:class: sd-rounded-pill sd-mr-3 + +Environment Tutorials +``` + +```{button-ref} training-tutorials/index +:ref-type: doc +:color: secondary :class: sd-rounded-pill -Explore Tutorials +Training Tutorials ``` ```` diff --git a/docs/project.json b/docs/project.json index 8e4d65b90..4f01aa90d 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1,4 +1,4 @@ { "name": "nemo-gym", - "version": "0.1.1" + "version": "0.2.0" } \ No newline at end of file diff --git a/docs/versions1.json b/docs/versions1.json index 362552ad5..1bf8133cf 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -5,12 +5,10 @@ "url": "../latest" }, { - "preferred": false, "version": "0.1.1", "url": "../0.1.1" }, { - "preferred": false, "version": "0.1.0", "url": "../0.1.0" }