From 8b2fa1569da5292a6beaa8e61391cefa496490aa Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Mon, 20 Nov 2023 14:57:45 -0700 Subject: [PATCH] Remove `/` from URLs in docs --- docs/essentials/themes.md | 2 +- docs/faq.md | 4 ++-- docs/sharing/storybook-composition.md | 2 +- .../build-storybook-production-mode.with-builder.js.mdx | 2 +- docs/snippets/angular/button-story-default-export.ts.mdx | 2 +- docs/snippets/angular/button-story-grouped.ts.mdx | 2 +- docs/snippets/angular/button-story-hoisted.ts.mdx | 2 +- docs/snippets/angular/button-story-rename-story.ts.mdx | 2 +- .../snippets/angular/button-story-with-addon-example.ts.mdx | 4 ++-- docs/snippets/angular/button-story-with-emojis.ts.mdx | 2 +- docs/snippets/angular/button-story-with-parameters.ts.mdx | 2 +- docs/snippets/angular/button-story.ts.mdx | 2 +- docs/snippets/angular/checkbox-story-grouped.ts.mdx | 2 +- .../angular/component-story-auto-title.csf3-story-ts.ts.mdx | 2 +- .../angular/component-story-figma-integration.ts.mdx | 2 +- docs/snippets/angular/foo-bar-baz-story.ts.mdx | 2 +- docs/snippets/angular/list-story-reuse-data.ts.mdx | 2 +- docs/snippets/angular/list-story-template.ts.mdx | 4 ++-- docs/snippets/angular/list-story-unchecked.ts.mdx | 4 ++-- docs/snippets/angular/loader-story.ts.mdx | 2 +- docs/snippets/angular/login-form-with-play-function.ts.mdx | 4 ++-- .../angular/my-component-play-function-alt-queries.ts.mdx | 4 ++-- .../angular/my-component-play-function-composition.ts.mdx | 2 +- .../angular/my-component-play-function-query-findby.ts.mdx | 2 +- .../angular/my-component-play-function-waitfor.ts.mdx | 4 ++-- .../my-component-play-function-with-clickevent.ts.mdx | 6 +++--- .../angular/my-component-play-function-with-delay.ts.mdx | 2 +- .../my-component-play-function-with-selectevent.ts.mdx | 2 +- .../angular/my-component-story-mandatory-export.ts.mdx | 2 +- docs/snippets/angular/other-foo-bar-story.ts.mdx | 2 +- .../angular/register-component-with-play-function.ts.mdx | 4 ++-- .../angular/storybook-csf-3-auto-title-redundant.ts.mdx | 2 +- .../angular/storybook-interactions-play-function.ts.mdx | 2 +- .../angular/storybook-interactions-step-function.ts.mdx | 2 +- docs/snippets/common/button-story-default-export.js.mdx | 2 +- docs/snippets/common/button-story-default-export.ts-4-9.mdx | 2 +- docs/snippets/common/button-story-default-export.ts.mdx | 2 +- docs/snippets/common/button-story-disable-addon.js.mdx | 2 +- docs/snippets/common/button-story-disable-addon.ts-4-9.mdx | 2 +- docs/snippets/common/button-story-disable-addon.ts.mdx | 2 +- docs/snippets/common/button-story-grouped.js.mdx | 2 +- docs/snippets/common/button-story-grouped.ts-4-9.mdx | 2 +- docs/snippets/common/button-story-grouped.ts.mdx | 2 +- docs/snippets/common/button-story-hoisted.js.mdx | 2 +- docs/snippets/common/button-story-hoisted.ts-4-9.mdx | 2 +- docs/snippets/common/button-story-hoisted.ts.mdx | 2 +- docs/snippets/common/button-story-with-parameters.js.mdx | 2 +- docs/snippets/common/checkbox-story-grouped.js.mdx | 2 +- docs/snippets/common/checkbox-story-grouped.ts-4-9.mdx | 2 +- docs/snippets/common/checkbox-story-grouped.ts.mdx | 2 +- .../component-story-auto-title.csf3-story-ts.ts-4-9.mdx | 2 +- .../common/component-story-auto-title.csf3-story-ts.ts.mdx | 2 +- .../common/component-story-auto-title.csf3-story.js.mdx | 2 +- docs/snippets/common/custom-docs-page.mdx.mdx | 2 +- docs/snippets/common/foo-bar-baz-story.js.mdx | 2 +- docs/snippets/common/foo-bar-baz-story.ts-4-9.mdx | 2 +- docs/snippets/common/foo-bar-baz-story.ts.mdx | 2 +- .../common/my-component-play-function-alt-queries.js.mdx | 4 ++-- .../my-component-play-function-alt-queries.ts-4-9.mdx | 4 ++-- .../common/my-component-play-function-alt-queries.ts.mdx | 4 ++-- .../common/my-component-play-function-composition.js.mdx | 2 +- .../my-component-play-function-composition.ts-4-9.mdx | 2 +- .../common/my-component-play-function-composition.ts.mdx | 2 +- .../common/my-component-play-function-query-findby.js.mdx | 2 +- .../my-component-play-function-query-findby.ts-4-9.mdx | 2 +- .../common/my-component-play-function-query-findby.ts.mdx | 2 +- .../common/my-component-play-function-waitfor.js.mdx | 4 ++-- .../common/my-component-play-function-waitfor.ts-4-9.mdx | 4 ++-- .../common/my-component-play-function-waitfor.ts.mdx | 4 ++-- .../my-component-play-function-with-clickevent.js.mdx | 6 +++--- .../my-component-play-function-with-clickevent.ts-4-9.mdx | 6 +++--- .../my-component-play-function-with-clickevent.ts.mdx | 6 +++--- .../common/my-component-play-function-with-delay.js.mdx | 2 +- .../common/my-component-play-function-with-delay.ts-4-9.mdx | 2 +- .../common/my-component-play-function-with-delay.ts.mdx | 2 +- .../my-component-play-function-with-selectevent.js.mdx | 2 +- .../my-component-play-function-with-selectevent.ts-4-9.mdx | 2 +- .../my-component-play-function-with-selectevent.ts.mdx | 2 +- .../common/my-component-story-mandatory-export.js.mdx | 2 +- .../common/my-component-story-mandatory-export.ts-4-9.mdx | 2 +- .../common/my-component-story-mandatory-export.ts.mdx | 2 +- docs/snippets/common/my-component-story.js.mdx | 2 +- docs/snippets/common/other-foo-bar-story.js.mdx | 2 +- docs/snippets/common/other-foo-bar-story.ts-4-9.mdx | 2 +- docs/snippets/common/other-foo-bar-story.ts.mdx | 2 +- .../common/register-component-with-play-function.js.mdx | 4 ++-- .../common/register-component-with-play-function.ts-4-9.mdx | 4 ++-- .../common/register-component-with-play-function.ts.mdx | 4 ++-- .../storybook-addon-toolkit-panel-example.panel.ts.mdx | 4 ++-- .../common/storybook-addon-toolkit-tab-example.tab.ts.mdx | 2 +- .../common/storybook-csf-3-auto-title-redundant.ts-4-9.mdx | 2 +- .../common/storybook-csf-3-auto-title-redundant.ts.mdx | 2 +- .../common/storybook-fix-imports-autodocs-monorepo.js.mdx | 2 +- .../storybook-fix-imports-autodocs-monorepo.ts-4-9.mdx | 2 +- .../common/storybook-fix-imports-autodocs-monorepo.ts.mdx | 2 +- .../common/storybook-interactions-play-function.js.mdx | 2 +- .../common/storybook-interactions-play-function.ts-4-9.mdx | 2 +- .../common/storybook-interactions-play-function.ts.mdx | 2 +- .../common/storybook-interactions-step-function.js.mdx | 2 +- .../common/storybook-interactions-step-function.ts-4-9.mdx | 2 +- .../common/storybook-interactions-step-function.ts.mdx | 2 +- .../common/storybook-mdx-template-with-prop.mdx.mdx | 2 +- docs/snippets/common/test-runner-a11y-config.js.mdx | 2 +- docs/snippets/common/test-runner-a11y-config.ts.mdx | 2 +- docs/snippets/common/test-runner-a11y-configure.js.mdx | 2 +- docs/snippets/common/test-runner-a11y-configure.ts.mdx | 2 +- docs/snippets/common/test-runner-a11y-disable.js.mdx | 2 +- docs/snippets/common/test-runner-a11y-disable.ts.mdx | 2 +- docs/snippets/html/button-story-component-decorator.js.mdx | 4 ++-- docs/snippets/html/button-story-component-decorator.ts.mdx | 2 +- docs/snippets/html/button-story-default-exports.js.mdx | 2 +- docs/snippets/html/button-story-default-exports.ts.mdx | 2 +- docs/snippets/html/button-story-rename-story.js.mdx | 4 ++-- docs/snippets/html/button-story-rename-story.ts.mdx | 4 ++-- docs/snippets/html/button-story-using-args.js.mdx | 4 ++-- docs/snippets/html/button-story-using-args.ts.mdx | 4 ++-- docs/snippets/html/button-story-with-args.js.mdx | 4 ++-- docs/snippets/html/button-story-with-args.ts.mdx | 4 ++-- docs/snippets/html/button-story-with-blue-args.js.mdx | 2 +- docs/snippets/html/button-story-with-blue-args.ts.mdx | 2 +- docs/snippets/html/button-story-with-emojis.js.mdx | 4 ++-- docs/snippets/html/button-story-with-emojis.ts.mdx | 4 ++-- docs/snippets/html/button-story.js.mdx | 4 ++-- docs/snippets/html/button-story.ts.mdx | 4 ++-- docs/snippets/html/histogram-story.js.mdx | 4 ++-- docs/snippets/html/histogram-story.ts.mdx | 4 ++-- docs/snippets/html/list-story-expanded.js.mdx | 4 ++-- docs/snippets/html/list-story-expanded.ts.mdx | 2 +- docs/snippets/html/list-story-reuse-data.js.mdx | 4 ++-- docs/snippets/html/list-story-reuse-data.ts.mdx | 4 ++-- docs/snippets/html/list-story-starter.js.mdx | 2 +- docs/snippets/html/list-story-starter.ts.mdx | 2 +- docs/snippets/html/your-component.js.mdx | 4 ++-- docs/snippets/html/your-component.ts.mdx | 4 ++-- docs/snippets/preact/button-story-with-args.js.mdx | 2 +- docs/snippets/preact/button-story.js.mdx | 2 +- docs/snippets/preact/histogram-story.js.mdx | 2 +- docs/snippets/preact/histogram-story.mdx.mdx | 2 +- docs/snippets/preact/your-component.js.mdx | 2 +- docs/snippets/react/button-story-rename-story.js.mdx | 2 +- docs/snippets/react/button-story-rename-story.ts-4-9.mdx | 2 +- docs/snippets/react/button-story-rename-story.ts.mdx | 2 +- docs/snippets/react/button-story-with-addon-example.js.mdx | 2 +- .../react/button-story-with-addon-example.ts-4-9.mdx | 4 ++-- docs/snippets/react/button-story-with-addon-example.ts.mdx | 4 ++-- docs/snippets/react/button-story-with-emojis.js.mdx | 2 +- docs/snippets/react/button-story-with-emojis.ts-4-9.mdx | 2 +- docs/snippets/react/button-story-with-emojis.ts.mdx | 2 +- docs/snippets/react/button-story-with-parameters.js.mdx | 2 +- docs/snippets/react/button-story-with-parameters.ts-4-9.mdx | 2 +- docs/snippets/react/button-story-with-parameters.ts.mdx | 2 +- docs/snippets/react/button-story.js.mdx | 2 +- docs/snippets/react/button-story.ts-4-9.mdx | 2 +- docs/snippets/react/button-story.ts.mdx | 2 +- .../snippets/react/component-story-figma-integration.js.mdx | 2 +- .../react/component-story-figma-integration.ts-4-9.mdx | 2 +- .../snippets/react/component-story-figma-integration.ts.mdx | 2 +- docs/snippets/react/list-story-expanded.js.mdx | 2 +- docs/snippets/react/list-story-expanded.ts-4-9.mdx | 2 +- docs/snippets/react/list-story-expanded.ts.mdx | 2 +- docs/snippets/react/list-story-reuse-data.js.mdx | 2 +- docs/snippets/react/list-story-reuse-data.ts-4-9.mdx | 2 +- docs/snippets/react/list-story-reuse-data.ts.mdx | 2 +- docs/snippets/react/list-story-template.js.mdx | 2 +- docs/snippets/react/list-story-template.ts-4-9.mdx | 2 +- docs/snippets/react/list-story-template.ts.mdx | 2 +- docs/snippets/react/list-story-unchecked.js.mdx | 2 +- docs/snippets/react/list-story-unchecked.ts-4-9.mdx | 2 +- docs/snippets/react/list-story-unchecked.ts.mdx | 2 +- .../react/list-story-with-unchecked-children.js.mdx | 2 +- .../react/list-story-with-unchecked-children.ts-4-9.mdx | 2 +- .../react/list-story-with-unchecked-children.ts.mdx | 2 +- docs/snippets/react/loader-story.js.mdx | 2 +- docs/snippets/react/loader-story.ts-4-9.mdx | 2 +- docs/snippets/react/loader-story.ts.mdx | 2 +- docs/snippets/react/login-form-with-play-function.js.mdx | 4 ++-- .../snippets/react/login-form-with-play-function.ts-4-9.mdx | 4 ++-- docs/snippets/react/login-form-with-play-function.ts.mdx | 4 ++-- docs/snippets/solid/button-story-rename-story.js.mdx | 2 +- docs/snippets/solid/button-story-rename-story.ts-4-9.mdx | 2 +- docs/snippets/solid/button-story-rename-story.ts.mdx | 2 +- docs/snippets/solid/button-story-with-addon-example.js.mdx | 2 +- .../solid/button-story-with-addon-example.ts-4-9.mdx | 4 ++-- docs/snippets/solid/button-story-with-addon-example.ts.mdx | 4 ++-- docs/snippets/solid/button-story-with-emojis.js.mdx | 2 +- docs/snippets/solid/button-story-with-emojis.ts-4-9.mdx | 2 +- docs/snippets/solid/button-story-with-emojis.ts.mdx | 2 +- docs/snippets/solid/button-story.js.mdx | 2 +- docs/snippets/solid/button-story.ts-4-9.mdx | 2 +- docs/snippets/solid/button-story.ts.mdx | 2 +- docs/snippets/solid/list-story-expanded.js.mdx | 2 +- docs/snippets/solid/list-story-expanded.ts-4-9.mdx | 2 +- docs/snippets/solid/list-story-expanded.ts.mdx | 2 +- docs/snippets/solid/list-story-reuse-data.js.mdx | 2 +- docs/snippets/solid/list-story-reuse-data.ts-4-9.mdx | 2 +- docs/snippets/solid/list-story-reuse-data.ts.mdx | 2 +- docs/snippets/solid/list-story-template.js.mdx | 2 +- docs/snippets/solid/list-story-template.ts-4-9.mdx | 2 +- docs/snippets/solid/list-story-template.ts.mdx | 2 +- docs/snippets/solid/list-story-unchecked.js.mdx | 2 +- docs/snippets/solid/list-story-unchecked.ts-4-9.mdx | 2 +- docs/snippets/solid/list-story-unchecked.ts.mdx | 2 +- docs/snippets/solid/list-story-with-subcomponents.js.mdx | 2 +- .../snippets/solid/list-story-with-subcomponents.ts-4-9.mdx | 2 +- docs/snippets/solid/list-story-with-subcomponents.ts.mdx | 2 +- .../solid/list-story-with-unchecked-children.js.mdx | 2 +- .../solid/list-story-with-unchecked-children.ts-4-9.mdx | 2 +- .../solid/list-story-with-unchecked-children.ts.mdx | 2 +- docs/snippets/solid/loader-story.js.mdx | 2 +- docs/snippets/solid/loader-story.ts-4-9.mdx | 2 +- docs/snippets/solid/loader-story.ts.mdx | 2 +- docs/snippets/solid/login-form-with-play-function.js.mdx | 4 ++-- .../snippets/solid/login-form-with-play-function.ts-4-9.mdx | 4 ++-- docs/snippets/solid/login-form-with-play-function.ts.mdx | 4 ++-- docs/snippets/svelte/button-group-story.js.mdx | 2 +- ...tton-story-click-handler-simplificated.native-format.mdx | 2 +- docs/snippets/svelte/button-story-decorator.js.mdx | 2 +- docs/snippets/svelte/button-story-decorator.mdx.mdx | 2 +- docs/snippets/svelte/button-story-default-docs-code.js.mdx | 2 +- docs/snippets/svelte/button-story-rename-story.js.mdx | 2 +- docs/snippets/svelte/button-story-using-args.js.mdx | 2 +- docs/snippets/svelte/button-story-with-addon-example.js.mdx | 4 ++-- docs/snippets/svelte/button-story-with-args.js.mdx | 2 +- docs/snippets/svelte/button-story-with-args.mdx.mdx | 2 +- docs/snippets/svelte/button-story-with-args.ts-4-9.mdx | 2 +- docs/snippets/svelte/button-story-with-args.ts.mdx | 2 +- docs/snippets/svelte/button-story-with-emojis.js.mdx | 2 +- docs/snippets/svelte/button-story-with-emojis.mdx.mdx | 2 +- docs/snippets/svelte/button-story.js.mdx | 2 +- docs/snippets/svelte/button-story.mdx.mdx | 2 +- docs/snippets/svelte/button-story.ts-4-9.mdx | 2 +- docs/snippets/svelte/button-story.ts.mdx | 2 +- docs/snippets/svelte/checkbox-story.mdx.mdx | 2 +- .../svelte/component-story-figma-integration.js.mdx | 2 +- .../svelte/component-story-figma-integration.mdx.mdx | 2 +- .../svelte/component-story-mdx-story-by-name.mdx.mdx | 2 +- .../svelte/component-story-static-asset-cdn.mdx.mdx | 2 +- .../svelte/component-story-static-asset-with-import.mdx.mdx | 2 +- .../svelte/component-story-with-accessibility.mdx.mdx | 2 +- docs/snippets/svelte/histogram-story.js.mdx | 2 +- docs/snippets/svelte/histogram-story.mdx.mdx | 2 +- docs/snippets/svelte/histogram-story.ts-4-9.mdx | 2 +- docs/snippets/svelte/histogram-story.ts.mdx | 2 +- docs/snippets/svelte/loader-story.js.mdx | 2 +- docs/snippets/svelte/loader-story.mdx.mdx | 2 +- docs/snippets/svelte/login-form-with-play-function.js.mdx | 6 +++--- docs/snippets/svelte/login-form-with-play-function.mdx.mdx | 4 ++-- docs/snippets/svelte/mdx-canvas-multiple-stories.mdx.mdx | 2 +- .../svelte/my-component-story-configure-viewports.mdx.mdx | 2 +- .../svelte/my-component-story-use-globaltype.mdx.mdx | 2 +- .../snippets/svelte/my-component-with-env-variables.mdx.mdx | 2 +- docs/snippets/svelte/page-story.js.mdx | 2 +- docs/snippets/svelte/storybook-addon-a11y-disable.mdx.mdx | 2 +- .../svelte/storybook-addon-a11y-story-config.mdx.mdx | 2 +- docs/snippets/svelte/your-component.js.mdx | 2 +- docs/snippets/vue/button-group-story.2.js.mdx | 2 +- docs/snippets/vue/button-group-story.3.js.mdx | 2 +- docs/snippets/vue/button-story-decorator.js.mdx | 2 +- docs/snippets/vue/button-story-decorator.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-decorator.ts.mdx | 2 +- docs/snippets/vue/button-story-rename-story.js.mdx | 2 +- docs/snippets/vue/button-story-rename-story.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-rename-story.ts.mdx | 2 +- docs/snippets/vue/button-story-using-args.2.js.mdx | 2 +- docs/snippets/vue/button-story-using-args.2.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-using-args.2.ts.mdx | 2 +- docs/snippets/vue/button-story-using-args.3.js.mdx | 2 +- docs/snippets/vue/button-story-using-args.3.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-using-args.3.ts.mdx | 2 +- docs/snippets/vue/button-story-with-addon-example.js.mdx | 2 +- .../snippets/vue/button-story-with-addon-example.ts-4-9.mdx | 4 ++-- docs/snippets/vue/button-story-with-addon-example.ts.mdx | 4 ++-- docs/snippets/vue/button-story-with-args.2.js.mdx | 2 +- docs/snippets/vue/button-story-with-args.2.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-with-args.2.ts.mdx | 2 +- docs/snippets/vue/button-story-with-args.3.js.mdx | 2 +- docs/snippets/vue/button-story-with-args.3.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-with-args.3.ts.mdx | 2 +- docs/snippets/vue/button-story-with-emojis.js.mdx | 2 +- docs/snippets/vue/button-story-with-emojis.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story-with-emojis.ts.mdx | 2 +- docs/snippets/vue/button-story.js.mdx | 2 +- docs/snippets/vue/button-story.ts-4-9.mdx | 2 +- docs/snippets/vue/button-story.ts.mdx | 2 +- docs/snippets/vue/component-story-figma-integration.js.mdx | 2 +- .../vue/component-story-figma-integration.ts-4-9.mdx | 2 +- docs/snippets/vue/component-story-figma-integration.ts.mdx | 2 +- .../vue/documentscreen-story-msw-graphql-query.js.mdx | 2 +- .../vue/documentscreen-story-msw-graphql-query.ts-4-9.mdx | 2 +- .../vue/documentscreen-story-msw-graphql-query.ts.mdx | 2 +- docs/snippets/vue/histogram-story.2.js.mdx | 2 +- docs/snippets/vue/histogram-story.2.ts-4-9.mdx | 2 +- docs/snippets/vue/histogram-story.2.ts.mdx | 2 +- docs/snippets/vue/histogram-story.3.js.mdx | 2 +- docs/snippets/vue/histogram-story.3.ts-4-9.mdx | 2 +- docs/snippets/vue/histogram-story.3.ts.mdx | 2 +- docs/snippets/vue/list-story-expanded.js.mdx | 2 +- docs/snippets/vue/list-story-expanded.ts-4-9.mdx | 2 +- docs/snippets/vue/list-story-expanded.ts.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.2.js.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.2.ts-4-9.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.2.ts.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.3.js.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.3.ts-4-9.mdx | 2 +- docs/snippets/vue/list-story-reuse-data.3.ts.mdx | 2 +- docs/snippets/vue/list-story-template.2.js.mdx | 2 +- docs/snippets/vue/list-story-template.2.ts-4-9.mdx | 2 +- docs/snippets/vue/list-story-template.2.ts.mdx | 2 +- docs/snippets/vue/list-story-template.3.js.mdx | 2 +- docs/snippets/vue/list-story-template.3.ts-4-9.mdx | 2 +- docs/snippets/vue/list-story-template.3.ts.mdx | 2 +- docs/snippets/vue/list-story-unchecked.2.js.mdx | 4 ++-- docs/snippets/vue/list-story-unchecked.2.ts-4-9.mdx | 4 ++-- docs/snippets/vue/list-story-unchecked.2.ts.mdx | 4 ++-- docs/snippets/vue/list-story-unchecked.3.js.mdx | 4 ++-- docs/snippets/vue/list-story-unchecked.3.ts-4-9.mdx | 4 ++-- docs/snippets/vue/list-story-unchecked.3.ts.mdx | 4 ++-- docs/snippets/vue/loader-story.js.mdx | 2 +- docs/snippets/vue/loader-story.ts-4-9.mdx | 2 +- docs/snippets/vue/loader-story.ts.mdx | 2 +- docs/snippets/vue/login-form-with-play-function.js.mdx | 4 ++-- docs/snippets/vue/login-form-with-play-function.ts-4-9.mdx | 4 ++-- docs/snippets/vue/login-form-with-play-function.ts.mdx | 4 ++-- docs/snippets/vue/page-story.2.-ts-4-9.mdx | 2 +- docs/snippets/vue/page-story.2.js.mdx | 2 +- docs/snippets/vue/page-story.2.ts.mdx | 2 +- docs/snippets/vue/page-story.3.js.mdx | 2 +- docs/snippets/vue/page-story.3.ts-4-9.mdx | 2 +- docs/snippets/vue/page-story.3.ts.mdx | 2 +- docs/snippets/vue/your-component.2.ts-4-9.mdx | 2 +- docs/snippets/vue/your-component.2.ts.mdx | 2 +- docs/snippets/vue/your-component.3.js.mdx | 2 +- docs/snippets/vue/your-component.3.ts-4-9.mdx | 2 +- docs/snippets/vue/your-component.3.ts.mdx | 2 +- .../web-components/button-story-with-addon-example.js.mdx | 2 +- .../web-components/button-story-with-addon-example.ts.mdx | 2 +- .../snippets/web-components/button-story-with-emojis.js.mdx | 2 +- .../snippets/web-components/button-story-with-emojis.ts.mdx | 2 +- docs/snippets/web-components/loader-story.js.mdx | 2 +- docs/snippets/web-components/loader-story.ts.mdx | 2 +- .../web-components/login-form-with-play-function.js.mdx | 4 ++-- .../web-components/login-form-with-play-function.ts.mdx | 4 ++-- .../my-component-play-function-alt-queries.js.mdx | 4 ++-- .../my-component-play-function-alt-queries.ts.mdx | 4 ++-- .../my-component-play-function-composition.js.mdx | 2 +- .../my-component-play-function-composition.ts.mdx | 2 +- .../my-component-play-function-query-findby.js.mdx | 2 +- .../my-component-play-function-query-findby.ts.mdx | 2 +- .../my-component-play-function-waitfor.js.mdx | 4 ++-- .../my-component-play-function-waitfor.ts.mdx | 4 ++-- .../my-component-play-function-with-clickevent.js.mdx | 6 +++--- .../my-component-play-function-with-clickevent.ts.mdx | 6 +++--- .../my-component-play-function-with-delay.js.mdx | 2 +- .../my-component-play-function-with-delay.ts.mdx | 2 +- .../my-component-play-function-with-selectevent.js.mdx | 2 +- .../my-component-play-function-with-selectevent.ts.mdx | 2 +- ...y-component-story-use-globaltype-backwards-compat.js.mdx | 2 +- ...y-component-story-use-globaltype-backwards-compat.ts.mdx | 2 +- .../register-component-with-play-function.js.mdx | 4 ++-- .../register-component-with-play-function.ts.mdx | 4 ++-- .../storybook-interactions-play-function.js.mdx | 2 +- .../storybook-interactions-play-function.ts.mdx | 2 +- .../storybook-interactions-step-function.js.mdx | 2 +- .../storybook-interactions-step-function.ts.mdx | 2 +- docs/writing-tests/snapshot-testing.md | 2 +- 365 files changed, 446 insertions(+), 446 deletions(-) diff --git a/docs/essentials/themes.md b/docs/essentials/themes.md index cdb199452ef0..fbe2384b3b01 100644 --- a/docs/essentials/themes.md +++ b/docs/essentials/themes.md @@ -8,7 +8,7 @@ Storybook's [Themes](https://github.com/storybookjs/storybook/tree/next/code/add ## Theme decorators -To make your themes accessible to your stories, `@storybook/addon-themes` exposes three [decorators](https://storybook.js.org/docs/react/writing-stories/decorators) for different methods of theming. +To make your themes accessible to your stories, `@storybook/addon-themes` exposes three [decorators](https://storybook.js.org/docs/writing-stories/decorators) for different methods of theming. ### JSX providers diff --git a/docs/faq.md b/docs/faq.md index 19e6c39bb7f7..0935097c3006 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -226,7 +226,7 @@ We're working on overcoming this limitation, and soon you'll be able to use them Storybook does not work unless you have at least one local story (or docs page) defined in your project. In this context, local means a `.stories.*` or `.mdx` file that is referenced in your project's `.storybook/main.js` config. -If you're in a [Storybook composition](https://storybook.js.org/docs/react/sharing/storybook-composition) scenario, where you have multiple Storybooks, and want to have an extra Storybook with no stories of its own, that serves as a "glue" for all the other Storybooks in a project for demo/documentation purposes, you can do the following steps: +If you're in a [Storybook composition](https://storybook.js.org/docs/sharing/storybook-composition) scenario, where you have multiple Storybooks, and want to have an extra Storybook with no stories of its own, that serves as a "glue" for all the other Storybooks in a project for demo/documentation purposes, you can do the following steps: Introduce a single `.mdx` docs page (addon-essentials or addon-docs required), that serves as an Introduction page, like so: @@ -507,7 +507,7 @@ import type { ComponentStory, ComponentMeta } from '@storybook/react'; const StoryMeta: ComponentMeta = { /* 👇 The title prop is optional. - * See https://storybook.js.org/docs/react/configure/overview#configure-story-loading + * See https://storybook.js.org/docs/configure/overview#configure-story-loading * to learn how to generate automatic titles */ title: 'Button', diff --git a/docs/sharing/storybook-composition.md b/docs/sharing/storybook-composition.md index a9e50a8c54d4..65d05b90bac6 100644 --- a/docs/sharing/storybook-composition.md +++ b/docs/sharing/storybook-composition.md @@ -95,7 +95,7 @@ If you're using Storybook 6.4, or higher, you can optimize your composition via -If you already enabled automatic code splitting via the [`storyStoreV7`](https://storybook.js.org/docs/react/builders/webpack#code-splitting), you won't need this flag as it will automatically generate the `index.json` file. +If you already enabled automatic code splitting via the [`storyStoreV7`](https://storybook.js.org/docs/builders/webpack#code-splitting), you won't need this flag as it will automatically generate the `index.json` file. diff --git a/docs/snippets/angular/build-storybook-production-mode.with-builder.js.mdx b/docs/snippets/angular/build-storybook-production-mode.with-builder.js.mdx index 36fcc549b41c..326bfdb04741 100644 --- a/docs/snippets/angular/build-storybook-production-mode.with-builder.js.mdx +++ b/docs/snippets/angular/build-storybook-production-mode.with-builder.js.mdx @@ -1,6 +1,6 @@ ```shell # Builds Storybook with Angular's custom builder -# See https://storybook.js.org/docs/angular/get-started/install +# See https://storybook.js.org/docs/get-started/install # to learn how to create the custom builder ng run my-project:build-storybook ``` diff --git a/docs/snippets/angular/button-story-default-export.ts.mdx b/docs/snippets/angular/button-story-default-export.ts.mdx index 1fde5eafe2ee..647a05214bab 100644 --- a/docs/snippets/angular/button-story-default-export.ts.mdx +++ b/docs/snippets/angular/button-story-default-export.ts.mdx @@ -7,7 +7,7 @@ import { Button } from './button.component'; const meta: Meta