fbredius-hp
c37d1cfea6
Docs: Add remaining Preact code snippets for Get-Started section
2022-03-16 09:35:21 +01:00
Olivier Gafner
e6e62c6e59
add list-story-unchecked snippet
2022-02-17 22:45:19 +01:00
Kyle Gach
3707b795e1
Merge pull request #17316 from WIVSW/your-component-snippets-for-html
...
Your component snippets for html
2022-02-14 07:33:33 -07:00
jonniebigodes
a8d96b1776
Merge pull request #17479 from DovydasNavickas/patch-1
...
Double property initialization.
2022-02-12 12:22:47 +00:00
Michael Shilman
f4af62a7bc
Merge pull request #17358 from storybookjs/chore_docs_fix_storybook_config_overview
...
Chore: (Docs) Updates Storybook configuration docs for TS and flags.
2022-02-11 17:51:45 +08:00
Nam Hoang Le
354062ab0e
Correct the Template variable
...
The Template variable should receive the `args` and return a React component, instead of another function.
2022-02-11 09:04:03 +07:00
Dovydas Navickas
2c9acb31e6
Double title.
2022-02-10 15:19:27 +02:00
jonniebigodes
58b1d76795
minor updates to writing writing stories intro
2022-02-07 22:17:41 +00:00
jonniebigodes
5fe5b45fe7
snippet adjustments per feedback
2022-02-07 20:16:13 +00:00
Michael Shilman
7ef7784004
Merge pull request #17158 from fraserisland/patch-1
...
Update login-form-with-play-function.mdx.mdx
2022-02-08 02:12:54 +08:00
Michael Shilman
facbd2772d
Update docs/snippets/react/login-form-with-play-function.mdx.mdx
...
Co-authored-by: Michael Arestad <marestad@gmail.com>
2022-02-08 02:12:33 +08:00
Michael Shilman
312e79d081
Merge pull request #17387 from storybookjs/chore_docs_updates_for_angular
...
Chore: (Docs) Updates to the Angular documentation
2022-02-07 23:03:40 +08:00
jonniebigodes
ffc2cb4dfc
minor updates to the Essentials introduction
2022-02-03 21:23:49 +00:00
jonniebigodes
fc9cd60e59
updates decorators docs
2022-02-02 21:00:19 +00:00
jonniebigodes
e7d1401a3d
Updates per feedback
2022-02-02 18:07:10 +00:00
jonniebigodes
b65161364c
Updates to the Angular documentation
2022-02-01 22:25:21 +00:00
Jonathan Beller
14c9e6be58
fix other instances of typo
2022-01-31 11:55:14 -05:00
Jonathan Beller
19b43162ac
Update login-form-with-play-function.js.mdx
2022-01-31 11:45:51 -05:00
jonniebigodes
9c8238bafe
Removes copy of file
2022-01-27 21:30:34 +00:00
jonniebigodes
75175a48c2
updates Storybook configuration docs for TS and flags.
2022-01-27 21:23:33 +00:00
WIVSW
9bd8804ffb
Add your-component.ts snippet for html framework
2022-01-23 00:18:43 +05:00
WIVSW
841fe3753d
Add your-component.js snippet for html framework
2022-01-22 22:58:02 +05:00
Rasmus Nilsson
7733b1931d
Fix example syntax by adding missing =
2022-01-19 14:52:22 +01:00
jonniebigodes
bb22c9a113
minor adjustments to the install addons docs
2022-01-12 21:57:43 +00:00
jonniebigodes
72bcc2caa6
Minor tweaks to the addon knowledge base
2022-01-12 18:08:49 +00:00
jonniebigodes
daae37225d
Minor updates to the syntax highlight documentation.
2022-01-12 00:04:21 +00:00
Fraser Solomon
5ea562ca60
Update login-form-with-play-function.mdx.mdx
2022-01-07 17:04:45 +10:00
jonniebigodes
aa186e5632
updates the api section
2022-01-06 20:45:26 +00:00
Michael Shilman
98e74867af
Merge pull request #17037 from WIVSW/button-story-with-args-snippets-for-html
...
Button story with args snippets for html framework
2022-01-03 23:08:02 +08:00
domyen
f5656469d7
Fix exceptions
2021-12-23 14:50:59 -05:00
domyen
0f98d0c1a0
Update /sharing docs
2021-12-23 14:45:48 -05:00
WIVSW
8fe7687059
Add button-story-with-args.ts snippet for html framework
2021-12-18 15:16:08 +05:00
WIVSW
660cdeec1b
Add button-story-with-args.js snippet for html framework
2021-12-18 15:02:47 +05:00
Michael Shilman
9fd846950d
Merge pull request #16989 from WIVSW/button-story-snippets-for-html
...
Button story snippets for html framework
2021-12-15 17:23:35 +08:00
WIVSW
2c6621ceaa
Add button-story.ts snippet for html framework
2021-12-14 11:26:19 +05:00
WIVSW
738c72cbdb
Add button-story.js snippet for html framework
2021-12-14 11:15:49 +05: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
Yann Braga
6e4ac42958
Merge pull request #16762 from andrewvasilchuk/docs/incorrect-slot-usage
...
docs: fix incorrect Vue v-slot usage
2021-12-02 15:02:07 +01:00
Michael Shilman
43e59401f8
Merge pull request #16770 from mann-david/patch-3
...
Add require line for TsconfigPathsPlugin
2021-11-29 22:46:56 +08:00
Luke Brannagan
027f12f65b
Fix code snippet missing a chevron.
2021-11-28 10:56:30 +00:00
Dave
8a79e815bc
Add require line for TsconfigPathsPlugin
...
you also need const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin'); in main.js. Obvious, perhaps, but it could save someone a step if they miss it (like I did :-) )
2021-11-23 16:45:21 -05:00
andrewvasilchuk
8aa18976f9
docs: fix incorrect Vue v-slot usage
2021-11-23 01:12:59 +02:00
jonniebigodes
c7066122d8
Merge branch '6-4-docs' into next
2021-11-18 16:09:41 +00: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