25 Commits

Author SHA1 Message Date
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
Kyle Gach
a9ce1d4e2d Apply suggestions from code review
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
2024-04-30 13:54:10 -06:00
Kyle Gach
f88bea5169 Add back nextjs router/navigation override instructions
Other improvements:
- Consistency improvements in snippets throughout
- Prose tweaks
2024-04-18 20:36:02 -06:00
Jeppe Reinhold
eef32904a4 add reasons for aliases in nextjs+jest 2024-04-18 13:24:53 +02:00
Jeppe Reinhold
46c31ebbd9 remove docs on default router and navigation contexts 2024-04-18 13:14:20 +02:00
Jeppe Reinhold
71a4cea8b8 add examples to next mock docs 2024-04-18 12:07:47 +02:00
Jeppe Reinhold
b1da9c9168 add getPackageAliases example 2024-04-18 08:58:29 +02:00
Kyle Gach
2ac03c4248 Address feedback
- Next.js
    - Add portable stories section
- Mocking modules
    - Clarify requirements of mock files
    - Prose and snippet tweaks
- Interaction testing
    - Bring over `mockdate` example
    - Prose and snippet tweaks
2024-04-17 23:35:36 -06:00
Jeppe Reinhold
4faf1aed87 simplify subpath example in nextjs 2024-04-17 22:22:00 +02:00
Kyle Gach
abc9b7cd8b Add missing TODOs 2024-04-16 22:06:47 -06:00
Kyle Gach
75b0820ab1 Updates for Next.js
- Warning for absolute imports & mocking
- Module aliases
- Subpath imports
- Mocking modules
- `@storybook/nextjs/cache.mock` module API
2024-04-16 14:28:54 -06:00
Jeppe Reinhold
ff3f2e9f96 Add Modules section to Next.js docs 2024-04-16 15:06:44 +02:00
shuta13
3eaacff2ae docs: add the part of resolving sharp errors 2024-04-11 11:46:00 +09:00
Kyle Gach
5c269f2474 Add troubleshooting 2024-03-06 13:59:18 -07:00
Kyle Gach
19044b8edf Make content conditional on required renderer 2024-03-06 13:49:53 -07:00
Kyle Gach
28207a486a Address TKs 2024-03-06 13:49:53 -07:00
Kyle Gach
b211ec1ccb Add builder options details 2024-03-06 13:49:53 -07:00
Kyle Gach
ee11be55a4 Address comments
- Update URL & sidebar nav
- Improve snippets and update screenshots
- Clarify that `docgen` API is only available in SB 8+
- Remove no descriptions limitation from events
- Add limitations section
2024-03-06 13:49:53 -07:00
Kyle Gach
3612c0bad6 Add docs for vue3-vite framework 2024-03-06 13:49:53 -07:00
Kyle Gach
7bdefcb15a Address comments
- Simplify navigation/router fn override guidance
- Fix incorrect snippet
- Consistently format headings
2024-01-24 15:22:16 -07:00
Kyle Gach
2ccd3470b9 Address comments
- Add missing filenames or titles to snippets
- Proper capitalization of terms like Webpack, Babel, PostCSS, etc.
- Fix some typos
- Split up complex snippets
- Document default parameter values
- Move acknowledgements back to README
2024-01-24 15:22:16 -07:00
Kyle Gach
f99b6a3ff7 Update RSC API
- Per https://github.com/storybookjs/storybook/pull/25591
- `features.experimentalNextRSC` -> `features.experimentalRSC`
- `parameters.nextjs.rsc` -> `parameters.react.rsc`
2024-01-24 15:22:15 -07:00
Kyle Gach
577cbdb516 Address comments
- Remove references to `useSWC`
2024-01-24 15:22:15 -07:00
Kyle Gach
d182f66b4b Add Next.js framework doc
- Based on
    - https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs
    - https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/
2024-01-24 15:22:15 -07:00