This commit is contained in:
John Mulhausen 2017-10-13 15:16:11 -07:00 committed by GitHub
parent da4f90ce0d
commit 024ae953ba
1 changed files with 3 additions and 1 deletions

View File

@ -102,6 +102,7 @@ your client and daemon API versions.
</table>
{% endif %}
{% if site.data[include.datafolder][include.datafile].pname %}
{% unless site.data[include.datafolder][include.datafile].pname == include.datafile %}
## Parent command
@ -120,8 +121,9 @@ your client and daemon API versions.
| [{{ site.data[include.datafolder][include.datafile].pname }}]({{ parentfile }}) | {{ parentDesc }}|
{% endunless %}
{% endif %}
{% unless site.data[include.datafolder][include.datafile].pname == "docker" or site.data[include.datafolder][include.datafile].pname == "dockerd" %}
{% unless site.data[include.datafolder][include.datafile].pname == "docker" or site.data[include.datafolder][include.datafile].pname == "dockerd" or include.datafile=="docker" %}
## Related commands