473 Commits

Author SHA1 Message Date
Valentin Palkovic
ff81958463
Update docs/api/doc-blocks/doc-block-source.mdx
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2025-01-31 15:43:35 +01:00
Valentin Palkovic
1a184c7790 Update docs 2025-01-31 11:20:59 +01:00
Valentin Palkovic
1306105f57 Docs: Support async docs.source.transform 2025-01-30 17:04:04 +01:00
Valentin Palkovic
b0737e7824
Update docs/api/main-config/main-config-features.mdx
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2024-12-21 12:44:30 +01:00
Valentin Palkovic
0203747b08 Add documentation 2024-12-20 14:53:51 +01:00
jonniebigodes
5a613a11a8
Merge branch 'next' into sidnioulz-docs-indexers 2024-12-02 13:56:29 +00:00
Steve Dodier-Lazaro
5b9b0ed0d3
docs: Improve copy of Indexer sidebar URL example
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
2024-12-02 06:04:05 +01:00
jonniebigodes
5667488ef3 Starter documentation and snippet fixes 2024-11-17 16:46:37 +00:00
Steve Dodier-Lazaro
6b90a2a8eb
docs: Add example to the Indexer API doc 2024-10-03 19:18:55 +02:00
Tobias Diez
3a8a5f5e2e Mark the link addon as essential 2024-09-21 23:37:39 +08:00
Kyle Gach
dbf8ea1fb2
Merge pull request #28924 from storybookjs/docs-addon-vitest
Docs: Vitest plugin
2024-09-09 14:09:12 -06:00
Shota FUJI
7a32c16cfd
Docs: Fix broken links ending with ".mdx"
When I checked "How to contribute" page on storybook.js.org, a link
titled "Continue reading our contributor covenant" pointed to GitHub's
404 page. The last item of the URL path was "CODE_OF_CONDUCT.mdx", which
is not common filename people uses, therefore I suspected this is not
the only broken link in the docs.

And I was right. I ran the below command (rg = RipGrep) then found
several 404 links.

```
$ cd docs
$ rg "https?:[\S)]+mdx\)" --sort path
```

Git blame told me that some of ".md" to ".mdx" migration works
accidentally changed non-docs URLs ending with ".md" too.

StackBlitz URL in docs/api/main-config/main-config-indexers.mdx is not
actually a dead link, as the service redirects to the `README.md`.
However, the redirection takes loooong so I replaced that as well.

There are still two links that match to the above regexp:

* <https://github.com/storybookjs/storybook/blob/next/docs/get-started/setup.mdx>
  at docs/contribute/documentation/new-snippets.mdx L42
* <https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx>
  at docs/writing-docs/mdx.mdx

but those two are both valid (alive) URLs.
2024-09-05 15:30:37 +09:00
Kyle Gach
468a273bcc Merge branch 'next' into docs-addon-vitest
* next: (31 commits)
  add playwright eslint plugin, fix tests by rules
  fix tags e2e test
  fix urls in addon-test package.json
  use auto-retrying assertions in e2e tests
  renamed vitest addon import file name to 'test'
  Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  Write changelog for 8.3.0-beta.2 [skip ci]
  fix package order in versions
  fix import
  fix
  add tests
  CLI: Handle Yarn PnP wrapper scenario when adding an addon
  cleanup
  Add type declaration for storybookTest in plugin module
  dont' use parameters for default backgrounds, as they are not overridable
  Fix type export for @storybook/experimental-nextjs-vite/vite-plugin
  don't use parameters for default viewports, as they are not overridable
  Nextjs-Vite: Re-export vite-plugin-storybook-nextjs
  refactor vite plugin export paths
  Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  ...
2024-09-04 11:05:53 -06:00
Valentin Palkovic
dea51a7479 Nextjs-Vite: Re-export vite-plugin-storybook-nextjs 2024-09-02 08:59:35 +02:00
Kyle Gach
99ffaccdf7 Merge branch 'next' into docs-addon-vitest
* next:
  Address feedback
  add link to docs for how to set feature flags.
  improve migration notes for globals project
  Fix typo
  ConfigFile: Fix `as const satisfies` modifiers
  Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
  Update docs/versions/next.json
  Add description to empty 8.3.0-beta.0 release
  Write changelog for 8.3.0-beta.0 [skip ci]
  Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
  Write changelog for 8.3.0-alpha.11 [skip ci]
  Re-order sidebar
  Rename interaction test -> component test
2024-08-29 10:31:29 -06:00
Kyle Gach
18695e2ec2 Merge branch 'next' into rename-to-component-test
* next: (80 commits)
  add link to docs for how to set feature flags.
  improve migration notes for globals project
  Fix typo
  ConfigFile: Fix `as const satisfies` modifiers
  Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
  Update docs/versions/next.json
  Add description to empty 8.3.0-beta.0 release
  Write changelog for 8.3.0-beta.0 [skip ci]
  Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
  Write changelog for 8.3.0-alpha.11 [skip ci]
  fix lint
  Clarify requirements of Next.js with Vite
  Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
  Addon Vitest: Fix tests potentially not existing in non-isolate mode
  CLI: Update spawn options in proxy.ts to support Windows
  Builder-Vite: Fix 'condition node never be used' warning
  Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
  Write changelog for 8.3.0-alpha.10 [skip ci]
  make prettier a normal dependency of core again. restore formatter code
  Use relative path from workspace to vite.config in extends path
  ...
