All documentation examples/configs must be compatible with the docs build/render pipeline and current Mermaid configuration conventions.

Apply this checklist when touching documentation:

Example (correct: frontmatter + single mermaid-example + version tag):

```mermaid-example
---
title: ELK layout example
config:
  layout: elk
---
erDiagram
  CUSTOMER ||--o{ ORDER : places
  ORDER ||--|{ LINE-ITEM : contains

```

Example (avoid):