20 Commits

Author SHA1 Message Date
Valentin Palkovic
f79e8b2c98 Next.js-Vite: Stabilizing @storybook/experimental-nextjs-vite 2025-03-28 09:28:48 +01:00
Kyle Gach
d174c5e6c2 Remove conditional content from framework pages 2025-02-25 13:56:17 -07:00
Gert Hengeveld
b8cc9c99b6 Update documentation to prefer 'create storybook' over 'storybook init' and clean up CLI reference 2025-02-20 13:21:37 +01:00
yatishgoel
5137a26e74 docs: Update Next.js Tailwind example link 2025-01-29 18:06:38 +05:30
Kyle Gach
50a61c5d25 Add webpack-to-vite migration guidance 2024-12-27 15:13:05 -06:00
JavanPoirier
e891f0c10e
Fix viteFinal link 2024-09-30 12:31:11 -04:00
Kyle Gach
81bac5a6bb Clarify requirements of Next.js with Vite 2024-08-28 09:56: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
c8495172d2 Updating all pngs 2024-06-14 09:55:31 +01:00
Charles de Dreuille
3ee7e625b5 Move frameworks 2024-06-13 18:12:46 +01:00