Use Crossplane v1.7 as latest

Signed-off-by: Hasan Turken <turkenh@gmail.com>
This commit is contained in:
Hasan Turken 2022-03-23 10:21:54 +03:00
parent afc2afbeaa
commit c756890678
No known key found for this signature in database
GPG Key ID: D7AA042F8F8B488E
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% 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.6" | append: '/' | relative_url %}
{% assign latestDocs = "/docs/v1.7" | append: '/' | relative_url %}
{% assign cncfLink = "https://www.cncf.io/" %}
{% assign prodFormLink = "https://docs.google.com/forms/d/e/1FAIpQLSev-5clADSdkwi_wiFqBCAECeIoAQDE91chBbeWbvyTjRCeYg/viewform" %}
{% assign infoMailToLink = "mailto:info@crossplane.io" %}

View File

@ -4,7 +4,7 @@
{% assign currentVersion = url[2] %}
{% assign currentVersionBranch = currentVersion | replace: 'v', 'release-' %}
{% assign currentVersionPath = '/docs/' | append: currentVersion | append: '/' %}
{% assign latestVersion = "v1.6" %}
{% assign latestVersion = "v1.7" %}
{% 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 %}