Skip to content

Commit

Permalink
docs: update v1.0 to the stable version (#773)
Browse files Browse the repository at this point in the history
Co-authored-by: Startrekzky <[email protected]>
  • Loading branch information
Startrekzky and merico-devlake authored Jul 29, 2024
1 parent bd8c422 commit 854c20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ const versions = require('./versions.json');
to: "/docs/Overview/Introduction"
},
{
label: versions[0] + ' (Beta)',
label: versions[0] + ' (Stable)',
to: "/docs/"+versions[0]+"/Overview/Introduction"
},
{
label: versions[1] + ' (Stable)',
label: versions[1] + '',
to: "/docs/"+versions[1]+"/Overview/Introduction"
},
...versions.slice(2, versions.length).map((version) => ({
Expand Down

0 comments on commit 854c20f

Please sign in to comment.