Skip to content

Commit 6c4a1f5

Browse files
committed
Publish from PR branch
1 parent 282b55b commit 6c4a1f5

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

packages/utils/src/docs-versions.tsx

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,16 @@ export interface DocsVersion {
2828
**/
2929
export const docsVersions: DocsVersion[] = [
3030
{
31-
label: 'Version 9.0',
32-
id: '9.0',
31+
label: 'Version 8.6',
32+
id: '8.6',
3333
branch: 'main',
3434
},
35-
// {
36-
// label: 'Version 9.1 (alpha)',
37-
// id: '9.1',
38-
// branch: 'next',
39-
// preRelease: true,
40-
// },
4135
{
42-
label: 'Version 8',
43-
id: '8.6',
44-
inSlug: '8',
45-
branch: 'release-8-6',
36+
label: 'Version 9.0 (preview)',
37+
id: '9.0',
38+
inSlug: '9',
39+
branch: 'docs_adjust_sb_9_assets',
40+
preRelease: true,
4641
},
4742
{
4843
label: 'Version 7',

0 commit comments

Comments
 (0)