372 Commits

Author SHA1 Message Date
jonniebigodes
0217bf9837 Minor adjustments 2025-01-31 17:39:23 +00:00
Michael Shilman
d88c49b974 Docs: Add Preact-vite framework docs 2025-01-16 11:27:57 +08:00
Kyle Gach
50a61c5d25 Add webpack-to-vite migration guidance 2024-12-27 15:13:05 -06:00
Michael Shilman
4c82a2d9d8 Documentation: Don't skip heading levels 2024-12-01 11:33:18 +08:00
jonniebigodes
cbdfcb5264
Merge branch 'next' into docs_fix_snippets_v3 2024-11-22 16:40:45 +00:00
jonniebigodes
99c5d14402 Additional fixes to docs and snippets 2024-11-21 12:03:39 +00:00
jonniebigodes
fb477fd8f5 Documentation polish 2024-11-17 20:11:13 +00:00
jonniebigodes
5667488ef3 Starter documentation and snippet fixes 2024-11-17 16:46:37 +00:00
Michael Shilman
e33053fd5a Merge branch 'next' into shilman/react-native-web-vite 2024-11-17 14:31:27 +08:00
Michael Shilman
654e0ede23 RNW-Vite: Fix framwork misinfo 2024-11-16 23:50:41 +08:00
Michael Shilman
bb359ef000 React-native-web: Add framework docs 2024-11-16 14:59:09 +08:00
jonniebigodes
5b10679f28 Docs: Minor fixes to Svelte CSF 2024-11-15 19:01:29 +00:00
Jeppe Reinhold
506e786535 more svelte snippet changes 2024-11-12 16:06:06 +01:00
jonniebigodes
6bee07d8ea Docs: Svelte CSF snippets 2024-11-05 10:48:44 +00:00
JavanPoirier
e891f0c10e
Fix viteFinal link 2024-09-30 12:31:11 -04:00
Lucas Bancroft-Baer
bdfd3a5246
Fix typo in setup.mdx 2024-09-06 19:42:14 -04:00
Kyle Gach
9e3d644c83 Address feedback 2024-08-29 08:49:05 -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
81bac5a6bb Clarify requirements of Next.js with Vite 2024-08-28 09:56:54 -06:00
Kyle Gach
df80522e1b Rename interaction test -> component test 2024-08-22 14:48:54 -06:00
Kyle Gach
3a3a4807af Add webpackFinal -> viteFinal callout 2024-08-08 11:27:25 -06:00
Valentin Palkovic
d57bba5be0 Rename nextjs-vite to experimental-nextjs-vite 2024-08-06 09:22:08 +02:00
Kyle Gach
a983514588 Docs updates
- Use a more stable heading
    - "Experimental" is temporary
- Update package names
2024-08-05 14:46:58 -06:00
Valentin Palkovic
7bd22d4dea Edit Next.js documentation 2024-08-05 10:40:35 +02:00
jonniebigodes
9f16fe1aee Docs: Fix links and assorted fixes 2024-07-09 23:44:05 +01:00
Kyle Gach
cdde79ce70 Replace remaining *.md docs links with *.mdx 2024-06-27 22:25:39 -06:00
Kyle Gach
35d30d2914 Fix links that were missing new directories
e.g. `./api/main-config-typescript.mdx` -> `./api/main-config/main-config-typescript.mdx`
2024-06-27 22:25:03 -06:00
Kyle Gach
09bd49af77 Fix incorrect relative links
On a page inside a new directory (e.g. `get-started/frameworks`), almost* every relative link that went up a level (e.g. `../writing-stories/args.mdx`) now needs to go up two levels (e.g. `../../writing-stories/args.mdx`).

* The exception is relative links pointing to directories that are siblings of the current directory, e.g. on `configure/integration`, a link to `../user-interface/sidebar.mdx` does _not_ need adjusted.
2024-06-27 22:22:39 -06:00
Charles de Dreuille
845077af85 Get started links 2024-06-18 09:12:30 +01:00
Charles de Dreuille
c4a4404ea7 Updated order on frameworks 2024-06-14 11:29:24 +01:00
Charles de Dreuille
54f9db2216 Remove SUPPORTED_RENDERER + SUPPORTED_RENDERERS 2024-06-14 10:41:08 +01:00
Charles de Dreuille
d1c2a507a8 Update all videos 2024-06-14 10:37:07 +01:00
Charles de Dreuille
c8495172d2 Updating all pngs 2024-06-14 09:55:31 +01:00
Charles de Dreuille
f15f0594d9 Get started 2024-06-13 18:20:41 +01:00
Charles de Dreuille
3ee7e625b5 Move frameworks 2024-06-13 18:12:46 +01:00
Charles de Dreuille
deb7e25b82 Update index.mdx 2024-06-13 18:07:37 +01:00
Charles de Dreuille
fdf0856332 Convert code snippets paths into a single path 2024-06-13 17:53:43 +01:00
Charles de Dreuille
41e0a4fca2 Update comments to javascript 2024-06-13 17:52:40 +01:00
Charles de Dreuille
36b38f7283 Rename all file extensions from .md to .mdx 2024-06-13 17:52:12 +01:00
Charles de Dreuille
4949308eed Move all assets to a single folder 2024-06-13 17:50:53 +01:00
Dennis
178941f0fa
Update angular.md
Storybook is now compatible to Angular 18 
(see https://github.com/storybookjs/storybook/pull/27237)
2024-06-12 16:09:41 +02:00
storybook-bot
254bd81b4d Merge latest-release into version-non-patch-from-8.1.0-beta.1 with conflicts resolved to ours [skip ci] 2024-05-14 08:18:48 +00:00
Jeppe Reinhold
a47433ffdf
Merge pull request #27113 from storybookjs/save-from-controls-docs
Docs: Add new story and save from controls flows
2024-05-14 10:13:20 +02:00
Kyle Gach
44553c40ed Fix various docs issues
- Remove mentions of portable stories for jest
- Restructure portables stories for playwright ct docs to clarify `*.stories.portable` files
- Update all subpath imports in stories file examples to relative imports
- Typos
2024-05-13 13:45:59 -06:00
Kyle Gach
d18bb6d5fc Add new story and save from controls flows 2024-05-13 12:54:46 -06:00
Kyle Gach
2a0d245349
Merge branch 'next' into module-mocking-docs 2024-05-06 09:08:56 -06:00
Kyle Gach
049e5bb639 Merge pull request #27001 from storybookjs/fix-vue-snippets
Docs: Fix vue snippets
(cherry picked from commit bf6a671705c7af983f6c1c83675381ac0ca5821c)
2024-05-05 09:17:41 +00:00
Kyle Gach
069cf670ea Fix vue snippets 2024-05-01 10:23:11 -06:00
Kyle Gach
1dca308bf4 Snippetize examples 2024-04-30 22:21:31 -06:00
Kyle Gach
01c65098a8 Address feedback
- Re-order TOC items
- Fix conditional content
- Improve nextjs module API references
- Make example snippets more consistent
- Re-organize subpath imports section of module mocking guide
- Fix typos, grammar
2024-04-30 13:54:10 -06:00