diff --git a/docs/_includes/dependencies_list.md b/docs/_includes/dependencies_list.md index 216b1355e2..8e8dc67698 100644 --- a/docs/_includes/dependencies_list.md +++ b/docs/_includes/dependencies_list.md @@ -86,6 +86,10 @@ `ace_interaction` {% endif %} +{% if include.component == "dragon" %} +`ace_common`, `ace_missileguidance`, `ace_hot`, `ace_csw` +{% endif %} + {% if include.component == "explosives" %} `ace_interaction` {% endif %} diff --git a/docs/wiki/feature/dragon.md b/docs/wiki/feature/dragon.md index 2a2319191b..2e4e30e837 100644 --- a/docs/wiki/feature/dragon.md +++ b/docs/wiki/feature/dragon.md @@ -1,4 +1,4 @@ ---- +--- layout: wiki title: M47 Dragon Missile description: M47 Dragon @@ -77,4 +77,4 @@ Adjust the sight picture by moving the launcher to align the vertical cross hair ## 4. Dependencies -{% include dependencies_list.md component="hot" %} +{% include dependencies_list.md component="dragon" %}