Skip to content

Commit

Permalink
Merge pull request #487 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 Sep 23, 2023
2 parents 5938cc0 + 6e8fc1f commit 8aac438
Show file tree
Hide file tree
Showing 2 changed files with 13 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-beta17",
"label": "2.0.0-beta20",
},
}
},
Expand Down
12 changes: 12 additions & 0 deletions website/src/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ function Version() {
const pastVersions = versions.filter(
(version) => version !== latestVersion && version.name !== 'current',
).concat([
{
"name": "2.0.0-beta19",
"label": "2.0.0-beta19",
},
{
"name": "2.0.0-beta18",
"label": "2.0.0-beta18",
},
{
"name": "2.0.0-beta17",
"label": "2.0.0-beta17",
},
{
"name": "2.0.0-beta16",
"label": "2.0.0-beta16",
Expand Down

0 comments on commit 8aac438

Please sign in to comment.