Olympus Docs
ReferenceSequence diagrams

Sequence diagrams

Mermaid sequence diagrams for every multi-service flow in Olympus

End-to-end sequence diagrams for the major Olympus flows. Each is a single Mermaid sequenceDiagram with explanatory notes.

OAuth2 flows

Identity flows

Internal service calls

Operations

Integration

How these render

Mermaid is built into Fumadocs via a custom remark plugin (see site/lib/remark-mermaid.mjs and the Mermaid component).

To add a new diagram: write the sequenceDiagram code in a \``mermaidfence in any MDX file. Same forstateDiagram, graph TB`, etc.

On this page