@@ -8,7 +8,7 @@ The product documentation portal can be found at: https://docs.nvidia.com/datace
88## Building the Container
99
1010This step is optional if your only goal is to build the documentation.
11- As an alternative to building the container, you can run ` docker pull ghcr.io/nvidia/cloud-native-docs:4 ` .
11+ As an alternative to building the container, you can run ` docker pull ghcr.io/nvidia/cloud-native-docs:0.5.1 ` .
1212
1313Refer to < https://gitlab.com/nvidia/cloud-native/cnt-docs/container_registry > to find the most recent tag.
1414
@@ -59,7 +59,7 @@ If you are using WSL on Windows, the URL looks like <file://wsl.localhost/Ubuntu
5959More information about the ` repo docs ` command is available from
6060< http://omniverse-docs.s3-website-us-east-1.amazonaws.com/repo_docs/0.20.3/index.html > .
6161
62- Also, the Github CI for this project builds the documentation on every merge into the default branch (` main ` ).
62+ The GitHub CI for this project builds the documentation on every merge into the default branch (` main ` ).
6363The documentation from the current default branch (` main ` ) is available at < https://docs.nvidia.com/datacenter/cloud-native/ > .
6464Documentation in the default branch is under development and unstable.
6565
@@ -184,7 +184,7 @@ Only tags are published to docs.nvidia.com.
184184
185185 For a "do over," push a tag like ` gpu-operator-v25.10-2 ` .
186186
187- Always tag the openshift docset and for each new gpu-operator docset release.
187+ Always tag the openshift docset for each new gpu-operator docset release.
188188
1891891 . Push the tag to the repository.
190190
@@ -206,7 +206,7 @@ If the commit message includes `/not-latest`, then only the documentation in the
206206
2072071 . Update ` .github/workflows/docs-build.yaml ` and increment the ` env.TAG ` value.
208208
209- 1 . Update ` .gitlab-ci.yml ` and set the same value-- prefixed by ` ghcr.io... ` -- in the ` variables.BUILDER_IMAGE ` field.
209+ 1 . Update ` .gitlab-ci.yml ` and set the same value ( prefixed by ` ghcr.io... ` ) in the ` variables.BUILDER_IMAGE ` field.
210210
2112111 . Optional: [ Build the container and docs] ( #building-the-container ) locally and confirm the update works as intended.
212212
@@ -218,7 +218,7 @@ If the commit message includes `/not-latest`, then only the documentation in the
2182181 . After you merge the pull request, the ` docs-build.yaml ` action detects that the newly incremented ` env.TAG `
219219 container is not in the registry, builds the container with that tag and pushes it to the GitHub registry.
220220
221- When you tag a commit to publish, Github CI pulls image from the ` variables.BUILDER_IMAGE ` value,
221+ When you tag a commit to publish, GitHub CI pulls image from the ` variables.BUILDER_IMAGE ` value,
222222 builds the documentation, and that HTML is delivered to docs.nvidia.com.
223223
224224## License and Contributing
0 commit comments