jonniebigodes
89ba297d34
removes snippets references to svelte native
2022-07-01 15:36:14 +01:00
jonniebigodes
3f6201df42
updates references of sb to storybook
2022-06-28 23:10:40 +01:00
Sruthi Sanigarapu
a86531d10d
Update document to show storybook initialization using npm.
...
npx storybook init command is installing storybook using yarn by
default on projects that use npm. This leads to clobbering of package.lock
when storybook addons are installed using npm. This update will show users
how to initialize storybook using npm.
2022-06-26 23:27:44 -05:00
Joshua
3389237122
Update whats-a-story.md
2022-06-24 20:20:54 +01:00
jonniebigodes
6020acdeba
Adds spacing to prevent issues with the link
2022-05-31 18:36:56 +01:00
Kyle Gach
0289996d85
Merge pull request #18022 from SulthanNK/update-cli-docs
...
Update: [#17934 ] CLI docs
2022-05-16 13:10:59 -06: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
jonniebigodes
b1eb7e7131
minor capitalization issues addressed
2022-05-09 18:17:17 +01:00
winkerVSbecks
fb3f18e863
add telemetry disclosure on the install, upgrade and CLI pages
2022-05-06 14:37:40 -04:00
jonniebigodes
ed9a1e645c
adds builders documentation
2022-05-05 23:37:51 +01:00
Michael Shilman
5f9f6f32f2
Core: Add optional telemetry and crash reporting
2022-04-29 00:11:50 +08:00
Sulthan Mohaideen
6dae6fdff9
Fix: [docs] updating cli docs command
2022-04-22 05:52:11 +05:30
jonniebigodes
7dee763b8c
fixes links across the monorepo
2022-04-01 00:37:02 +01:00
Kyle Gach
f096fb34ee
Merge pull request #17658 from fbredius/preact-code-snippet
...
Docs: Add remaining Preact code snippets for Get-Started section
2022-03-16 12:19:16 -06:00
fbredius-hp
c37d1cfea6
Docs: Add remaining Preact code snippets for Get-Started section
2022-03-16 09:35:21 +01:00
Travis Waith-Mair
5b2c412031
make command for html explicit
...
Since HTML projects can't be detected, it might as well be called out to use the HTML type explicitly in the docs
2022-03-10 16:34:20 -06:00
Michael Shilman
1e739163f0
Merge pull request #17559 from storybookjs/simplify-community-frameworks-2
...
Simplify community frameworks
2022-02-25 10:00:27 +08:00
fbredius-hp
40f983487b
Docs: Add Preact code snippet for Whats a Story
2022-02-24 09:35:05 +01:00
Kyle Gach
e2eaae8c76
Simplify community frameworks
...
- Remove marko, mithril, rax, & riot
2022-02-23 09:26:01 -07: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
Kyle Gach
fc5d40a0ab
Remove /docs/get-started/examples page
...
- Will redirect to /showcase in corresponding frontpage PR
- https://github.com/storybookjs/frontpage/pull/334
2022-02-09 19:38:55 -07:00
jonniebigodes
b65161364c
Updates to the Angular documentation
2022-02-01 22:25:21 +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
jonniebigodes
06539c6a46
Minor tweaks to the install section
2022-01-04 21:27:53 +00:00
Iago Pimenta
e7cea7798b
Merge branch 'next' into patch-1
2022-01-03 19:05:49 -03: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
Orr Gottlieb
89ee44bc8d
Vibe Design System
...
We just finished a complete redesign of our Open Source Component Library
We are using it in our Application and our Micro frontends
2021-12-28 15:19:27 +02:00
Iago Pimenta
6001195602
Add Reactstrap UI
...
Add Reactstrap UI(Stateless React Components for Bootstrap 5)
2021-12-20 11:56:24 -03: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
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
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
34606f6f9b
minor tweaks to the get started section
2021-11-04 15:48:36 +00:00
jonniebigodes
8afb9fe2e9
Merge branch 'next' into 6-4-docs
2021-11-02 18:09:04 +00:00
jonniebigodes
613f6de8bb
Merge latest branch 'next' into 6-4-docs
2021-10-04 15:55:22 +01:00
Fabien
8b8a153232
docs: add Talend design system example
2021-09-30 09:13:06 +02:00
Kyle Gach
e190a8cdb9
Update install docs
...
- Emphasize requirement to install in existing project
- Add link to Troubleshooting section
- Update welcome screenshot to include correct "edit" filename
- Re-arrange content order, so that Troubleshooting isn't last
- Update React Storybook examples
- Remove react-native-web, as that project no longer uses Storybook
- Point to SB Design System instead of react-dates, as it uses modern features
2021-09-28 12:16:49 -06:00
jonniebigodes
a7ba16a096
Merge pull request #15992 from JoshuaKGoldberg/patch-1
...
Examples: used https, and added Codecademy Gamut
2021-09-23 22:23:37 +01:00
Josh Goldberg
b923191af6
Un-sort
2021-09-16 09:24:57 -04:00
Josh Goldberg
c97a36de3c
Remove https from AnyVision UI
2021-09-14 19:40:33 -04:00
jonniebigodes
e72e2e325e
6.4 Get started updates
2021-09-13 20:31:48 +01:00
Raphael Martin Schindler
45b6311776
Fix typos
2021-09-08 08:25:35 -07:00
Josh Goldberg
bf94b7732b
Sorted examples, used https, and added Codecademy Gamut
...
Sending a PR instead of filing an issue because I figured it'd be easier to discuss all in one place, and the last change to this examples list didn't have a backing issue either. Sorry if I'm bypassing any kind of system here!
`Airbnb Dates`, `Anyvision UI`, and `Salesforce Lightning` were using `http` but could use `https` so I switched them over too. `Lonely Planet` is the last `http` link but its site doesn't seem to support `https`.
2021-09-07 12:36:17 -04:00
BANO.notIT
242a70af85
Update whats-a-story.md
2021-08-22 19:02:55 +03:00
ImgBotApp
786f7ba4d3
[ImgBot] Optimize images
...
*Total -- 3,401.59kb -> 3,293.11kb (3.19%)
/examples/official-storybook/storyshots-puppeteer/__image_snapshots__/storyshots-image-runner-js-image-snapshots-addons-storyshots-block-story-1-snap.png -- 3.21kb -> 0.63kb (80.3%)
/docs/get-started/storybook-third-party-docs.gif -- 2,276.93kb -> 2,183.31kb (4.11%)
/addons/backgrounds/docs/addon-backgrounds.gif -- 470.87kb -> 465.01kb (1.24%)
/addons/jest/docs/storybook-addon-jest.gif -- 650.58kb -> 644.16kb (0.99%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-08-17 22:05:04 +00:00
jonniebigodes
31b1e1fbca
adds a gif to be consumed by thirdparty docs
2021-08-17 20:49:46 +01:00
jonniebigodes
0f01c6adef
complements the docs with MDX
2021-08-05 18:51:23 +01:00