Kyle Gach
|
3c45882cb1
|
Update web components snippets (JS & TS)
- For these pages (so far):
- /docs/get-started/whats-a-story
- /docs/get-started/setup
- /docs/writing-stories/introduction
- /docs/writing-stories/args
- /docs/writing-stories/parameters
- /docs/writing-stories/decorators
- /docs/writing-stories/play-function
- /docs/writing-stories/loaders
- /docs/writing-stories/build-pages-in-storybook
- /docs/writing-stories/stories-for-multiple-components
- /docs/api/csf
- Convert some snippets to "common" ones
- Remove unused snippets
|
2023-01-11 21:35:19 -07:00 |
|
Tom Coleman
|
427ec4433d
|
Rename docsPage to autodocs
And change semantics: `docsPage:true` = `autodocs: 'tag'` and `docsPage: 'automatic'` = `autodocs: true`.
|
2022-12-21 21:49:57 +11:00 |
|
jonniebigodes
|
df17553de0
|
Adds Docs 2 documentation
|
2022-12-13 18:22:21 +00:00 |
|
jonniebigodes
|
202154d05f
|
remove screen references
|
2022-11-17 19:29:32 +00:00 |
|
jonniebigodes
|
59567c9974
|
Svelte snippets done
|
2022-11-17 18:50:59 +00:00 |
|
Kasper Peulen
|
d007839263
|
Prettier it all
|
2022-11-17 16:33:22 +01:00 |
|
Jeppe Reinhold
|
2e017abaa2
|
in Svelte templates, make backgroundColor prop optional
|
2022-11-01 21:53:30 +01:00 |
|
Norbert de Langen
|
01c776c922
|
fix it in other places too (also formatting)
|
2022-09-26 09:41:44 +02:00 |
|
jonniebigodes
|
46315a82ce
|
Migrates examples to CSF 3
|
2022-09-15 00:54:47 +01:00 |
|
jonniebigodes
|
e7e6a2eb30
|
initial tweaks to the play function docs
|
2022-09-14 09:07:51 +01:00 |
|
jonniebigodes
|
6f771c4e20
|
Histogram migration examples to CSF 3
|
2022-09-08 21:20:10 +01:00 |
|
jonniebigodes
|
0b6051fc83
|
Adds why page
|
2022-09-07 16:39:26 +01:00 |
|
Norbert de Langen
|
249b1306cc
|
Merge branch 'next' into tech/root-change
|
2022-08-22 11:51:28 +02:00 |
|
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 |
|
Norbert de Langen
|
36702ebe0c
|
I changed #root => #storybook-root
I changed #docs-root => #storybook-docs
|
2022-08-02 11:18:33 +02:00 |
|
jonniebigodes
|
653ea83633
|
Svelte CSF 3 snippets
|
2022-07-07 19:15:02 +01:00 |
|
jonniebigodes
|
dbb0dab387
|
fixes svelte example story
|
2022-04-27 05:19:23 +01:00 |
|
jonniebigodes
|
072f25397c
|
cleanup snippets
|
2022-04-27 04:34:58 +01:00 |
|
jonniebigodes
|
1599754444
|
adds missing snippets
|
2022-04-27 03:58:45 +01:00 |
|
jonniebigodes
|
32b01120ef
|
addressing Yann's feedback
|
2022-04-19 21:43:05 +01:00 |
|
jonniebigodes
|
c5c64b4984
|
Storybook 6.5 testing updates
|
2022-04-14 19:08:57 +01:00 |
|
jonniebigodes
|
0460fb4194
|
Merge branch 'next' into documentation-fixes
|
2022-04-08 19:26:04 +01:00 |
|
hiroyuki kikuchi
|
7fb9c8d537
|
fix(typo): implmentation -> implementation
|
2022-04-01 19:05:15 +09:00 |
|
hiroyuki kikuchi
|
e972e552e8
|
fix(typo): ammount -> amount
|
2022-04-01 19:01:35 +09:00 |
|
hiroyuki kikuchi
|
e5cdedfafd
|
fix(typo): ammount -> amount
|
2022-04-01 19:01:29 +09:00 |
|
Pepijn
|
aef43db88e
|
Fix many typos in the documentation
|
2022-03-18 19:22:17 +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 |
|
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 |
|
jonniebigodes
|
f1fedb8836
|
minor updates to the essentials section for 6.4
|
2021-11-04 21:07:00 +00:00 |
|
jonniebigodes
|
f8c549069d
|
docs and snippets updates for writing docs section
|
2021-11-04 18:03:37 +00:00 |
|
jonniebigodes
|
34606f6f9b
|
minor tweaks to the get started section
|
2021-11-04 15:48:36 +00:00 |
|
jonniebigodes
|
c4405f6ab3
|
Writing Stories CSF 2.0
|
2021-11-03 23:31:14 +00:00 |
|
jonniebigodes
|
cad98d2102
|
6_4 writing Tests with CSF 2.0
|
2021-11-02 19:48:55 +00:00 |
|
jonniebigodes
|
29f929b74d
|
Merge pull request #16425 from storybookjs/chore_writing_tests_docs
Chore: (Docs) Writing tests updates
|
2021-10-27 18:01:38 +01:00 |
|