Alexander Trefz
b814ecad04
fix: Ensure Angular docsMode flag has effect & rename it to docs
2023-01-25 13:19:09 +01:00
jonniebigodes
76d85f114e
Merge branch 'next' into chore_docs_misc_feature_fixes
2023-01-19 18:09:04 +00:00
jonniebigodes
5d6b7681cb
setup page changes
2023-01-19 17:52:36 +00:00
jonniebigodes
9bec1ebbe7
install page changes
2023-01-19 17:52:10 +00:00
Valentin Palkovic
eb6d514283
Setup Storybook in Angular workspace via builders
2023-01-17 15:40:36 +01:00
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
Marcel Palmer
436361ce33
Vue Fontawesome, spelling change
...
Technically the correct name here is Fontawesome and not Fortawesome as shown in the url, this is definitely not a necessary change but is something I noticed.
2023-01-12 00:16:48 +02:00
jonniebigodes
e303928034
Adjusts links for framework matrix
2022-12-09 15:52:50 +00:00
Kyle Gach
03f1825a1d
Add CSF 2->3 attributes to docs CodeSnippets
2022-12-05 12:37:36 -07:00
jonniebigodes
9b609ad691
Get started section assets
2022-12-01 16:12:50 +00:00
jonniebigodes
e79300c567
Adds Vue TS and Common TS snippets
2022-11-30 20:25:47 +00:00
jonniebigodes
acf8a8592a
Removes mdx stories from the docs and misc updates
2022-11-16 18:24:16 +00:00
Ian VanSchooten
abb264aa3f
Deprecate --use-npm
, add --package-manager
2022-10-17 10:08:05 -04:00
Mathieu Laurent
d789935697
docs: update link to create a vue app
...
Vue CLI is in Maintenance Mode! https://cli.vuejs.org/
2022-09-29 10:38:48 +02:00
winkerVSbecks
100fb6f831
add a sub section on how to use stories
2022-09-12 22:19:29 -04:00
ImgBotApp
c15a699c65
[ImgBot] Optimize images
...
*Total -- 6,734.47kb -> 5,541.22kb (17.72%)
/docs/essentials/addon-interactions-installed-registered.png -- 192.42kb -> 91.28kb (52.56%)
/docs/sharing/embed-ghost.png -- 26.27kb -> 13.63kb (48.09%)
/docs/get-started/example-welcome.png -- 771.02kb -> 425.18kb (44.86%)
/docs/writing-tests/storybook-a11y-addon-unoptimized.png -- 84.18kb -> 51.25kb (39.12%)
/docs/writing-tests/storybook-addon-interactions-steps.png -- 94.59kb -> 63.12kb (33.27%)
/docs/essentials/highlight.png -- 768.06kb -> 520.53kb (32.23%)
/docs/sharing/figma-plugin-open-in-figma.png -- 17.89kb -> 13.34kb (25.41%)
/docs/builders/storybook-builder-workflow.png -- 178.12kb -> 146.62kb (17.69%)
/docs/sharing/embed-notion.png -- 12.86kb -> 10.59kb (17.59%)
/docs/sharing/design-addon-panel.png -- 411.09kb -> 342.33kb (16.73%)
/docs/sharing/storybook-zeplin-addon.png -- 157.87kb -> 135.76kb (14.01%)
/docs/sharing/storybook-zeroheight.gif -- 1,367.28kb -> 1,195.17kb (12.59%)
/docs/builders/storybook-builders.png -- 83.95kb -> 74.43kb (11.34%)
/docs/sharing/figma-plugin-paste-url.png -- 107.03kb -> 95.13kb (11.11%)
/docs/sharing/storybook-invision-dsm.gif -- 477.16kb -> 442.43kb (7.28%)
/docs/writing-tests/storybook-interaction-tests.gif -- 504.18kb -> 475.39kb (5.71%)
/docs/writing-tests/stories-are-tests-cropped.gif -- 587.61kb -> 560.76kb (4.57%)
/docs/writing-tests/addon-interactions-play-back-controls-allstates.gif -- 127.06kb -> 125.10kb (1.54%)
/code/examples/external-docs/public/vercel.svg -- 1.08kb -> 1.06kb (1%)
/docs/sharing/storybook-figma-addon.png -- 764.78kb -> 758.14kb (0.87%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-09-08 13:15:31 +00:00
Norbert de Langen
d08c11c6a3
lint the newly linted code
2022-07-25 18:51:24 +02:00
Michael Shilman
40ccd92403
Merge branch 'next' into future/base
2022-07-15 11:09:15 -07:00
jonniebigodes
89ba297d34
removes snippets references to svelte native
2022-07-01 15:36:14 +01:00
Norbert de Langen
ea3191f0c8
Merge branch 'next' into future/base
...
# Conflicts:
# addons/storyshots/storyshots-puppeteer/package.json
# addons/storysource/package.json
# examples/official-storybook/stories/addon-a11y/highlight.stories.js
# lib/api/src/lib/stories.ts
# lib/api/src/tests/stories.test.ts
# lib/core-server/src/build-static.ts
# lib/core-server/src/utils/StoryIndexGenerator.ts
# lib/manager-webpack4/src/presets/manager-preset.ts
# lib/telemetry/src/get-monorepo-type.ts
# yarn.lock
2022-07-01 11:51:12 +02:00
Norbert de Langen
90bbbda292
Merge branch 'next' into future/update-base-with-next
...
# Conflicts:
# addons/interactions/package.json
# examples/angular-cli/package.json
# examples/official-storybook/package.json
# examples/svelte-kitchen-sink/package.json
# examples/vue-3-cli/package.json
# examples/vue-kitchen-sink/package.json
# examples/web-components-kitchen-sink/package.json
# package.json
# yarn.lock
2022-06-29 08:52:29 +02: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
Michael Shilman
f0c2c8483f
Merge branch 'future/base' into future-hybrid-stories-index
2022-06-09 11:10:04 +08: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
a58a785be2
Merge branch 'future/base' into future-hybrid-stories-index
2022-05-05 20:37:26 +08: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