diff --git a/_includes/cli.md b/_includes/cli.md index 8a13198c2a..dcba9fb92f 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -184,11 +184,13 @@ For example uses of this command, refer to the [examples section](#examples) bel {% for command in controller_data.cname %} + {% unless command.hidden %} {% capture dataFileName %}{{ command | strip | replace: " ", "_" }}{% endcapture %} [{{ command }}]({{ parentPath }}{{ dataFileName | remove_first: "docker_" }}/) {{ site.data[include.datafolder][dataFileName].short }} + {% endunless %} {% endfor %} @@ -207,11 +209,13 @@ For example uses of this command, refer to the [examples section](#examples) bel {% for command in site.data[include.datafolder][parentdatafile].cname %} + {% unless command.hidden %} {% capture dataFileName %}{{ command | strip | replace: " ", "_" }}{% endcapture %} [{{ command }}]({{ parentPath }}{{ dataFileName | remove_first: "docker_" }}/) {{ site.data[include.datafolder][dataFileName].short }} + {% endunless %} {% endfor %}