Skip to content

Commit

Permalink
Merge pull request #468 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 Jul 31, 2023
2 parents dc5ee2c + 6c00b83 commit 7bad8e8
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-beta16",
"label": "2.0.0-beta17",
},
}
},
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-beta16",
"label": "2.0.0-beta16",
},
{
"name": "2.0.0-beta15",
"label": "2.0.0-beta15",
Expand Down

0 comments on commit 7bad8e8

Please sign in to comment.