mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
enable version for 0.3.1.x
This commit is contained in:
@@ -70,7 +70,7 @@ notfound_template = "404.html"
|
|||||||
TAGS = []
|
TAGS = []
|
||||||
smv_tag_whitelist = multiversion_regex_builder(TAGS)
|
smv_tag_whitelist = multiversion_regex_builder(TAGS)
|
||||||
# Whitelist pattern for branches (set to None to ignore all branches)
|
# Whitelist pattern for branches (set to None to ignore all branches)
|
||||||
BRANCHES = ["0.2.x", "master"]
|
BRANCHES = ["0.2.x", "0.3.1.x", "master"]
|
||||||
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
|
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
|
||||||
# Defines which version is considered to be the latest stable version.
|
# Defines which version is considered to be the latest stable version.
|
||||||
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
|
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
|
||||||
|
|||||||
Reference in New Issue
Block a user