130 Commits

Author SHA1 Message Date
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
JULO01
1d862d41ec
Docs: Fix Typo in list-story-starter.ts-3.ts.mdx
The Component Object inferred the wrong Type <typeof LoginForm>.  Should be <typeof List> instead :)
2022-08-01 09:43:41 +02:00
Michael Shilman
40ccd92403 Merge branch 'next' into future/base 2022-07-15 11:09:15 -07:00
jonniebigodes
393f84aa1c Vue CSF 3 Snippets 2022-07-07 18:50:21 +01:00
Michael Shilman
63460cf5a1 Merge branch 'future/base' into future/SB-444 2022-06-29 10:00:47 +08:00
Norbert de Langen
3c6d2f3da5
Merge branch 'future/base' into addon-highlight
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/A11yContext.tsx
#	addons/essentials/package.json
#	examples/html-kitchen-sink/package.json
#	examples/official-storybook/main.ts
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/yarn.lock
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-dev-posix
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-prod-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-prod-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-dev-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-prod-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-prod-posix
#	nx.json
#	workspace.json
#	yarn.lock
2022-06-29 00:16:55 +02:00
Norbert de Langen
c29b2cb263
make it all imported by type, and convert to use to StoryFn 2022-06-21 20:08:15 +02:00
jonniebigodes
e3b1c12930 Polish to the vue snippets and docs 2022-04-29 20:37:36 +01:00
jonniebigodes
1ca956b95b
Merge pull request #17961 from storybookjs/add-typescript-documentation-to-vue-write-stories
docs: Add documentation to use Typescript with Vue 2/3 on Write Stories page
2022-04-29 18:47:21 +01:00
jonniebigodes
0ce382b4b8 vue cleanup iframe 2022-04-27 04:52:21 +01:00
jonniebigodes
072f25397c cleanup snippets 2022-04-27 04:34:58 +01:00
jonniebigodes
da61e2f941 url vue updated 2022-04-27 04:01:33 +01:00
jonniebigodes
1599754444 adds missing snippets 2022-04-27 03:58:45 +01:00
Valentin Palkovič
02ec983231 Apply requested PR changes 2022-04-23 08:48:25 +02:00
Valentin Palkovič
216825a859 docs: Add documentation to use Typescript with Vue 2/3 on Write Stories page 2022-04-23 08:36:30 +02:00
jonniebigodes
1d3cb782b5
Merge branch 'next' into chore_docs_testing_docs_updates_6_5 2022-04-22 21:12:11 +01:00
jonniebigodes
32b01120ef addressing Yann's feedback 2022-04-19 21:43:05 +01:00
Leonardo Marques
172a8e8102
Update storybook-testing-addon-optional-config.3.js.mdx
As requested for this PR
2022-04-19 10:31:20 +02:00
Leonardo Marques
406950fee0
Update storybook-testing-addon-optional-config.2.js.mdx
As per requested for completion of this PR
2022-04-19 10:29:49 +02: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
winkerVSbecks
1c478f9ff3 Merge branch 'next' into addon-highlight 2022-04-11 19:26:41 -04:00
jonniebigodes
0460fb4194
Merge branch 'next' into documentation-fixes 2022-04-08 19:26:04 +01:00
Yann Braga
3c2858ac94 Merge branch 'next' into addon-highlight 2022-04-05 11:29:43 +02:00
hiroyuki kikuchi
ecb8e8bc7a fix(typo): ammount -> amount 2022-04-01 19:05:38 +09:00
hiroyuki kikuchi
01ca3c8bed fix(typo): implmentation -> implementation 2022-04-01 19:05:23 +09:00
hiroyuki kikuchi
b5aaf9526a fix(typo): ammount -> amount 2022-04-01 19:01:20 +09:00
winkerVSbecks
dff40ca16c add code snippets for core frameworks 2022-03-28 14:43:02 -04:00
Pepijn
aef43db88e Fix many typos in the documentation 2022-03-18 19:22:17 +01:00
Norbert de Langen
89830ad763
change imports of types & interfaces to be clearly defined as type 2022-03-08 14:15:22 +01:00
Robin
aaae326cdc
Fix typo in the sub component documentation
Fix typo in the Empty and OneItem objects
2022-03-02 19:15:49 +01:00
Jonathan Beller
14c9e6be58 fix other instances of typo 2022-01-31 11:55:14 -05:00
jonniebigodes
aa186e5632 updates the api section 2022-01-06 20:45:26 +00:00
Michael Shilman
cb48a4a7e2 Fix whitespace bugs in MDX examples 2021-12-10 08:27:56 +08:00
Michael Shilman
0868839196 Remove extra line breaks in MDX multi-story examples 2021-12-05 01:49:50 +08:00
andrewvasilchuk
8aa18976f9 docs: fix incorrect Vue v-slot usage 2021-11-23 01:12:59 +02:00
jonniebigodes
076b81b241 API CLI adjustments and minor tweaks to the snippets 2021-11-09 23:18:56 +00:00
jonniebigodes
62f7253dfd Minor polishes for consistency 2021-11-09 01:41:54 +00:00
jonniebigodes
73a27af64a
Merge pull request #16621 from storybookjs/chore_configure_docs_6_4_port_CSF2
Chore: (Docs) Adjustments for the Configure Section for 6.4
2021-11-07 15:12:01 +00:00
jonniebigodes
7463960a69 Minor adjustments for the Configure Section for 6.4 2021-11-06 03:20:29 +00:00
jonniebigodes
10e5372f23
Merge pull request #16561 from storybookjs/chore_updates_writing_tests_CSF_2
Chore: (6.4 Docs) Updates the Writing tests section for CSF 2.0
2021-11-05 16:48:15 +00:00
jonniebigodes
34862c8eb3
Merge pull request #16583 from storybookjs/chore_updates_writing_stories_CSF_2
Chore: (Docs) Updates writing stories section for CSF2
2021-11-05 16:47:30 +00:00
jonniebigodes
7f3f82445b
Merge pull request #16595 from storybookjs/docs_fix_get_started_for_6_4
Chore: (Docs) Minor tweaks to the get started section for 6.4
2021-11-05 16:46:55 +00:00
jonniebigodes
8513c009cf
Merge pull request #16597 from storybookjs/docs_fix_writing_docs_for_6_4
Chore: (Docs) Writing docs section updates
2021-11-05 16:46:25 +00:00
jonniebigodes
7cbbc8ef3c
Merge pull request #16599 from storybookjs/minor_tweaks_to_essentials_section_csf_2_0
Chore: (Docs) Minor updates to the essentials section for 6.4
2021-11-05 16:46:04 +00:00
jonniebigodes
0acb1da896
Merge pull request #16600 from storybookjs/minor_tweaks_to_addons_docs_CSF_2
Chore: (Docs) Minor updates to the addons section docs for 6.4
2021-11-05 16:45:40 +00:00
jonniebigodes
02bc0d958e
Merge pull request #16602 from storybookjs/chore_minor_docs_changes_workflows_section_csf2
Chore: (Docs) Minor tweaks to the workflows docs for 6.4
2021-11-05 16:45:14 +00:00
jonniebigodes
0a88831c39 minor updates for the API section for 6.4 2021-11-04 23:51:08 +00:00
jonniebigodes
a2b2cee457 minor tweaks to the workflows docs for 6.4 2021-11-04 23:10:45 +00:00
jonniebigodes
647fd6f23e minor updates to the addons docs for 6.4 2021-11-04 21:29:03 +00:00