Skip to content

Commit 7ace93c

Browse files
docs: Fixing version1.json (#554)
Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
1 parent 2b7031b commit 7ace93c

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/versions1.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
[
22
{
3-
"preferred": true,
3+
"version": "latest",
4+
"url": "https://docs.nvidia.com/nemo/export-deploy/latest/"
5+
},
6+
{
7+
"version": "0.3.0",
8+
"url": "https://docs.nvidia.com/nemo/export-deploy/0.3.0/"
9+
},
10+
{
11+
"version": "0.2.0",
12+
"url": "https://docs.nvidia.com/nemo/export-deploy/0.2.0/"
13+
},
14+
{
415
"version": "0.1.0",
5-
"url": "../0.1.0"
16+
"url": "https://docs.nvidia.com/nemo/export-deploy/0.1.0/"
617
}
7-
]
18+
]

0 commit comments

Comments
 (0)