mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
[Docs] Update component dependencies
Automatically committed through CI. [ci skip]
This commit is contained in:
parent
ca7fbe742c
commit
341f4c3aef
@ -103,7 +103,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.component == "fastroping" %}
|
{% if include.component == "fastroping" %}
|
||||||
`ace_interaction`
|
`ace_interaction`, `ace_logistics_rope`
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.component == "fcs" %}
|
{% if include.component == "fcs" %}
|
||||||
@ -198,6 +198,10 @@
|
|||||||
`ace_common`
|
`ace_common`
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if include.component == "logistics_rope" %}
|
||||||
|
`ace_common`
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if include.component == "logistics_uavbattery" %}
|
{% if include.component == "logistics_uavbattery" %}
|
||||||
`ace_interaction`
|
`ace_interaction`
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -446,6 +450,10 @@
|
|||||||
`ace_common`
|
`ace_common`
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if include.component == "towing" %}
|
||||||
|
`ace_common`, `ace_logistics_rope`
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if include.component == "trenches" %}
|
{% if include.component == "trenches" %}
|
||||||
`ace_interaction`
|
`ace_interaction`
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user