Skip to content

Commit

Permalink
Migrate UML diagram to Mermaid (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParanoidUser authored Oct 28, 2024
1 parent 61d7065 commit 6316587
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
20 changes: 0 additions & 20 deletions ADR.plantuml

This file was deleted.

Binary file removed ADR.png
Binary file not shown.
11 changes: 10 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ We think that the considered options with their pros and cons are crucial to und

## Relation of ADRs, MADR, and Others

![ADR](ADR.png)
```mermaid
classDiagram
direction TB
class ADR {
<<abstract>>
}
ADR <|-- MADR
ADR <|-- YStatement
ADR <|-- Nygard
```

## Sustainable Architectural Decisions

Expand Down

0 comments on commit 6316587

Please sign in to comment.