md -> mmd
usage: ```sh nix-shell -p mermaid-cli --command 'mmdc -i data-model.mmd -o data-model.svg -b transparent' ```
This commit is contained in:
parent
8182b5bf05
commit
e462211c49
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
||||||
<!-- usage: `nix-shell -p pandoc -p mermaid-filter --command 'pandoc data-model.md -o data-model.html -F mermaid-filter'` -->
|
|
||||||
|
|
||||||
# fediversity entity relations
|
|
||||||
|
|
||||||
```mermaid
|
|
||||||
---
|
---
|
||||||
title: Fediversity entity relations
|
title: Fediversity entity relations
|
||||||
---
|
---
|
||||||
|
@ -27,4 +22,4 @@ erDiagram
|
||||||
application ||--o{ version : follows
|
application ||--o{ version : follows
|
||||||
application ||--o{ script : runs
|
application ||--o{ script : runs
|
||||||
deployed }|--o{ version : follows
|
deployed }|--o{ version : follows
|
||||||
```
|
script }o--|| token : uses
|
1
architecture-docs/data-model.svg
Normal file
1
architecture-docs/data-model.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Reference in a new issue