Files
docker-docs/_includes/edge_only.md
Misty Stanley-Jones 10be60a80f Go back to small /edge (#2736)
* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API
2017-04-13 18:58:56 -07:00

822 B

{% assign section = include.section %}

{% if section == "option" %}

Edge only: This option is only available in Docker CE Edge versions. See Docker CE Edge.

{% elsif section == "options" %}

Edge only: These options are only available in Docker CE Edge versions. See Docker CE Edge.

{% elsif section == "page" %}

Edge only: This topic is only applicable to Docker CE Edge versions. See Docker CE Edge.

{% elsif section == "cliref" %}

Edge only: This is the CLI reference for Docker CE Edge versions. Some of these options may not be available to Docker CE stable or Docker EE. You can [view the stable version of this CLI reference]({{ page.url | replace:"/edge/", "/"}}) or learn about Docker CE Edge.

{% endif %}