Skip to content

Commit

Permalink
Stress test it
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Aug 30, 2024
1 parent f59ef9a commit eb29a29
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,28 @@ export const docsVersions: DocsVersion[] = [
inSlug: '6',
branch: 'release-6-5',
},
{
label: 'Version 8.2',
id: '8.2',
branch: 'main',
},
{
label: 'Version 8.2',
id: '8.2',
branch: 'main',
},
{
label: 'Version 7',
id: '7.6',
inSlug: '7',
branch: 'release-7-6',
},
{
label: 'Version 6',
id: '6.5',
inSlug: '6',
branch: 'release-6-5',
},
];

export const latestVersion = docsVersions[0];

0 comments on commit eb29a29

Please sign in to comment.