Skip to content

Commit 8c55dcc

Browse files
authored
docs: Update docs to include nightly and use latest (#431)
* Update docs picker to include nightly Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update docs version to use latest Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent e5a1125 commit 8c55dcc

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v6
4747
with:
4848
repository: NVIDIA-NeMo/FW-CI-templates
49-
ref: v0.72.0
49+
ref: v0.74.0
5050
path: FW-CI-templates
5151

5252
- uses: ./FW-CI-templates/.github/actions/publish-docs

docs/versions1.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[
22
{
3-
"preferred": true,
4-
"version": "latest",
5-
"url": "http://docs.nvidia.com/nemo/run/latest"
3+
"version": "nightly",
4+
"url": "http://docs.nvidia.com/nemo/run/nightly/"
65
},
76
{
7+
"name": "0.8.0 (latest)",
8+
"preferred": true,
89
"version": "0.8.0",
9-
"url": "http://docs.nvidia.com/nemo/run/0.8.0"
10+
"url": "http://docs.nvidia.com/nemo/run/latest"
1011
},
1112
{
1213
"version": "0.5.0",

0 commit comments

Comments
 (0)