{% include values.inc %} {% assign url = page.url | split: '/' %} {% assign currentVersion = url[2] %} {% assign currentVersionBranch = currentVersion | replace: 'v', 'release-' %} {% assign currentVersionPath = '/docs/' | append: currentVersion | append: '/' %} {% assign latestVersion = "v1.1" %} {% assign filepath = page.url | replace: currentVersionPath %} {% assign repopath = 'docs/' | append: filepath | remove: '.html' | append: '.md' %} {% if repopath == 'docs/.md' %}{% assign repopath = 'docs/README.md' %}{% endif %} {% 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 %}
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 top right of any doc page.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 top right of any doc page.