mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
* 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
822 B
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 %}