File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,6 @@ reference:
594594 - path : /engine/reference/commandline/history/
595595 title : docker history
596596 - sectiontitle : docker image *
597- section :
598597 section :
599598 - path : /engine/reference/commandline/image/
600599 title : docker image
@@ -999,6 +998,8 @@ manuals:
999998 title : Using Docker Cloud on AWS
1000999 - title : Cloud API reference
10011000 path : /apidocs/docker-cloud/
1001+ - title : Cloud stack file YAML reference
1002+ path : /docker-cloud/apps/stack-yaml-reference/
10021003 - path : /docker-cloud/slack-integration/
10031004 title : Docker Cloud notifications in Slack
10041005 - path : /apidocs/docker-cloud/
Original file line number Diff line number Diff line change 1- {% for item in tree %}{% if item.sectiontitle %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}< li class ="leaf {% if treeString contains pageURLString %}menu-open{% else %}menu-closed{% endif %} "> < a href ="javascript:void(0) " class ="expand-menu "> < span class ="menu-icon " aria-hidden ="true "> </ span > {{ item.sectiontitle }}</ a > < ul class ="nav-sub "> {% assign tree = item.section %}{% include tree.html %}</ ul > {% else %}< li class ="leaf "> < a href ="{{ item.path }} " class ="{% if item.path == page.url and item.nosync != true %}active currentPage{% endif %} "> {{ item.title }}</ a > </ li > {% endif %}{% endfor %}
1+ {% assign foundBranch="false" %}{% for item in tree %}{% if item.sectiontitle %}{% if foundBranch=="false" %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}{% else %}{% assign treeString="" %}{% endif %} < li class ="leaf {% if treeString contains pageURLString %}{% assign foundBranch= " true " %}menu-open{% else %}menu-closed{% endif %}"> < a href ="javascript:void(0) " class ="expand-menu "> < span class ="menu-icon " aria-hidden ="true "> </ span > {{ item.sectiontitle }}</ a > < ul class ="nav-sub "> {% assign tree = item.section %}{% include tree.html %}</ ul > {% else %}< li class ="leaf "> < a href ="{{ item.path }} " class ="{% if item.path == page.url and item.nosync != true %}active currentPage{% endif %} "> {{ item.title }}</ a > </ li > {% endif %}{% endfor %}
You can’t perform that action at this time.
0 commit comments