Skip to content

Commit 81fa7be

Browse files
authored
Merge pull request #318 from linuxserver/monthly-d2-docs
2 parents 6a20c93 + 92e4ea0 commit 81fa7be

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

roles/generate-jenkins/templates/DOCUMENTATION.j2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,14 @@ Containers are configured using parameters passed at runtime (such as those abov
224224

225225
{% include "README_SNIPPETS/BUILDING_LOCALLY.j2" | trim %}
226226

227+
{% if init_diagram is defined and init_diagram %}
228+
To help with development, we generate this dependency graph.
229+
230+
??? info "Init dependency graph"
231+
232+
```d2
233+
{{ init_diagram | indent(4) | trim }}
234+
```
235+
236+
{% endif %}
227237
{% include "README_SNIPPETS/VERSIONS.j2" | trim %}

0 commit comments

Comments
 (0)