mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +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>
|
<details>
|
||||||
<summary>PlantUML source code</summary>
|
<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
|
```plantuml
|
||||||
@startuml
|
@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>
|
<details>
|
||||||
<summary>PlantUML source code</summary>
|
<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
|
```plantuml
|
||||||
@startuml
|
@startuml
|
||||||
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
|
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