mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Try with mermaid instead of plantuml
This commit is contained in:
parent
4b7a8953b7
commit
ec9cf66881
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ A more complete diagram of the data models, their fields, and their
|
||||||
relationships are in [models_diagram.md](./models_diagram.md), created with
|
relationships are in [models_diagram.md](./models_diagram.md), created with
|
||||||
the `django-model2puml` plugin.
|
the `django-model2puml` plugin.
|
||||||
|
|
||||||
```plantuml
|
```mermaid
|
||||||
@startuml
|
@startuml
|
||||||
|
|
||||||
allowmixing
|
allowmixing
|
||||||
|
|
|
@ -8,7 +8,7 @@ using the command
|
||||||
$ docker compose app ./manage.py generate_puml --include registrar
|
$ docker compose app ./manage.py generate_puml --include registrar
|
||||||
```
|
```
|
||||||
|
|
||||||
```plantuml
|
```mermaid
|
||||||
@startuml
|
@startuml
|
||||||
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
|
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
|
||||||
contact
|
contact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue