Skip to content

Commit 534b2cc

Browse files
authored
Update docs-editor.mdx
Update docs-editor
1 parent 5dcf0be commit 534b2cc

File tree

1 file changed

+100
-17
lines changed

1 file changed

+100
-17
lines changed

pages/components/docs-editor.mdx

Lines changed: 100 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ content:
9090
productLogo="cli"
9191
title="CLI"
9292
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
93-
url="/#"
93+
url="/foo/dd"
9494
label="Link"
9595
/>
9696
```
@@ -100,7 +100,7 @@ content:
100100
productLogo="cli"
101101
title="CLI"
102102
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
103-
url="/#"
103+
url="/foo/dd"
104104
label="Link"
105105
/>
106106

@@ -114,7 +114,7 @@ content:
114114

115115
title="CLI"
116116
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
117-
url="/#"
117+
url="/foo/dd"
118118
label="Link"
119119
/>
120120
```
@@ -124,7 +124,7 @@ content:
124124
<ClickableBanner
125125
title="CLI"
126126
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
127-
url="/#"
127+
url="/foo/dd"
128128
label="Link"
129129
/>
130130

@@ -257,15 +257,15 @@ Example using `DefaultCard` in `Grid` wrapper.
257257

258258
```jsx
259259
<HelpBanner
260-
url="/#"
260+
url="https://console.scaleway.com/support/tickets"
261261
title = 'Still need help?'
262262
/>
263263
```
264264

265265
**Render**
266266

267267
<HelpBanner
268-
url="/#"
268+
url="https://console.scaleway.com/support/tickets"
269269
title = 'Still need help?'
270270
/>
271271

@@ -308,7 +308,6 @@ Example using `DefaultCard` in `Grid` wrapper.
308308

309309
---
310310

311-
312311
## Log (Changelog)
313312

314313
🧩 &nbsp;This functionnality uses **MDX** files.
@@ -334,7 +333,7 @@ At top of `.mdx` file, you MUST add data in frontmatter:
334333

335334
```
336335
---
337-
title: Migration to the new Object Storage backend (HIVE) for all regions
336+
title: Migration to the new S3 backend (HIVE) for all regions
338337
status: changed
339338
author:
340339
fullname: 'Join the #container-registry channel on Slack.'
@@ -459,7 +458,7 @@ Props:
459458
productName="Instances"
460459
productLogo="instances"
461460
description="Lorem ipsum..."
462-
url="/#"
461+
url="/instances/quickstart"
463462
label="Instances quickstart"
464463
/>
465464
```
@@ -470,7 +469,7 @@ Props:
470469
productName="ProductHeader"
471470
productLogo="cli"
472471
description="ProductName quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
473-
url="/#"
472+
url="/instances/quickstart"
474473
label="Instances quickstart"
475474
/>
476475

@@ -479,7 +478,7 @@ Props:
479478
<ProductHeader
480479
productName="ProductHeader"
481480
description="ProductName quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
482-
url="/#"
481+
url="/instances/quickstart"
483482
label="Instances quickstart"
484483
/>
485484

@@ -500,7 +499,7 @@ The `icon` names are not random ones they come from Ultraviolet lib.
500499
icon="rocket"
501500
description="lorem ipsum dolor sit amet, consectetur adipiscing elit in in part of the description"
502501
label="Read More"
503-
url="/#"
502+
url="/hello/foo/"
504503
/>
505504
```
506505

@@ -512,31 +511,31 @@ The `icon` names are not random ones they come from Ultraviolet lib.
512511
icon="rocket"
513512
description="Learn how to create, manage and delete a Kubernetes cluster in a few steps."
514513
label="Read More"
515-
url="/#"
514+
url="/compute/bare-metal-cloud/quickstart/"
516515
/>
517516

518517
<SummaryCard
519518
title="Concepts"
520519
icon="information-outline"
521520
description="Core concepts that give you a better understanding of Kubernetes Kapsule and Kosmos."
522521
label="Read More"
523-
url="/#"
522+
url="/identity-and-access-management/secret-manager/concepts/"
524523
/>
525524

526525
<SummaryCard
527526
title="How-tos"
528527
icon="help-circle-outline"
529528
description="Check our guides to creating and managing Kubernetes clusters and their features."
530529
label="Read More"
531-
url="/#"
530+
url="/identity-and-access-management/secret-manager/how-to/create-version/"
532531
/>
533532

534533
<SummaryCard
535534
title="Reference content"
536535
icon="book-open-outline"
537536
description="Guides to help you configuring your cluster and its advanced configuration."
538537
label="Read More"
539-
url="/#"
538+
url="/identity-and-access-management/secret-manager/reference-content/data-encryption-with-secret-manager/"
540539
/>
541540
</Grid>
542541

@@ -556,4 +555,88 @@ Here is a list of current Ultraviolet illustrations available
556555
Here is a list of current Ultraviolet product icons available
557556

558557
<UvProductIcons />
559-
---
558+
559+
---
560+
561+
## GuideFlow Integration
562+
563+
<GuideFlow src="https://app.guideflow.com/player/yr4mydmtlr"/>
564+
565+
566+
## StoryLane Integration
567+
568+
<StoryLaneIframe src="https://app.storylane.io/demo/mcoaemfz6l9v" />
569+
570+
---
571+
572+
## Illustration Cards
573+
574+
Here is an example of a card component using illustrations with its troubleshooting link and automatically placed due to `IllustrationCardsContainer` wrapping each manually added cards.
575+
576+
```jsx
577+
578+
<Grid>
579+
580+
<ProductCardIllustration
581+
productLogo="serverlessDB"
582+
url="/serverless/troubleshooting/"
583+
label="Serverless"
584+
/>
585+
586+
</Grid>
587+
588+
```
589+
590+
<Grid>
591+
592+
<ProductCardIllustration
593+
productLogo="serverlessDB"
594+
url="/serverless/troubleshooting/"
595+
label="Serverless"
596+
/>
597+
598+
<ProductCardIllustration
599+
productLogo="instance"
600+
url="/compute/troubleshooting/"
601+
label="Compute"
602+
/>
603+
604+
<ProductCardIllustration
605+
productLogo="blockStorage"
606+
url="/storage/troubleshooting/"
607+
label="Storage"
608+
/>
609+
610+
<ProductCardIllustration
611+
productLogo="webHosting"
612+
url="/storage/troubleshooting/"
613+
label="Web Hosting"
614+
/>
615+
616+
<ProductCardIllustration
617+
productLogo="learning"
618+
url="/storage/troubleshooting/"
619+
label="Learning"
620+
/>
621+
622+
<ProductCardIllustration
623+
productLogo="generic"
624+
url="/storage/troubleshooting/"
625+
label="Generic"
626+
/>
627+
628+
<ProductCardIllustration
629+
productLogo="cockpit"
630+
url="/storage/troubleshooting/"
631+
label="Cockpit"
632+
/>
633+
634+
<ProductCardIllustration
635+
productLogo="vpc"
636+
url="/storage/troubleshooting/"
637+
label="VPC"
638+
/>
639+
640+
</Grid>
641+
642+
---

0 commit comments

Comments
 (0)