Embed IcePanel Diagrams in EventCatalog
ยท 2 min read
IcePanel is a powerful tool for visualizing software architecture using the C4 model. Now you can embed your IcePanel diagrams directly into EventCatalog, bringing your architecture documentation to life.
Embedding an IcePanel diagram in EventCatalogIntroducing the new <IcePanel /> component. Embed interactive C4 diagrams into any EventCatalog page, from domains and services to messages and custom documentation.
How does it work?โ
To embed an IcePanel diagram in your documentation, use the following code:
/services/OrderService/index.mdx
---
# service frontmatter
---
## Architecture Overview
<IcePanel url="https://s.icepanel.io/OpQVdslrqhZkyb/0QfB" />
You can also add a title and description:
/services/OrderService/index.mdx
<IcePanel
url="https://s.icepanel.io/OpQVdslrqhZkyb/0QfB"
title="System Context"
description="High-level view of our ordering system and external integrations."
height="800"
/>