We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a20c93 + 92e4ea0 commit 81fa7beCopy full SHA for 81fa7be
1 file changed
roles/generate-jenkins/templates/DOCUMENTATION.j2
@@ -224,4 +224,14 @@ Containers are configured using parameters passed at runtime (such as those abov
224
225
{% include "README_SNIPPETS/BUILDING_LOCALLY.j2" | trim %}
226
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 %}
237
{% include "README_SNIPPETS/VERSIONS.j2" | trim %}
0 commit comments