Diagrams reference
This page lists the fields, paths, and routes supported by diagrams.
Paths
Diagrams can be created in any diagrams folder:
/diagrams/{Diagram Name}/index.mdx
/domains/{Domain Name}/diagrams/{Diagram Name}/index.mdx
/systems/{System Name}/diagrams/{Diagram Name}/index.mdx
Versioned diagrams use:
/diagrams/{Diagram Name}/versioned/{version}/index.mdx
Routes
| Route | Description |
|---|---|
/docs/diagrams/{diagram-id}/{version} | Diagram documentation page. |
Required fields
id
- Type:
string
Unique id of the diagram. EventCatalog uses this for URLs and resource references.
Example
---
id: checkout-sequence
---
name
- Type:
string
Display name of the diagram.
Example
---
name: Checkout Sequence
---
version
- Type:
string
Version of the diagram documentation.
Example
---
version: 1.0.0
---