Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Mar 14, 2022
1 parent 5d19e4e commit c99629d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ const redocusaurus = [
},
];

let version = "v0";
try {
version = require('./version.json');
}
catch(err){
}

if (process.env.VERCEL_URL) {
process.env.DEPLOY_PRIME_URL = `https://${process.env.VERCEL_URL}`;
}
Expand Down Expand Up @@ -140,7 +133,7 @@ const config = {
],
},
{
label: version,
label: 'v1',
position: 'right',
items: [
{
Expand Down

0 comments on commit c99629d

Please sign in to comment.