From 52320007772787a1f7d87cd3bc032bb3f71f0fb3 Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Thu, 8 Jan 2026 11:57:37 +0000 Subject: [PATCH 1/2] converted the note syntax for consistency with other documentation files Signed-off-by: chanchalkhatri19 --- docs/dls/contributing-to-storybook.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/dls/contributing-to-storybook.md b/docs/dls/contributing-to-storybook.md index fad8d0e8b0..fda7621ad2 100644 --- a/docs/dls/contributing-to-storybook.md +++ b/docs/dls/contributing-to-storybook.md @@ -55,8 +55,12 @@ core └── Progress.stories.tsx ``` -> _Note: make sure your component story file has the following format -> componentName.stories.tsx_ +:::note Note + +Make sure your component story file has the following format +componentName.stories.tsx + +::: ## Running locally From 2e50b3721bc17563b28acaa6701d01e3fcff9f9b Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Thu, 8 Jan 2026 12:27:24 +0000 Subject: [PATCH 2/2] updated whitespaces Signed-off-by: chanchalkhatri19 --- docs/dls/contributing-to-storybook.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/dls/contributing-to-storybook.md b/docs/dls/contributing-to-storybook.md index fda7621ad2..7b5aaffd5d 100644 --- a/docs/dls/contributing-to-storybook.md +++ b/docs/dls/contributing-to-storybook.md @@ -56,10 +56,9 @@ core ``` :::note Note - + Make sure your component story file has the following format componentName.stories.tsx - ::: ## Running locally