Skip to content

Commit

Permalink
add new release lines to dropdown menu (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Jun 20, 2022
1 parent b9f3d95 commit 44ca48d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ module.exports = {
"label": "v1.3.0",
"key": "v1.3.0"
},
{
"label": "v1.5.0",
"key": "v1.5.0"
},
{
"label": "v1.4.0",
"key": "v1.4.0"
Expand All @@ -63,9 +67,17 @@ module.exports = {
"label": "v2.2.0",
"key": "v2.2.0"
},
{
"label": "v2.3.0",
"key": "v2.3.0"
},
{
"label": "v3.0.0",
"key": "v3.0.0"
},
{
"label": "v3.1.0",
"key": "v3.1.0"
}
],
topbar: {
Expand Down

0 comments on commit 44ca48d

Please sign in to comment.