Skip to content

Commit

Permalink
Test with 4 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Aug 30, 2024
1 parent 4905049 commit 3056a75
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 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: '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,28 +50,6 @@ export const docsVersions: DocsVersion[] = [
inSlug: '6',
branch: 'release-6-5',
},
{
label: 'Version 8.2 Test 1',
id: '15.2',
branch: 'main',
},
{
label: 'Version 8.2 Test 2',
id: '14.2',
branch: 'main',
},
{
label: 'Version 7 Test 3',
id: '13.6',
inSlug: '13',
branch: 'release-7-6',
},
{
label: 'Version 6 Test 4',
id: '12.5',
inSlug: '12',
branch: 'release-6-5',
},
];

export const latestVersion = docsVersions[0];

0 comments on commit 3056a75

Please sign in to comment.