Skip to content

Commit

Permalink
Merge pull request #593 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 committed Oct 1, 2023
2 parents 3b759fe + 3790464 commit 625d6a6
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 @@ -119,7 +119,7 @@ const websiteConfig = {
"path": "v1",
},
"current": {
"label": "2.0.0-beta12",
"label": "2.0.0-beta13",
},
}
},
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-beta12",
"label": "2.0.0-beta12",
},
{
"name": "2.0.0-beta11",
"label": "2.0.0-beta11",
Expand Down

0 comments on commit 625d6a6

Please sign in to comment.