Skip to content

Commit

Permalink
Add 8.4 alpha docs for QA purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Oct 16, 2024
1 parent 82a420b commit e278832
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.3',
branch: 'main',
},
// {
// label: 'Version 8.4 (beta)',
// id: '8.4',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 8.4 (alpha)',
id: '8.4',
branch: 'addon-test-docs',
preRelease: true,
},
{
label: 'Version 7',
id: '7.6',
Expand Down

0 comments on commit e278832

Please sign in to comment.