48 Commits

Author SHA1 Message Date
Kyle Gach
1dca308bf4 Snippetize examples 2024-04-30 22:21:31 -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
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
Kyle Gach
ec6742b1ea Update Decorators and Interaction tests pages
- Decorators
    - Focus the "context" section on only that argument
    - Move irrelevant examples and snippets to the Story rendering page
- Interaction Testing
    - Under the Write an interaction test section, add:
        - Run code before each test section
        - Mocked modules section
2024-04-16 22:04:42 -06:00
jonniebigodes
722de1ccb1 Docs: Visual testing addon updates 2024-02-01 11:13:11 -07:00
jonniebigodes
39fd813c16 Docs: Svelte docs and examples update 2023-12-04 21:23:56 +00:00
Norbert de Langen
f75ef81403
Merge branch 'next' into release-8-0 2023-11-28 10:58:12 +01:00
Kyle Gach
975ad7604b Update TOC to use heading type
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Norbert de Langen
2ea7d7bf06
Merge branch 'next' into release-8-0 2023-11-15 11:48:09 +01:00
Shaun Lloyd
b52d3c1e72 Replace aside with new Callout 2023-11-03 13:05:44 -04:00
Kyle Gach
7525436bfc Prose improvements 2023-09-24 15:24:56 +02:00
Yann Braga
c8936fc56f Documenting storybook test package 2023-09-21 18:56:06 +02:00
Kyle Gach
aa5510a1b3 Rename snippets
- Remove superfluous `storybook-` prefix
- Formatting
2023-08-29 11:49:23 -06:00
jonniebigodes
4d01dd2ff5 Missing links fixed 2023-08-01 18:44:28 +01:00
jonniebigodes
183a33190f Extends imports stories into tests docs 2023-06-02 16:50:46 +01:00
Michel v. Varendorff
6c6c190a61
docs: fix paren placement 2023-05-09 10:51:22 +02:00
Mauricio Rivera
20e59da520 Merge remote-tracking branch 'upstream/next' into code-snippets-for-solid 2023-04-12 08:36:05 -05:00
Kyle Gach
15623cec68 Remove @next specifiers in docs & READMEs
- If attached to a library used via npx/pnpm dlx, change to `@latest`
- Otherwise, remove it
2023-04-05 10:45:38 -06:00
jonniebigodes
f80a938da9 Adds documentation for TS Types 2023-03-28 18:32:36 +01:00
Mauricio Rivera
b71def909b Merge remote-tracking branch 'upstream/next' into code-snippets-for-solid 2023-03-20 18:42:50 -05:00
domyen
f9803ec74b Update more images and gifs 2023-03-14 12:08:43 -04:00
jonniebigodes
8ef90e4741 Address misc feedback 2023-03-08 14:27:28 +00:00
jonniebigodes
d69691057a Updates documentation to feature previewjs TS types 2023-03-02 22:33:12 +00:00
jonniebigodes
87edac7213 remove interaction debugger flag from docs 2023-02-23 16:41:04 +00:00
Mauricio Rivera
27efa18d2a Added code snippets for sharing. 2023-02-21 19:12:42 -05:00
jonniebigodes
faa12c29eb Minor fixes to snippets 2023-01-25 14:18:54 +00:00
jonniebigodes
d224faf950 Misc docs changes 2023-01-19 17:59:38 +00:00
Kyle Gach
03f1825a1d Add CSF 2->3 attributes to docs CodeSnippets 2022-12-05 12:37:36 -07:00
jonniebigodes
4f735ac2ed Adds test coverage to the docs 2022-11-24 19:33:26 +00:00
jonniebigodes
acf8a8592a Removes mdx stories from the docs and misc updates 2022-11-16 18:24:16 +00:00
domyen
f5cbd494b4 Refine sentence again 😅 2022-10-08 14:10:59 -04:00
domyen
69ea36005d Refine sentence 2022-10-08 13:42:32 -04:00
domyen
ed1e277bf9 Update interaction-testing.md 2022-10-08 13:36:42 -04:00
Gert Hengeveld
b64677450b Document step function 2022-07-05 14:50:25 +02:00
Kyle Gach
2d011763bb Fix /docs 404s 2022-06-24 12:48:45 -06:00
jonniebigodes
20c664845e Additional feedback addressed 2022-04-22 20:55:31 +01:00
jonniebigodes
32b01120ef addressing Yann's feedback 2022-04-19 21:43:05 +01:00
jonniebigodes
a7ada3b979 feedback addressed 2022-04-19 00:21:04 +01:00
jonniebigodes
c5c64b4984 Storybook 6.5 testing updates 2022-04-14 19:08:57 +01:00
Jonathan Beller
76ba01d0da
Update interaction-testing.md 2022-01-31 11:42:14 -05:00
jonniebigodes
bd9975d8fd Updates the docs to address #17166 2022-01-27 21:48:12 +00:00
jonniebigodes
2716b1688f Fixes links 2021-12-24 16:23:41 +00:00
jonniebigodes
cad98d2102 6_4 writing Tests with CSF 2.0 2021-11-02 19:48:55 +00:00
domyen
6e91647026 More docs refinement and polish 2021-10-25 14:51:49 -04:00
domyen
a689b673cb Improve writing test docs formatting 2021-10-25 14:42:41 -04:00
domyen
02bad829a7 Fix some docs regressions 2021-10-25 14:36:58 -04:00
domyen
d5839158b0 Polish writing test docs 2021-10-25 14:12:56 -04:00
jonniebigodes
11a77a10c1 writing tests docs initial commit 2021-10-20 15:58:44 +01:00