Files
localsend/support/docs/README.md
T
2026-07-18 02:59:58 +02:00

8 lines
234 B
Markdown

# Dependency Diagram
From the repository root, generate the SVG with [D2](https://d2lang.com):
```sh
d2 --theme 4 --dark-theme 200 --layout elk --pad 32 support/docs/dependency-hierarchy.d2 support/docs/dependency-hierarchy.svg
```