{% include values.inc %} {% assign url = page.url | split: '/' %} {% assign currentVersion = url[2] %} {% assign currentVersionPath = '/docs/' | append: currentVersion | append: '/' %} {% assign latestVersion = site.data.versions[0].version %} {% include mkhash.inc title = 'Welcome' url = currentVersionPath %} {% assign documents = site.pages | where_exp: 'page', 'page.url contains currentVersionPath' | where: "toc", "true" | sort: 'weight' | unshift: h %} Crossplane Docs {% include favicon.html %} {% include header.html %}

Documentation

{% if currentVersion == "master" %}

PLEASE NOTE: This document applies to an unreleased version of Crossplane. It is strongly recommended that you only use official releases of Crossplane, as unreleased versions are subject to changes and incompatibilities that will not be supported in the official releases.

If you are using an official release version of Crossplane, you should refer to the documentation for your specific version.

Documentation for other releases can be found by using the version selector in the bottom left of any doc page.
{% else %} {% if currentVersion != latestVersion %}

PLEASE NOTE: This document applies to {{ currentVersion }} version and not to the latest release {{ latestVersion }}

Documentation for other releases can be found by using the version selector in the left bottom of any doc page.
{% endif %} {% endif %} {{ content }}
{% include footer.html %} {% include google-analytics.html %}