167 Commits

Author SHA1 Message Date
Matt
b3a46c4850
Update MINIMAL_VIEWPORTS links
use next branch
2023-02-02 15:13:02 -05:00
Matt
cea5b3e96a
Fix MINIMAL_VIEWPORTS links 2023-02-02 12:25:30 -05:00
Josh Wooding
a9f388e6b8
Support customization of MDX plugins 2023-01-26 10:59:34 +00:00
Nolan Kovacik
89371fd269
Minor markdown fix
Noticed there was an unescaped `|` character in the markdown table. I didn't run a formatter on this, so you may wish to center markdown headers or etc with the formatter. Just wanted to put this in as a heads up!
2023-01-22 16:04:30 -08:00
jonniebigodes
76d85f114e
Merge branch 'next' into chore_docs_misc_feature_fixes 2023-01-19 18:09:04 +00:00
jonniebigodes
644fd8c862 intro essentials changes 2023-01-19 17:51:17 +00:00
jonniebigodes
0aacf4f4d9 essentials interactions changes 2023-01-19 17:49:25 +00:00
Valentin Palkovic
170749b17c Fix compodoc generation for angular sandboxes 2023-01-17 15:40:39 +01:00
jonniebigodes
e6b4b07e2f Updates to code snippets and docs 2023-01-16 12:58:08 +00:00
jonniebigodes
3b7f386470 Snippets updates 2023-01-06 19:15:31 +00:00
jonniebigodes
73fd4bdae9 Up to Essential section 2022-12-21 14:51:22 +00:00
Kyle Gach
03f1825a1d Add CSF 2->3 attributes to docs CodeSnippets 2022-12-05 12:37:36 -07:00
jonniebigodes
2671504c62 Essential assets and tiny docs fix 2022-12-02 16:10:23 +00:00
jonniebigodes
e79300c567 Adds Vue TS and Common TS snippets 2022-11-30 20:25:47 +00:00
Kyle Gach
a4bbb9599f Add YouTube callouts to relevant docs pages 2022-11-29 09:52:23 -07:00
jonniebigodes
8fa8e1302c
Merge pull request #20010 from geromegrignon/fix/typo
fix broken link
2022-11-29 15:26:54 +00:00
Gérôme Grignon
6c8ee6f6ce fix broken link 2022-11-29 15:06:15 +01:00
Norbert de Langen
adf4799fd4
change usage 2022-11-24 00:02:56 +01:00
jonniebigodes
6b6a860806
Merge pull request #18726 from JReinhold/patch-2
docs(addon-controls): custom matchers are no longer default
2022-11-23 14:02:05 +00:00
Jeppe Reinhold
9cb56e940f
change wording 2022-11-23 13:08:11 +01:00
jonniebigodes
acf8a8592a Removes mdx stories from the docs and misc updates 2022-11-16 18:24:16 +00:00
Michael Shilman
f7edd49250 Add csf-plugin to replace source-loader 2022-10-29 11:00:44 +08:00
jonniebigodes
edc83fd6c9 Adds link to configure controls with argtypes 2022-10-20 21:44:35 +01: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
Gert Hengeveld
6f4ca1785d Merge branch 'next' into ghengeveld/ap-1859-generic-step-function 2022-08-04 13:22:53 +02:00
Norbert de Langen
d08c11c6a3
lint the newly linted code 2022-07-25 18:51:24 +02:00
Jeppe Reinhold
8cc06acecd
Fix regex typo 2022-07-16 23:19:51 +02:00
Jeppe Reinhold
897f09fd1c
docs(addon-controls): custom matchers are no longer default
A PR at https://github.com/storybookjs/storybook/pull/14182 removed the default custom regex matchers for colors and dates Controls, and instead added them to the generated output from the CLI.
However the docs don't reflect this change, and felt quite confusing for me working in a project that didn't use a recent version of the CLI, and therefore didn't have the "default" matchers from the CLI.

I've tried to change the wording to reflect that they are only "defaults" if the reader actually sees them in the `.storybook/preview.js` file.

I'm open to inputs on wording, or basically anything.
2022-07-16 22:57:23 +02:00
Michael Shilman
40ccd92403 Merge branch 'next' into future/base 2022-07-15 11:09:15 -07:00
Gert Hengeveld
b64677450b Document step function 2022-07-05 14:50:25 +02: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
3c6d2f3da5
Merge branch 'future/base' into addon-highlight
# Conflicts:
#	addons/a11y/package.json
#	addons/a11y/src/components/A11yContext.tsx
#	addons/essentials/package.json
#	examples/html-kitchen-sink/package.json
#	examples/official-storybook/main.ts
#	examples/official-storybook/package.json
#	examples/preact-kitchen-sink/package.json
#	examples/server-kitchen-sink/package.json
#	examples/svelte-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/package.json
#	examples/web-components-kitchen-sink/yarn.lock
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-dev-posix
#	lib/core-server/src/__snapshots__/cra-ts-essentials_preview-prod-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/html-kitchen-sink_preview-prod-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-dev-posix
#	lib/core-server/src/__snapshots__/vue-3-cli_preview-prod-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-dev-posix
#	lib/core-server/src/__snapshots__/web-components-kitchen-sink_preview-prod-posix
#	nx.json
#	workspace.json
#	yarn.lock
2022-06-29 00:16:55 +02:00
jonniebigodes
3f6201df42 updates references of sb to storybook 2022-06-28 23:10:40 +01:00
jonniebigodes
2a3ef9a3d2 Updates to docs for better UX 2022-05-31 18:19:16 +01:00
jonniebigodes
0cbf2e43ba broken links fixed in monorepo 2022-04-27 17:33:29 +01:00
Yann Braga
065cc587c4 Merge branch 'next' into chore_docs_fix_dead_links_monorepo 2022-04-22 16:54:59 +02:00
Michael Shilman
4273ba4135 Merge branch 'next' into addon-highlight 2022-04-14 22:23:55 +08:00
jonniebigodes
3e1874a82d
Merge pull request #17905 from josh-degraw/next
docs: Fix reference to essentials configuration
2022-04-14 15:06:48 +01:00
winkerVSbecks
96af3d9807 Merge branch 'next' into addon-highlight 2022-04-14 09:39:04 -04:00
Olivia Voler
c96ab6b3ea
Fix typo in Annotation section 2022-04-13 15:05:03 -04:00
winkerVSbecks
1c478f9ff3 Merge branch 'next' into addon-highlight 2022-04-11 19:26:41 -04:00
jonniebigodes
0460fb4194
Merge branch 'next' into documentation-fixes 2022-04-08 19:26:04 +01:00
Josh DeGraw
1ad7a77397 Fix reference to essentials configuration 2022-04-06 10:17:14 -06:00
Yann Braga
090a00c601 Merge branch 'next' into addon-highlight 2022-04-05 23:00:20 +02:00
Michael Shilman
783e5aaf26 Merge branch 'next' of github.com:storybookjs/storybook into next 2022-04-05 18:07:29 +08:00
Michael Shilman
7f59abbe0f Update controls.md 2022-04-05 18:07:07 +08:00
Michael Shilman
5dee0358ff Controls: Rework conditional controls with globals, queries 2022-04-05 14:23:09 +08:00
jonniebigodes
7dee763b8c fixes links across the monorepo 2022-04-01 00:37:02 +01:00
winkerVSbecks
dff40ca16c add code snippets for core frameworks 2022-03-28 14:43:02 -04:00