diff --git a/apps/docs/content/docs/en/quick-reference/index.mdx b/apps/docs/content/docs/en/quick-reference/index.mdx index 02126a624..4a117c079 100644 --- a/apps/docs/content/docs/en/quick-reference/index.mdx +++ b/apps/docs/content/docs/en/quick-reference/index.mdx @@ -5,6 +5,14 @@ description: Essential actions for navigating and using the Sim workflow editor import { Callout } from 'fumadocs-ui/components/callout' +export const ActionImage = ({ src, alt }) => ( + {alt} +) + +export const ActionVideo = ({ src, alt }) => ( +