<Link />
Added in
eventcatalog@2.32.3
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
- Include the
<Link/>
component inside the markdown- e.g
/domains/MyDomain/index.mdx
- e.g
Basic Example
---
#domain frontmatter
---
<Link href="/my/awesome/page">My Awesome Page</Link>
Props
Name | Type | Default | Description |
---|---|---|---|
href | string | none | The href of the link. |