Skip to content

Commit 7cd729e

Browse files
committed
Modify indents in mermaid charts
1 parent a0c6ffb commit 7cd729e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/21_models.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@ config:
1919
layout: dagre
2020
---
2121
flowchart TD
22-
subgraph subGraph0["<a href=https://github.com/dandi/dandi-schema>dandi/dandischema</a>"]
22+
subgraph subGraph0["<a href=https://github.com/dandi/dandi-schema>dandi/dandischema</a>"]
2323
dandi_pydantic@{ label: "<a href=\"https://github.com/dandi/dandi-schema/blob/master/dandischema/models.py\">dandi/dandischema::models.py</a><br>(Pydantic models)" }
2424
dandi_validate@{ label: "<a href=\"https://github.com/dandi/dandi-schema/blob/c3007768e002c9f51ea37b5e6b3628f7f7f20943/dandischema/metadata.py#L195\">dandi/dandischema::validate()</a><br>(Validation helper)" }
2525
dandi_json_runtime["Latest JSON Schema models"]
26-
end
27-
subgraph subGraph1["<a href=https://github.com/dandi/dandi-archive>dandi/dandi-archive</a>"]
26+
end
27+
subgraph subGraph1["<a href=https://github.com/dandi/dandi-archive>dandi/dandi-archive</a>"]
2828
dandi_archive_db[("PostgresDB")]
2929
dandi_archive_backend@{ label: "<a href=\"https://api.dandiarchive.org\">api.dandiarchive.org</a><br>(Backend/API)" }
3030
dandi_archive_frontend@{ label: "<a href=\"https://www.dandiarchive.org\">www.dandiarchive.org</a><br>(Frontend/Web UI)" }
3131
meditor["Meditor<br>(vjsf-based web form)"]
3232
dandi_archive_validate[/"Celery task to validate<br>dandiset and asset metadata"/]
33-
end
33+
end
34+
3435
%% nodes
3536
dandi_cli@{ label: "<a href=\"https://github.com/dandi/dandi-cli\">dandi-cli</a><br>(Python client lib and CLI)" }
3637
ci@{ label: "<a href=\"https://github.com/dandi/dandi-schema/blob/master/.github/workflows/release.yml\">GitHub CI</a>" }

0 commit comments

Comments
 (0)