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 Aug 30, 2024
1 parent eb29a29 commit 4905049
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ export const docsVersions: DocsVersion[] = [
branch: 'release-6-5',
},
{
label: 'Version 8.2',
id: '8.2',
label: 'Version 8.2 Test 1',
id: '15.2',
branch: 'main',
},
{
label: 'Version 8.2',
id: '8.2',
label: 'Version 8.2 Test 2',
id: '14.2',
branch: 'main',
},
{
label: 'Version 7',
id: '7.6',
inSlug: '7',
label: 'Version 7 Test 3',
id: '13.6',
inSlug: '13',
branch: 'release-7-6',
},
{
label: 'Version 6',
id: '6.5',
inSlug: '6',
label: 'Version 6 Test 4',
id: '12.5',
inSlug: '12',
branch: 'release-6-5',
},
];
Expand Down

0 comments on commit 4905049

Please sign in to comment.