@@ -108,25 +108,24 @@ Always update the openshift docset when there is a new gpu-operator docset versi
108108 copyright_start = 2020
109109 ```
110110
111- 1 . Update the version in ` <component-name>/versions .json ` :
111+ 1 . Update the version in ` <component-name>/versions1 .json ` :
112112
113113 ``` diff
114- diff --git a/container-toolkit/versions.json b/container-toolkit/versions.json
115- index 334338a..b15af73 100644
116- --- a/container-toolkit/versions.json
117- +++ b/container-toolkit/versions.json
118- @@ -1,7 +1,10 @@
119- {
120- - "latest": "1.13.1",
121- + "latest": "NEW_VERSION",
122- "versions":
123- [
124- + {
125- + "version": "NEW_VERSION"
126- + },
127- {
128- "version": "1.13.1"
129- },
114+ diff --git a/container-toolkit/versions1.json b/container-toolkit/versions1.json
115+ index 95429953..e2738987 100644
116+ --- a/container-toolkit/versions1.json
117+ +++ b/container-toolkit/versions1.json
118+ @@ -1,6 +1,10 @@
119+ [
120+ {
121+ "preferred": "true",
122+ + "url": "../1.17.4",
123+ + "version": "1.17.4"
124+ + },
125+ + {
126+ "url": "../1.17.3",
127+ "version": "1.17.3"
128+ },
130129 ```
131130
132131 These values control the menu at the bottom of the table of contents and
@@ -137,13 +136,13 @@ Always update the openshift docset when there is a new gpu-operator docset versi
137136 The documentation for the older releases is not removed, readers are just
138137 less likely to browse the older releases.
139138
140- ### Tagging and Special Branch Naming
139+ ### Tagging for Publication
141140
142141Changes to the default branch are not published on docs.nvidia.com.
143142
144- Only tags or specially-named branches are published to docs.nvidia.com.
143+ Only tags are published to docs.nvidia.com.
145144
146- 1 . Create a tag or specially-named branch from your commit with the following naming pattern: ` <component-name>-v<version> ` .
145+ 1 . Create a tag from your commit with the following naming pattern: ` <component-name>-v<version> ` .
147146
148147 * Example*
149148
@@ -152,13 +151,13 @@ Only tags or specially-named branches are published to docs.nvidia.com.
152151 ```
153152
154153 The first three fields of the semantic version are used.
155- For a "do over," push a tag like ` gpu-operator-v23.3.1. 1 ` .
154+ For a "do over," push a tag like ` gpu-operator-v23.3.1- 1 ` .
156155
157- Always tag the openshift docset and driver-containers docset for each new gpu-operator docset release.
156+ Always tag the openshift docset and for each new gpu-operator docset release.
158157
159- 1 . Push the tag or specially-named branch to the repository.
158+ 1 . Push the tag to the repository.
160159
161- CI builds the documentation for the Git ref---currently for all software components.
160+ CI builds the documentation for the Git ref, for all software components.
162161However, only the documentation for the ` component-name ` and specified version is updated on the web.
163162By default, the documentation for the "latest" URL is updated.
164163
0 commit comments