mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
We host multiple versions of the API reference. While older versions of the API are still supported by the latest engine release, users should generally refer to the latest version of the API. This patch adds a "canonical" meta-tag to the API reference pages, and points it to the latest version of the API. Note that there's also a /engine/api/latest/ page, but I didn't pick that URL, because it's a redirect to `/engine/api/v<current>/`, which Google probably doesn't like. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>