Blaine Bublitz
4664dcc2eb
Addon-docs: Change 2nd argument of transformSource to the storyContext
2020-08-26 11:41:25 -07:00
Michael Shilman
85053979fc
Document reordering Docs tab
2020-08-27 00:27:36 +08:00
martinerko
8a9f21035e
Update links
2020-08-12 15:37:25 +10:00
Michael Shilman
e85a4f2a9b
Addon-docs: Add Story.story for CSF stories with MDX docs
2020-08-01 14:00:23 +08:00
Michael Shilman
052836099e
CSF: Forbid duplicate kinds
2020-07-01 10:05:09 +08:00
Michael Shilman
4d1a3f4106
CSF: Update documentation to use hoisted CSF annotations
2020-05-25 15:24:48 +08:00
Melanie Seltzer
0b5203b75c
Update readme with small ThemeProvider example
2020-05-04 14:32:02 -07:00
Michael Shilman
1ac84086fe
Update recipes.md
2020-05-04 18:20:20 +08:00
Michael Shilman
87c33102ec
Add docs container recipe
2020-05-04 18:18:48 +08:00
Michael Shilman
0cdc337fe9
Addon-docs: Rename formatSource
to transformSource
2020-04-21 20:55:48 +08:00
Michael Shilman
54757192c5
Addon-docs: Fix reference links in documentation
2020-04-17 09:10:26 +08:00
Michael Shilman
677b941e8a
Fix docs & add docs.source.code
example
2020-03-11 14:55:48 +08:00
Michael Shilman
eff406f9de
Fix typo
2020-03-11 14:10:07 +08:00
Michael Shilman
52e63ba4b9
Addon-docs: formatSource snippet customization function
2020-03-10 12:18:50 +08:00
Emmanuel DEMEY
37ab0aff8f
fix: missin } in the docs addon documentation
2020-02-27 10:38:28 +01:00
Emmanuel DEMEY
0232feaf06
fix: remove useless \ in the documentation
2020-02-26 08:35:23 +01:00
Michael Shilman
8b11ec6eb9
Addon-docs: Documentation cleanup
2020-02-13 12:00:28 +08:00
Michael Shilman
3e086ef510
Document viewMode story parameter
2020-01-28 13:54:39 +08:00
Michael Shilman
615ce7f097
Merge branch 'next' into pr/9090
2020-01-28 13:05:15 +08:00
Norbert de Langen
b51cf035d2
MIGRATE recipes documentation to triconfig
2019-11-26 13:04:53 +01:00
Alan Choi
0500cc1504
fix non-working example code
...
The updated line produces the warning below:
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
2019-11-09 17:50:39 +09:00
Michael Shilman
437407b5c0
Addon-docs: Updated recipe for notes
as component description
2019-11-05 17:40:22 +08:00
Carolyn Stransky
e943357c54
Removed instances of easy, simple
2019-10-13 15:28:38 +02:00
Carolyn Stransky
b49a61064c
Removed instances of obvious, of course
2019-10-12 17:36:50 +02:00
Carolyn Stransky
7e37a123a3
Removed instances of just, easily
2019-10-12 17:32:44 +02:00
Carolyn Stransky
c426715d0a
Removed instances of simply
2019-10-12 17:04:33 +02:00
Michael Shilman
86c19caca5
Update recipes.md
2019-10-11 07:08:52 +08:00
Michael Shilman
fe29bba922
Tweak titles
2019-10-10 10:56:54 +08:00
Michael Shilman
caf5b8d2ef
MDX: Add back arbitrary markdown recipe
2019-10-10 10:54:39 +08:00
Michael Shilman
7d0123bb0c
MDX: Better ergonomics for documenting CSF ( #8312 )
...
MDX: Better ergonomics for documenting CSF
2019-10-08 08:17:46 +08:00
Michael Shilman
ba753a1b0d
Merge branch '8311-mdx-docs-for-csf' of github.com:storybookjs/storybook into 8311-mdx-docs-for-csf
2019-10-07 18:38:19 +08:00
Michael Shilman
8877757299
Fix typo
2019-10-07 18:35:45 +08:00
Michael Shilman
6fa7e2662a
Update addons/docs/docs/recipes.md
...
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2019-10-07 18:28:31 +08:00
Michael Shilman
1498ff4a91
Addon-docs: Docs disable parameter, documentation, examples
2019-10-07 16:48:02 +08:00
Michael Shilman
0d9b0f9735
MDX: Better recipe for MDX documentation of CSF + example
2019-10-07 16:07:58 +08:00
Michael Shilman
fc0f93f879
Merge branch 'next' into feature/addon-docs-docscontent-class
2019-09-23 17:10:31 -04:00
Michael Shilman
1de50b0d2d
Link to DocsPage announcement
2019-09-23 15:24:03 -04:00
Michael Shilman
d5ba326392
Addon-docs: document theming
2019-09-23 15:21:17 -04:00
Dom Jackson
503d422330
Update recipes.md
2019-09-07 17:59:44 +01:00
Michael Shilman
1f8dfb0391
Addon-docs: Recipe for mixing storiesOf and CSF/MDX
2019-09-04 09:59:27 +08:00
Joey Cozza
1d25f12b38
Addon-docs: Fix recipe for CSF stories with MDX docs
2019-08-28 14:07:56 -06:00
Michael Shilman
87ad1815a8
Addon-docs: Link to Storybook Design System example
2019-08-20 20:33:21 +08:00
Michael Shilman
17ed323e43
Addon-docs: Fix MDX on CSF and add test case to offical-storybook
2019-08-20 14:41:52 +08:00
Michael Shilman
ff43f9d7b2
Addon-docs: --docs
Export documentation
2019-08-20 09:07:44 +08:00
Michael Shilman
1a1c5eb8ed
Addon-docs: Info/notes migration instructions
2019-08-20 09:06:58 +08:00
Joey Cozza
990fd6ff9c
Addon-docs: Fixed some sample code to be more valid
2019-08-19 15:09:19 -06:00
Michael Shilman
9ed00db117
Addon-docs: Recipes documentation
2019-08-16 11:53:03 +08:00