Force latestVersion to v1.0 during v1.1 freeze

We hardcode v1.0 as latestVersion during v1.1 freeze so that the new
branch will not be the default shown to users visiting the site.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2021-02-15 16:13:28 -06:00
parent 0ba83fc765
commit f767015b4a
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271
1 changed files with 1 additions and 1 deletions

View File

@ -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 = site.data.versions[0].path | append: '/' | relative_url %}
{% assign latestDocs = "/docs/v1.0" | append: '/' | relative_url %}
{% assign cncfLink = "https://www.cncf.io/" %}