Skip to content

Commit e69a12f

Browse files
authored
feat(components): Update docs-editor.mdx
update docs-editor
1 parent 172a68e commit e69a12f

File tree

1 file changed

+85
-1
lines changed

1 file changed

+85
-1
lines changed

pages/components/docs-editor.mdx

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,88 @@ Here is a list of current Ultraviolet illustrations available
556556
Here is a list of current Ultraviolet product icons available
557557

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

0 commit comments

Comments
 (0)