From 52320007772787a1f7d87cd3bc032bb3f71f0fb3 Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Thu, 8 Jan 2026 11:57:37 +0000 Subject: [PATCH] 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