From ce09de9a56b1be81fb0fd36f006139c990e96c1a Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Mon, 1 Jul 2024 12:11:51 -0700 Subject: [PATCH] Retrigger --- docs/architecture/diagrams/models_diagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/diagrams/models_diagram.md b/docs/architecture/diagrams/models_diagram.md index dd61a8e71..455f8fb09 100644 --- a/docs/architecture/diagrams/models_diagram.md +++ b/docs/architecture/diagrams/models_diagram.md @@ -20,7 +20,7 @@ docker compose exec app ./manage.py generate_puml --include registrar ## How To regenerate the database svg image 1. Copy your puml file contents into the bottom of this file and replace the current code marked by `plantuml` -2. Navigate to the `diagram` folder and then run the following command +2. Navigate to the `diagram` folder and then run the following command below: ```bash docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg models_diagram.md