Michael Shilman
|
c347791d5c
|
Merge branch 'next' into 1009-async-loaders
|
2020-10-12 16:02:49 +08:00 |
|
Michael Shilman
|
48c28d5cb1
|
Add loaders disclaimer
|
2020-10-12 15:26:25 +08:00 |
|
Michael Shilman
|
90a6fd0e86
|
Respond to review comments
|
2020-10-12 14:23:54 +08:00 |
|
Michael Shilman
|
cc0740fe7f
|
Merge pull request #12724 from profanis/decorators-in-introduction
docs: reference the decorators in the introduction page
|
2020-10-11 04:23:48 +08:00 |
|
Michael Shilman
|
142095f029
|
Merge pull request #12682 from Ryuno-Ki/patch-1
Your Component for Angular
|
2020-10-11 04:22:38 +08:00 |
|
Michael Shilman
|
09efbd06f3
|
Add known limitations
|
2020-10-10 17:50:35 +08:00 |
|
Michael Shilman
|
2441452314
|
Loaders: Add documentation
|
2020-10-10 17:41:04 +08:00 |
|
profanis
|
8a34275770
|
docs: reference the decorators in the introduction page
The deocrators apart from the actual landing page, have also a reference on the introduction page which should also have an Angular example.
|
2020-10-10 11:53:49 +03:00 |
|
Michael Shilman
|
5989fd2bb2
|
Merge branch 'next' into 1009-async-loaders
|
2020-10-10 10:48:39 +08:00 |
|
Michael Shilman
|
1f783a8341
|
6.1.0-alpha.22 next.json version file
|
2020-10-10 10:41:01 +08:00 |
|
Michael Shilman
|
8fdb58a41f
|
Merge pull request #12656 from profanis/angular-decorators
docs: explain how to use the decorators in angular
|
2020-10-10 10:15:59 +08:00 |
|
Michael Shilman
|
ffd539a83e
|
Merge pull request #12716 from storybookjs/fix_incorrect_links
Chore: Fix broken links in the documentation
|
2020-10-10 08:38:50 +08:00 |
|
profanis
|
6cc88c8923
|
docs: explain how to use the decorators in angular
|
2020-10-09 23:17:20 +03:00 |
|
Michael Shilman
|
7a86ccd2c9
|
Merge pull request #12717 from benforeva/patch-4
Make story consistent across the example
|
2020-10-09 08:12:56 +08:00 |
|
jonniebigodes
|
fe46634365
|
fix for the queryparams addon placement
|
2020-10-09 00:39:48 +01:00 |
|
jonniebigodes
|
0c9ec6b030
|
Broken links fixed
|
2020-10-08 23:35:41 +01:00 |
|
André Jaenisch
|
e6bbdb9b1b
|
Add Angular CodeSnippet to Setup docs
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
|
2020-10-08 22:48:57 +02:00 |
|
André Jaenisch
|
624b37ec8f
|
Your Component for Angular
|
2020-10-08 22:45:09 +02:00 |
|
Dale Seo
|
5e80e7bd0a
|
replace props with ArgsTable
|
2020-10-08 16:40:20 -04:00 |
|
Dale Seo
|
3e9a9a8838
|
Replace Props with ArgsTable
|
2020-10-08 16:38:17 -04:00 |
|
Michael Shilman
|
5e4673c33e
|
6.1.0-alpha.21 next.json version file
|
2020-10-08 23:32:30 +08:00 |
|
Andre Dickson
|
d8b43fa47d
|
Make story consistent across the example
|
2020-10-08 01:13:49 -04:00 |
|
Michael Shilman
|
8c9e0ac23c
|
Merge branch 'next' into 10009-poc-async-loaders
|
2020-10-07 13:10:34 +08:00 |
|
Michael Shilman
|
c1ff295246
|
Merge branch 'next' into 10009-poc-async-loaders
|
2020-10-07 12:23:34 +08:00 |
|
Giannis Koutsaftakis
|
64520024cb
|
Removed semicolon
Semicolon breaks the code in this snippet.
|
2020-10-07 00:08:32 +03:00 |
|
Philipp Munzert
|
73255fc79f
|
fix comment
|
2020-10-06 19:54:01 +02:00 |
|
Michael Shilman
|
261583b727
|
6.1.0-alpha.20 next.json version file
|
2020-10-05 13:26:06 +08:00 |
|
jacubsmith
|
5956a4b74c
|
Fixing missing comma typo
|
2020-10-04 11:16:53 +01:00 |
|
Michael Shilman
|
750f5424f3
|
6.1.0-alpha.19 next.json version file
|
2020-10-03 21:57:33 +08:00 |
|
jonniebigodes
|
09621d48c6
|
Update docs/workflows/faq.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
|
2020-10-02 18:58:11 +01:00 |
|
jonniebigodes
|
39610808e6
|
Initial content for issue
|
2020-10-01 20:51:56 +01:00 |
|
Michael Shilman
|
cdd97a8bfb
|
Merge pull request #12629 from whoisryosuke/patch-5
Relative link to docs broken
|
2020-10-01 03:49:27 +08:00 |
|
jonniebigodes
|
abe4af52ae
|
fixes issue 12611
|
2020-09-30 19:58:27 +01:00 |
|
Ryosuke
|
16c7a63057
|
Relative link to docs broken
The link to Storybook docs was relative, which on [the production site](https://storybook.js.org/docs/react/writing-docs/docs-page) links to the **next** branch, instead of the **master**.
Old link using relative:
`https://github.com/storybookjs/storybook/blob/next/addons/docs/README`
New link:
`https://github.com/storybookjs/storybook/blob/master/addons/docs/README.md`
Not sure if there's a way to use the relative link and have it point to master instead of next? But for now, hard-coded link will definitely work.
|
2020-09-30 11:04:40 -07:00 |
|
Michael Shilman
|
2c6e654ecb
|
6.1.0-alpha.18 next.json version file
|
2020-09-30 19:09:44 +08:00 |
|
Michael Shilman
|
2dee98f955
|
Merge pull request #12590 from jsoref/spelling
Fix spelling errors
|
2020-09-30 18:23:06 +08:00 |
|
Josh Soref
|
f6340d7c60
|
spelling: successful
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
6561efbbd3
|
spelling: shorthand
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:31 -04:00 |
|
Josh Soref
|
1e32953bfe
|
spelling: inferring
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:30 -04:00 |
|
Himesh Jain
|
10bdbae4a7
|
Make link to fork-ts-checker-webpack-plugin documentation point to v4
|
2020-09-28 21:47:18 +05:30 |
|
Michael Shilman
|
8366468dc9
|
6.1.0-alpha.17 next.json version file
|
2020-09-26 20:17:22 +08:00 |
|
Michael Shilman
|
100b2339ab
|
6.1.0-alpha.16 next.json version file
|
2020-09-25 18:01:31 +08:00 |
|
Michael Shilman
|
eca16d9111
|
Merge pull request #12368 from storybookjs/feat/revamp-addon-backgrounds
Addon-backgrounds: Add docs support and extend grid configuration
|
2020-09-25 17:05:28 +08:00 |
|
Norbert de Langen
|
4661d0edba
|
Merge pull request #12545 from storybookjs/fix-examples-md-comments
Fix comments in examples.md for MDX parser
|
2020-09-25 08:47:17 +02:00 |
|
Michael Shilman
|
9ee2865d06
|
6.1.0-alpha.15 next.json version file
|
2020-09-24 21:08:44 +08:00 |
|
Yann Braga
|
c0f7d5dcf7
|
docs(backgrounds): use correct snippet path
|
2020-09-24 14:58:27 +02:00 |
|
Yann Braga
|
879db65078
|
docs(addon-backgrounds): add docs about grid
|
2020-09-24 14:58:26 +02:00 |
|
Michael Shilman
|
98aea4978e
|
Merge pull request #12530 from storybookjs/docs/dynamic-source-snippets
Addon-docs: Document dynamic source snippets
|
2020-09-24 15:48:05 +08:00 |
|
jonniebigodes
|
1aa1257b19
|
Merge pull request #12510 from storybookjs/chore_add_docs_for_discussion_12336
Chore: Documentation for stories.json
|
2020-09-23 23:11:54 +01:00 |
|
saikumar221
|
56b0339852
|
Comment Update in your-component.ts.mdx
|
2020-09-23 15:07:08 +05:30 |
|