File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ twitter = "calisti12"
6969 # Used in the "version-banner" partial to display a version number for the
7070 # current doc set.
7171
72- version = " 4.5.1 "
72+ version = " 4.6.0 "
7373 version_menu = " Releases"
7474 version_menu_canonicallinks = true
7575 version_menu_pagelinks = true
@@ -169,9 +169,13 @@ twitter = "calisti12"
169169# ######################
170170# Add your release versions here
171171[[params .versions ]]
172- version = " latest (4.5.1 )"
172+ version = " latest (4.6.0 )"
173173 githubbranch = " master"
174174 url = " "
175+ [[params .versions ]]
176+ version = " 4.5"
177+ githubbranch = " release-4.5"
178+ url = " /4.5/"
175179[[params .versions ]]
176180 version = " 4.4"
177181 githubbranch = " release-4.4"
@@ -192,7 +196,7 @@ twitter = "calisti12"
192196# Cascade version number to every doc page (needed to create sections for pagefind search)
193197# Update this parameter when creating a new version
194198[[cascade ]]
195- body_attribute = ' data-pagefind-filter="section:4.5 "'
199+ body_attribute = ' data-pagefind-filter="section:4.6 "'
196200[cascade ._target ]
197201 path = ' /docs/**'
198202
You can’t perform that action at this time.
0 commit comments