2024-08-29 08:38:15 -06:00
Kyle Gach
a556c3fef1 Merge branch 'next' into docs-addon-vitest
* next:
  Address feedback
  Address comments
  Typo
  Further updates
  Address feedback
  Remove TK
  Futher updates to #28716
2024-08-26 15:12:50 -06:00
Kyle Gach
2bdd9dc969 WIP: Docs for Test runner with Vitest
- Includes sidebar order updates
    - Use non-zero-indexed orders
2024-08-26 12:30:35 -06:00
Kyle Gach
df80522e1b Rename interaction test -> component test 2024-08-22 14:48:54 -06:00
Kyle Gach
333266cb0d Address feedback 2024-08-22 11:29:35 -06:00
Yann Braga
17ba6e6801 Merge branch 'next' into vitest-integration 2024-08-06 17:36:38 +02:00
jonniebigodes
d2208020f0
Merge branch 'next' into norbert/globals-docs-changes 2024-08-06 15:01:18 +01:00
Yann Braga
c748186d20 Merge branch 'next' into vitest-integration 2024-08-06 13:42:21 +02:00
Kyle Gach
81e00c13b9
Prose tweak 2024-08-05 11:30:46 -06:00
Valentin Palkovic
9398495cca Documentation: Update Next.js portable stories instructions for Vitest 2024-08-05 09:48:11 +02:00
jonniebigodes
f4bb5a9e72 Fix incorrect link and table 2024-08-03 03:21:24 +01:00
jonniebigodes
133c71c9f5 Polish the Background Viewports and Toolbars docs and examples 2024-08-03 00:44:51 +01:00
Kasper Peulen
76391ddee1 Merge remote-tracking branch 'refs/remotes/origin/vitest-integration' into kasper/render-agnostic 2024-08-02 15:39:02 +02:00
Norbert de Langen
9781fbc798
Merge branch 'next' into norbert/globals-docs-changes 2024-08-02 14:01:23 +02:00
Kyle Gach
56d64964b3 Add version callout to portable stories docs 2024-08-01 09:34:12 -06:00
Kasper Peulen
8f2c88dd6b Use internal renderToCanvas method if testingLibaryRender is not specified 2024-07-31 16:30:19 +02:00
Kasper Peulen
2772623919
Update docs/api/portable-stories/portable-stories-vitest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:51:05 +02:00
Kasper Peulen
89eddca95b
Update docs/api/portable-stories/portable-stories-vitest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:50:36 +02:00
Kasper Peulen
9d2af7cd30 Merge remote-tracking branch 'origin/kasper/introduce-run' into kasper/introduce-run 2024-07-31 15:46:31 +02:00
Kasper Peulen
f139626e1c Address feedback 2024-07-31 15:46:26 +02:00
Kasper Peulen
a6eea4b2c9
Update docs/api/portable-stories/portable-stories-vitest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:40:15 +02:00
Kasper Peulen
b1acd946a5
Update docs/api/portable-stories/portable-stories-jest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:40:07 +02:00
Kasper Peulen
a762069c90
Update docs/api/portable-stories/portable-stories-jest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:39:54 +02:00
Kasper Peulen
f9605a75d9
Update docs/api/portable-stories/portable-stories-jest.mdx
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:38:50 +02:00
Kyle Gach
339b541b31 Document Story.run() instead of Story.play() 2024-07-30 11:17:25 -06:00
Norbert de Langen
e554368192 Merge branch 'tom/23347-story-globals' into norbert/globals-docs-changes 2024-07-30 10:43:03 +02:00
Norbert de Langen
535a67da4d undo work for addon-toolbars 2024-07-30 10:42:24 +02:00
aberllin
62f49ed791
Update spacing from 4 to 2 2024-07-29 21:10:05 +02:00
Norbert de Langen
7534db5a48 remove defaultValue, change toolbars config to use parameters instead of globalTypes 2024-07-29 16:16:58 +02:00
Norbert de Langen
693b64d7fe add mention of addonToolbarParameters feature flag 2024-07-29 16:01:17 +02:00
aberllin
16a3d456ff
Trigger GitHub Actions settings update 2024-07-29 14:15:11 +02:00
aberllin
78d8e940ac
Update doc-block-colorpalette.mdx
- Updated documentation to include support for gradients in ColorItem.
- Mentioned examples of valid gradient formats such as 'linear-gradient(to right, white, black)' and 'linear-gradient(65deg, white, black)'.
2024-07-29 11:57:51 +02:00
Norbert de Langen
0678a2ad01
Update docs/api/main-config/main-config-features.mdx
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
2024-07-29 11:38:39 +02:00
Norbert de Langen
acc974bad5 changes to backgrounds addon in relation to the globals work 2024-07-26 12:49:02 +02:00
Aislinn Hayes
f2b588495e make suggested changes from PR 2024-07-24 14:27:13 +01:00