Skip to content

Commit

Permalink
Test with 6 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Aug 30, 2024
1 parent 3056a75 commit 31c0d6b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const docsVersions: DocsVersion[] = [
branch: 'main',
},
{
label: '8.3 (beta)',
label: 'Version 8.3 (beta)',
id: '8.3',
branch: 'next',
preRelease: true,
Expand All @@ -50,6 +50,16 @@ 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 31c0d6b

Please sign in to comment.