Skip to content

Commit

Permalink
Update docs-versions.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Sep 3, 2024
1 parent 84b2d58 commit 7078c49
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export const docsVersions: DocsVersion[] = [
id: '8.2',
branch: 'main',
},
{
label: 'Version 8.3 (beta)',
id: '8.3',
branch: 'next',
preRelease: true,
},
// {
// label: '8.3 (beta)',
// id: '8.3',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 7',
id: '7.6',
Expand All @@ -50,16 +50,6 @@ export const docsVersions: DocsVersion[] = [
inSlug: '6',
branch: 'release-6-5',
},
{
label: 'Version 8.4 (dupe of 8.2)',
id: '8.4',
branch: 'main',
},
{
label: 'Version 8.5 (dupe of 8.2)',
id: '8.5',
branch: 'main',
},
];

export const latestVersion = docsVersions[0];

0 comments on commit 7078c49

Please sign in to comment.