Skip to content

Commit

Permalink
tag version 10.0
Browse files Browse the repository at this point in the history
Signed-off-by: mateoconlechuga <[email protected]>
  • Loading branch information
mateoconlechuga committed May 26, 2022
1 parent f21f0d7 commit b6d6267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cp -f templates/versions.html /tmp/versions.html

# Maps target directory name to branch
declare -A versions_map=(
[v10.0]=v10.0
[v9.2]=v9.2-docs
[v9.1]=v9.1
[v9.0]=v9.0
Expand All @@ -38,7 +39,7 @@ export versions="${!versions_map[@]}"

# Also build the latest version at the root (which shouldn't be listed
# in the list of versions since it duplicates the chosen one).
default_version=v9.2
default_version=v10.0
versions_map[.]="${versions_map[$default_version]}"

for target_dir in "${!versions_map[@]}"
Expand Down

0 comments on commit b6d6267

Please sign in to comment.