File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches :
77 - " master"
88 - " one-7.0"
9+ - " one-7.2"
910
1011 # Allows you to run this workflow manually from the Actions tab
1112 workflow_dispatch :
Original file line number Diff line number Diff line change 22
33# title = ""
44
5- baseURL = " https://docs.opennebula.io/devel /"
5+ baseURL = " https://docs.opennebula.io/7.2 /"
66
77# ######
88
@@ -131,7 +131,7 @@ enable = false
131131no_list = true
132132# Uncomment this if your GitHub repo does not have "main" as the default branch,
133133# or specify a new value if you want to reference another branch in your GitHub links
134- github_branch = " master "
134+ github_branch = " one-7.2 "
135135github_repo = " https://github.com/OpenNebula/website/"
136136enableGitInfo = false
137137# Google Custom Search Engine ID. Remove or comment out to disable search.
@@ -143,13 +143,12 @@ search_url = "/search/"
143143
144144# ## Version variables
145145# The short X.Y version
146- version = " 7.1 "
146+ version = " 7.2 "
147147# The full version, including alpha/beta/rc tags
148- release = " 7.1.80 "
148+ release = " 7.2 "
149149# Docs version is part of the URL & invoked by the alert shortcode
150150# Setting here in case it ever needs to differ from SW version
151- docs_version = " devel"
152-
151+ docs_version = " 7.2"
153152
154153 # Add your release versions here
155154version_menu = " Versions"
@@ -163,6 +162,10 @@ version_menu = "Versions"
163162 version = " devel"
164163 url = " https://docs.opennebula.io/devel/"
165164
165+ [[params .versions ]]
166+ version = " v7.2"
167+ url = " https://docs.opennebula.io/7.2/"
168+
166169 [[params .versions ]]
167170 version = " v7.0"
168171 url = " https://docs.opennebula.io/7.0/"
Original file line number Diff line number Diff line change 11mapping :
2+ one-7.2 : ' 7.2'
23 one-7.0 : ' 7.0'
34 master : ' devel'
You can’t perform that action at this time.
0 commit comments