Files
docker-docs/_includes/d4a_buttons.md
Steven Hanna 8422257f32 Formatting messed up with button on release pages (#2846)
/docker-for-aws/release-notes.md
/docker-for-azure/release-notes.md

/_includes/d4a_buttonds.md is used to insert the buttons on those pages.
Because the anchor tag uses the button class it applies a float:left and
needs to be overridden after. A simple div tag with class clearfix can
accomplish this. The buttons are also used inside a couple tables, but
there is no need for float: left in those cases and the div causes no
issues.
2017-04-18 14:07:33 -05:00

2.7 KiB

{% assign d4a_stable = "CE-Stable-1" %} {% assign d4a_edge = "CE-Edge-1" %} {% assign edition_version = "17.03.0-ce" %}

{% capture aws_blue_latest %} Deploy Docker Community Edition (CE) for AWS (stable)

{% endcapture %}

{% capture aws_blue_edge %} Deploy Docker Community Edition (CE) for AWS (edge)

{% endcapture %}

{% capture aws_blue_vpc_latest %} Deploy Docker Community Edition (CE) for AWS (stable)
uses your existing VPC

{% endcapture %}

{% capture aws_blue_vpc_edge %} Deploy Docker Community Edition (CE) for AWS (edge)
uses your existing VPC

{% endcapture %}

{% capture azure_blue_latest %} Deploy Docker Community Edition (CE) for Azure (stable)

{% endcapture %}

{% capture azure_blue_edge %} Deploy Docker Community Edition (CE) for Azure (edge)

{% endcapture %}

{% capture azure_button_latest %} Docker for Azure {% endcapture %}