We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21f0d7 commit b6d6267Copy full SHA for b6d6267
docs/build.sh
@@ -27,6 +27,7 @@ cp -f templates/versions.html /tmp/versions.html
27
28
# Maps target directory name to branch
29
declare -A versions_map=(
30
+ [v10.0]=v10.0
31
[v9.2]=v9.2-docs
32
[v9.1]=v9.1
33
[v9.0]=v9.0
@@ -38,7 +39,7 @@ export versions="${!versions_map[@]}"
38
39
40
# Also build the latest version at the root (which shouldn't be listed
41
# in the list of versions since it duplicates the chosen one).
-default_version=v9.2
42
+default_version=v10.0
43
versions_map[.]="${versions_map[$default_version]}"
44
45
for target_dir in "${!versions_map[@]}"
0 commit comments