583 Commits

Author SHA1 Message Date
Logan Allred
d0de62ef0e fix typo in gizmo example
`presetsColors` should be `presetColors`
2022-06-29 22:38:53 -06:00
Matthew Smith
19d9cc2ba3 Add html framework examples for the introduction docs 2022-06-27 09:41:20 -04:00
Matt Evenson
553b900665
Remove duplicate statement
`title: 'DocumentScreen',` appears twice in the component meta.
2022-06-12 21:55:52 -07:00
jonniebigodes
5bacf4d57f
Merge pull request #18378 from storybookjs/chore_docs_minor_fixes_snippets
Chore: (Docs) Minor updates to docs and snippets
2022-06-01 16:12:48 +01:00
Ian VanSchooten
2317e6e43f Fix global argTypes definition docs 2022-05-31 13:51:46 -04:00
jonniebigodes
2a3ef9a3d2 Updates to docs for better UX 2022-05-31 18:19:16 +01:00
saseungmin
dc497289e5 [Fix] Tyop in storybook-main-enable-transcludemarkdown.js.mdx
- Fix to code snippets in "https://storybook.js.org/docs/7.0/react/writing-docs/mdx"
- Fix typo storybook-main-enable-transcludemarkdown.js.mdx
2022-05-29 00:21:46 +09:00
jonniebigodes
44f7a2a032
Merge pull request #18345 from squarism/patch-1
documentation: Syntax error in vite builder docs
2022-05-27 22:48:55 +01:00
jonniebigodes
175ab5256a remove specific version 2022-05-27 21:10:53 +01:00
jonniebigodes
f7ff4b95dc Updates jest snippets to address jest 28 2022-05-27 19:39:08 +01:00
Chris Dillon
100450e950
fix: Syntax error in vite builder docs
Just a missing comma in the object.
2022-05-27 09:53:18 -07:00
jonniebigodes
0ecf7593d0 updates Build pages with MSW set up 2022-05-25 16:22:00 +01:00
Matt Oliver
3aa19fee07 adds optimized png and moves snippets to snippets folder 2022-05-18 21:17:06 -05:00
jonniebigodes
73cf6baf4e adds MDX 2 docs and gotchas 2022-05-17 22:30:21 +01:00
jonniebigodes
385b7d78f6
Merge pull request #18214 from storybookjs/chore_docs_update_sidebar_csf3_auto_title
Chore: (Docs) Adds CSF 3.0 docs on auto title feature
2022-05-13 17:30:02 +01:00
jonniebigodes
1ef57ecc59 addressed feedback 2022-05-13 15:45:36 +01:00
jonniebigodes
288ce5e016 Minor tweeks to the docs 2022-05-12 21:47:34 +01:00
jonniebigodes
a835b5418d adds CSF 3.0 docs on auto title feature 2022-05-12 21:24:41 +01:00
Ian VanSchooten
5a62b13993 Review feedback 2022-05-10 17:08:22 -04:00
Ian VanSchooten
23e12b162a Update Vite builder docs a bit 2022-05-10 10:35:00 -04:00
jonniebigodes
63ccca509e
Merge pull request #18153 from storybookjs/chore_docs_builders
Chore: (Docs) Adds Storybook builder documentation
2022-05-09 18:40:28 +01:00
Michael Shilman
aad962bb1a Add migration instructions for isToolshown rename 2022-05-09 09:51:38 +08:00
jonniebigodes
ed9a1e645c adds builders documentation 2022-05-05 23:37:51 +01:00
Jono Kolnik
b514ef08fa deprecate isToolshown, rename to showToolbar 2022-05-04 15:12:45 -04:00
Michael Shilman
612b03d75c
Merge pull request #18046 from storybookjs/tech/telemetry-pr
Core: Add optional telemetry and crash reporting
2022-05-02 22:20:57 +08: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
Michael Shilman
d88e9a5b8f CLI: Make disable telemetry consistent with other flags 2022-04-29 10:46:00 +08:00
Michael Shilman
e7c26b56e4 Merge branch 'next' into tech/telemetry-pr 2022-04-29 00:17:54 +08:00
Michael Shilman
5f9f6f32f2 Core: Add optional telemetry and crash reporting 2022-04-29 00:11:50 +08:00
Michael Shilman
1a6ea867d2
Merge pull request #17789 from cocco3/toolbar-dynamic-title
Toolbars: Add dynamicTitle option
2022-04-28 10:30:45 +08:00
jonniebigodes
dbb0dab387 fixes svelte example story 2022-04-27 05:19:23 +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
9653ca48d6 cleanup react story 2022-04-27 04:04:44 +01:00
jonniebigodes
76be573b59 update story name mdx 2022-04-27 04:02:46 +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
jonniebigodes
8de15a1ee9 Add initial instructions for addon 2022-04-27 01:12:30 +01:00
jonniebigodes
f567a7d95c
Merge pull request #17967 from storybookjs/chore_docs_testing_docs_updates_6_5
Chore: (Docs) Storybook 6.5 testing updates
2022-04-25 13:18:47 +01:00
jonniebigodes
5793055e26 minor tweaks 2022-04-25 12:47:47 +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
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
Matthew Borgman
7fb8699305
Remove errant , that's causing compilation errors
```
Error: Module build failed (from ../../node_modules/@mdx-js/loader/index.js):
SyntaxError: unknown: Unexpected token (195:16)

  193 |   language='css'
  194 |   dark
> 195 |   format={false},
      |                 ^
  196 |   code={`
  197 |      .container {
  198 |        display: grid | inline-grid;
```
2022-04-19 15:27:25 -05:00
Kyle Gach
18ef57b407
Merge pull request #17944 from lhew/patch-1
documentation: Update react/storybook-testing-addon-optional-config.js.mdx
2022-04-19 08:58:13 -06:00
Joe Cocco
b1e94486a5
Merge branch 'storybookjs:next' into toolbar-dynamic-title 2022-04-19 01:50:55 -07: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