diff --git a/build/bin/build-docs.sh b/build/bin/build-docs.sh index 5d94793bca..81ba907e26 100644 --- a/build/bin/build-docs.sh +++ b/build/bin/build-docs.sh @@ -3,11 +3,11 @@ # Update all the placeholders in the doc source # Make sure not to commit these changes if you run this script locally find docs -type f -name '*.md' -exec sed -i \ - -e 's/@@CLI_LATEST_VERSION@@/7.14.0/g' \ + -e 's/@@CLI_LATEST_VERSION@@/9.0.0/g' \ -e 's/@@MAS_PREVIOUS_CHANNEL@@/8.10.x/g' \ - -e 's/@@MAS_PREVIOUS_CATALOG@@/v8-231228-amd64/g' \ + -e 's/@@MAS_PREVIOUS_CATALOG@@/v8-240227-amd64/g' \ -e 's/@@MAS_LATEST_CHANNEL@@/8.11.x/g' \ - -e 's/@@MAS_LATEST_CATALOG@@/v8-240130-amd64/g' \ + -e 's/@@MAS_LATEST_CATALOG@@/v8-240430-amd64/g' \ {} \; python -m pip install -q mkdocs mkdocs-redirects