From 60aa4623276ed7a21cc9e61b8cacbe3ece027f07 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Wed, 3 Mar 2021 12:07:05 -0600 Subject: [PATCH] Use release-1.1 branch as latest docs Updates latest and current docs to match release-1.1 for v1.1.0 release. Signed-off-by: hasheddan --- _includes/values.inc | 2 +- _layouts/docs.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.