Skip to content

Commit

Permalink
[patch] Update doc variables
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed May 17, 2024
1 parent 54c64b0 commit b23eab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/bin/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b23eab6

Please sign in to comment.