We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500d20e commit dbaca1eCopy full SHA for dbaca1e
2 files changed
config.toml
@@ -119,7 +119,7 @@ archived_version = false
119
# The version number for the version of the docs represented in this doc set.
120
# Used in the "version-banner" partial to display a version number for the
121
# current doc set.
122
-version = "0.0"
+version = "1.5.0"
123
124
# A link to latest version of the docs. Used in the "version-banner" partial to
125
# point people to the main doc site.
scripts/builder/consts.py
@@ -3,6 +3,8 @@
3
4
VERSION_ARRAY = [
5
'latest',
6
+ '1.5',
7
+ '1.4',
8
'1.3',
9
'1.2',
10
'1.1'
0 commit comments