Skip to main content

<Link />

The <Link/> component renders a link to a resource in EventCatalog.

EventCatalog handles links depending on your configuration file (e.g trailing slashes, etc), using this component creates links that are consistent with your EventCatalog configuration.

Support

The <Link/> component is supported on all EventCatalog pages.

Usage

  1. Include the <Link/> component inside the markdown
    • e.g /domains/MyDomain/index.mdx

Basic Example

---
#domain frontmatter
---

<Link href="/my/awesome/page">My Awesome Page</Link>

Props

NameTypeDefaultDescription
hrefstringnoneThe href of the link.