Skip to content

Commit dbaca1e

Browse files
committed
docs: add support for v1.4 and v1.5
Signed-off-by: 李学端 <lixueduan@lixueduandeMacBook-Pro.local>
1 parent 500d20e commit dbaca1e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ archived_version = false
119119
# The version number for the version of the docs represented in this doc set.
120120
# Used in the "version-banner" partial to display a version number for the
121121
# current doc set.
122-
version = "0.0"
122+
version = "1.5.0"
123123

124124
# A link to latest version of the docs. Used in the "version-banner" partial to
125125
# point people to the main doc site.

scripts/builder/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
VERSION_ARRAY = [
55
'latest',
6+
'1.5',
7+
'1.4',
68
'1.3',
79
'1.2',
810
'1.1'

0 commit comments

Comments
 (0)