From 389766889ee7d7c000eaa1261d39401849d9dc24 Mon Sep 17 00:00:00 2001 From: Rachid Date: Mon, 4 Aug 2025 10:41:31 +0200 Subject: [PATCH] docs: replace old components page with sb url WDOC-1186 --- docs/CONTRIBUTING.md | 2 +- docs/DOC_PAGE_TEMPLATE.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index d86d54e12a..f476205acf 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -182,7 +182,7 @@ MDX components are useful for adding rich content and interactions within your c This section shows code details listed on a full page. -🔎 [See the full Components page](https://scaleway.com/en/docs/components/). +🔎 [See the full Components page](https://storybook-docs.scaleway.com/). Feel free to explore this page in your markdown editor to see how the components were used, or in `.mdx` content files that already use MDX components. diff --git a/docs/DOC_PAGE_TEMPLATE.mdx b/docs/DOC_PAGE_TEMPLATE.mdx index 44f770e5df..0e7e0258e2 100644 --- a/docs/DOC_PAGE_TEMPLATE.mdx +++ b/docs/DOC_PAGE_TEMPLATE.mdx @@ -10,7 +10,7 @@ categories: --- -Refer to the [MDX Components page](https://www.scaleway.com/en/docs/components/docs/) for a comprehensive list of available MDX components. +Refer to the [MDX Components page](https://storybook-docs.scaleway.com/) for a comprehensive list of available MDX components. ## H2 Title @@ -26,4 +26,4 @@ This is a code block. | Content Type | Description | Number | | ------------ | ------------------- | ------ | | Hello | Three columns table | 1 | -| Tutorials | New concept | 2 | \ No newline at end of file +| Tutorials | New concept | 2 |