Skip to content

Commit

Permalink
Merge pull request #493 from kevin-lee/update-docs
Browse files Browse the repository at this point in the history
Update docs - with the latest version info
  • Loading branch information
kevin-lee authored Oct 1, 2023
2 parents 2df1eb9 + 8d28f17 commit d72db32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const websiteConfig = {
"path": "v1",
},
"current": {
"label": "2.0.0-beta20",
"label": "2.0.0-beta21",
},
}
},
Expand Down
4 changes: 4 additions & 0 deletions website/src/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ function Version() {
const pastVersions = versions.filter(
(version) => version !== latestVersion && version.name !== 'current',
).concat([
{
"name": "2.0.0-beta20",
"label": "2.0.0-beta20",
},
{
"name": "2.0.0-beta19",
"label": "2.0.0-beta19",
Expand Down

0 comments on commit d72db32

Please sign in to comment.