diff --git a/_includes/values.inc b/_includes/values.inc index b64d64f9..9f7df95b 100644 --- a/_includes/values.inc +++ b/_includes/values.inc @@ -7,5 +7,5 @@ {% assign podcastLink = "https://www.youtube.com/playlist?list=PL510POnNVaaYFuK-B_SIUrpIonCtLVOzT" %} {% assign blogLink = "https://blog.crossplane.io/" %} {% assign communityMeetingLink = "https://github.com/crossplane/crossplane/#get-involved" %} -{% assign latestDocs = "/docs/v1.0" | append: '/' | relative_url %} +{% assign latestDocs = "/docs/v1.1" | append: '/' | relative_url %} {% assign cncfLink = "https://www.cncf.io/" %} diff --git a/_layouts/docs.html b/_layouts/docs.html index 5f481c6b..717eee97 100755 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -4,7 +4,7 @@ {% assign currentVersion = url[2] %} {% assign currentVersionBranch = currentVersion | replace: 'v', 'release-' %} {% assign currentVersionPath = '/docs/' | append: currentVersion | append: '/' %} -{% assign latestVersion = "v1.0" %} +{% 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 %} @@ -56,7 +56,7 @@ - {% if currentVersion == "master" or currentVersion == "v1.1" %} + {% 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.