Skip to content

Commit 4453c65

Browse files
committed
docs(gen): update link to storybook
1 parent 48f4842 commit 4453c65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/guidelines.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Use a console icon when referring in the documentation to the equivalent icon in
255255
| ------------------------------------------------------------------- | ---------------------------------------------------------- |
256256
| ````Use the toggle <Icon name="toggle" /> to activate the feature```` | Use the toggle <Icon name="toggle" /> to activate the feature |
257257

258-
See the [full list of available icons](https://docs-sb-storybook-staging.s3-website.fr-par.scw.cloud/?path=/docs/mdx-icon--docs).
258+
See the [full list of available icons](https://storybook-docs.scaleway.com/?path=/docs/mdx-icon--docs).
259259

260260
### Messages
261261

@@ -267,7 +267,7 @@ Three types of message boxes are available, to use as follows:
267267
| Tip | Information about a different way to accomplish something, or how to go further | ````<Message type="tip"> </Message>```` | <Message type="tip"> This is a tip </Message> |
268268
| Important | Critical warnings and information that the user must read to avoid unwanted consequences or mistakes | ````<Message type="important"> </Message>```` | <Message type="important"> This is important </Message> |
269269

270-
Read more about [message box components](https://docs-sb-storybook-staging.s3-website.fr-par.scw.cloud/?path=/docs/mdx-message--docs).
270+
Read more about [message box components](https://storybook-docs.scaleway.com/?path=/docs/mdx-message--docs).
271271

272272
### Tabs
273273

@@ -313,7 +313,7 @@ Renders as:
313313
</TabsTab>
314314
</Tabs>
315315

316-
Read more about the [tab component](https://docs-sb-storybook-staging.s3-website.fr-par.scw.cloud/?path=/docs/mdx-tabs--docs).
316+
Read more about the [tab component](https://storybook-docs.scaleway.com/?path=/docs/mdx-tabs--docs).
317317

318318
## Grammar, syntax and typography
319319

@@ -438,7 +438,7 @@ A wording handbook is available internally, with a full list of correct product
438438

439439
### Lightbox component
440440

441-
Use the [Lightbox component](https://docs-sb-storybook-staging.s3-website.fr-par.scw.cloud/?path=/docs/mdx-lightbox--docs) for images, with the following syntax:
441+
Use the [Lightbox component](https://storybook-docs.scaleway.com/?path=/docs/mdx-lightbox--docs) for images, with the following syntax:
442442

443443
````
444444
import myImage from "./assets/myImage.webp"
@@ -482,7 +482,7 @@ categories:
482482
```
483483

484484
- **title**: The title of the page, used by external search engines and the main title that displays on the documentation page.
485-
- **description**: The description, used by external search engines. It should be between 120 and 160 characters, and SEO-optimized, using clear, engaging language suitable for a wide audience. Also displays on some documentation pages (e.g. when the page is linked to from a [product card](https://docs-sb-storybook-staging.s3-website.fr-par.scw.cloud/?path=/docs/mdx-card--docs)).
485+
- **description**: The description, used by external search engines. It should be between 120 and 160 characters, and SEO-optimized, using clear, engaging language suitable for a wide audience. Also displays on some documentation pages (e.g. when the page is linked to from a [product card](https://storybook-docs.scaleway.com/?path=/docs/mdx-card--docs)).
486486
- **tags**: The tags used by internal and external search engines to help users find the page
487487
- **dates: posted**: The date the page was originally created, in the format `yyyy-mm-dd`. This displays on the generated page.
488488
- **dates: validation**: The date the page was last validated, in the format `yyyy-mm-dd`. This displays on the generated page, and is used by the Documentation team when identifying documentation pages that need reviewing.

0 commit comments

Comments
 (0)