Skip to content

Commit 2c4b95a

Browse files
authored
Merge pull request #3098 from olamilekan000/fix-broken-release-button-on-docs
redirect user to release page on GitHub
2 parents c08b326 + 6e8e5b4 commit 2c4b95a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/hugo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ offlineSearch = true
125125
# Enable syntax highlighting and copy buttons on code blocks with Prism
126126
prism_syntax_highlighting = false
127127

128-
[[params.versions]]
129-
version = "master"
130-
url = "https://lima-vm.io"
131-
132128
# User interface configuration
133129
[params.ui]
134130
# Set to true to disable breadcrumb navigation.
@@ -188,6 +184,9 @@ enable = false
188184
[[menus.main]]
189185
name = "Community"
190186
url = "/docs/community"
187+
[[menus.main]]
188+
name = "Releases"
189+
url = "https://github.com/lima-vm/lima/releases"
191190

192191
[module]
193192
# uncomment line below for temporary local development of module

0 commit comments

Comments
 (0)