Skip to content

Commit

Permalink
Merge pull request #27056 from storybookjs/unpublish-portable-stories…
Browse files Browse the repository at this point in the history
…-jest-vitest

Docs: Unpublish portable stories jest/vitest for now
  • Loading branch information
kylegach authored May 7, 2024
2 parents a17fe0b + a379e68 commit c6348d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/api/portable-stories-jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: 'Portable stories in Jest'
---

<!-- This page is unpublished for now -->

export const SUPPORTED_RENDERERS = ['react', 'vue'];

<If notRenderer={SUPPORTED_RENDERERS}>
Expand Down
2 changes: 2 additions & 0 deletions docs/api/portable-stories-vitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: 'Portable stories in Vitest'
---

<!-- This page is unpublished for now -->

export const SUPPORTED_RENDERERS = ['react', 'vue', 'svelte'];

<If notRenderer={SUPPORTED_RENDERERS}>
Expand Down
22 changes: 12 additions & 10 deletions docs/toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,21 +767,23 @@ module.exports = {
pathSegment: '',
type: 'menu',
children: [
{
pathSegment: 'portable-stories-jest',
title: 'Jest',
type: 'link',
},
// Unpublished for now
// {
// pathSegment: 'portable-stories-jest',
// title: 'Jest',
// type: 'link',
// },
{
pathSegment: 'portable-stories-playwright',
title: 'Playwright',
type: 'link',
},
{
pathSegment: 'portable-stories-vitest',
title: 'Vitest',
type: 'link',
},
// Unpublished for now
// {
// pathSegment: 'portable-stories-vitest',
// title: 'Vitest',
// type: 'link',
// },
],
},

Expand Down

0 comments on commit c6348d2

Please sign in to comment.