Skip to main content

Event Components

You can add custom MDX components to your events markdown files.

Here is the supported list of components you can use:

  • <Admonition />
    • Component to display info, warnings and alert blocks of content.
  • <EventExamples />
    • Allows you to render code examples within your markdown files.
  • <Mermaid />
    • Displays your event producers and consumers as MermaidJS diagrams.
  • <NodeGraph />
    • Displays your event producers and consumers and Node Diagrams.
  • <Schema />
    • Allows you to display schema files in your markdown files.
  • <SchemaViewer />
    • Renders a component that allows you to navigate your schema files.