[Docs] Update component dependencies

Automatically committed through CI.

[ci skip]
This commit is contained in:
ace3mod 2021-10-12 11:33:43 +02:00
parent ca7fbe742c
commit 341f4c3aef

View File

@ -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 %}