Skip to content

Commit

Permalink
Merge branch 'cnt-redirs-1.14' into 'master'
Browse files Browse the repository at this point in the history
Redirects for CNT-v1.14

See merge request nvidia/cloud-native/cnt-docs!312
  • Loading branch information
mikemckiernan committed Aug 30, 2023
2 parents 6986257 + 4b9cfc7 commit e8086af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ sphinx_conf_py_extra = """
if os.environ.get("CI_MERGE_REQUEST_IID") is not None:
rst_epilog = ".. |gitlab_mr_url| replace:: {}/-/merge_requests/{}".format(
os.environ["CI_MERGE_REQUEST_PROJECT_URL"], os.environ["CI_MERGE_REQUEST_IID"])
if project == "container-toolkit":
redirects = {
"concepts": "index.html",
"distro/*": "install-guide.html",
"install/*": "install-guide.html",
"nvidia-containerd.html": "install-guide.html",
"nvidia-docker.html": "install-guide.html",
"nvidia-podman.html": "install-guide.html",
"runtime/*": "docker-specialized.html",
"user-guide.html": "install-guide.html",
}
"""

#deps = [
Expand Down

0 comments on commit e8086af

Please sign in to comment.