mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Document how to generate the SVG images
This commit is contained in:
parent
0407cf63da
commit
a356e8e947
4 changed files with 14 additions and 2 deletions
|
@ -23,6 +23,12 @@ the `django-model2puml` plugin.
|
|||
|
||||
<details>
|
||||
<summary>PlantUML source code</summary>
|
||||
To regenerate this image using Docker, run
|
||||
|
||||
```bash
|
||||
$ docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg model_timeline.md
|
||||
```
|
||||
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -13,6 +13,12 @@ $ docker compose app ./manage.py generate_puml --include registrar
|
|||
<details>
|
||||
<summary>PlantUML source code</summary>
|
||||
|
||||
To regenerate this image using Docker, run
|
||||
|
||||
```bash
|
||||
$ docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg models_diagram.md
|
||||
```
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Add table
Add a link
Reference in a new issue