From bc15ced92f617ba6fdaffedce755357d951b1cb5 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Tue, 23 May 2023 14:56:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(react)=20rename=20docs=20to?= =?UTF-8?q?=20new=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously we were using .stories.mdx extension for docs but now .mdx is the most recommend extension according to official Storybook 7 documentation. --- packages/react/src/docs/{colors.stories.mdx => colors.mdx} | 0 .../react/src/docs/{installation.stories.mdx => installation.mdx} | 0 packages/react/src/docs/{spacings.stories.mdx => spacings.mdx} | 0 packages/react/src/docs/{typo.stories.mdx => typo.mdx} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename packages/react/src/docs/{colors.stories.mdx => colors.mdx} (100%) rename packages/react/src/docs/{installation.stories.mdx => installation.mdx} (100%) rename packages/react/src/docs/{spacings.stories.mdx => spacings.mdx} (100%) rename packages/react/src/docs/{typo.stories.mdx => typo.mdx} (100%) diff --git a/packages/react/src/docs/colors.stories.mdx b/packages/react/src/docs/colors.mdx similarity index 100% rename from packages/react/src/docs/colors.stories.mdx rename to packages/react/src/docs/colors.mdx diff --git a/packages/react/src/docs/installation.stories.mdx b/packages/react/src/docs/installation.mdx similarity index 100% rename from packages/react/src/docs/installation.stories.mdx rename to packages/react/src/docs/installation.mdx diff --git a/packages/react/src/docs/spacings.stories.mdx b/packages/react/src/docs/spacings.mdx similarity index 100% rename from packages/react/src/docs/spacings.stories.mdx rename to packages/react/src/docs/spacings.mdx diff --git a/packages/react/src/docs/typo.stories.mdx b/packages/react/src/docs/typo.mdx similarity index 100% rename from packages/react/src/docs/typo.stories.mdx rename to packages/react/src/docs/typo.mdx