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 May 15, 2024
1 parent 60ba0ae commit 1335ca4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ export const docsVersions: DocsVersion[] = [
{
label: 'Version Test 1',
id: '8.0-test-1',
branch: 'charles-docs-new-structure',
branch: 'charles-transform-docs-1',
},
{
label: 'Version Test 2',
id: '8.0-test-2',
branch: 'charles-docs-new-structure',
branch: 'charles-transform-docs-1',
},
{
label: 'Version Test 3',
id: '8.0-test-3',
branch: 'charles-transform-docs-1',
},
];

Expand Down

0 comments on commit 1335ca4

Please sign in to comment.