mirror of https://github.com/crossplane/docs.git
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:
parent
0ba83fc765
commit
f767015b4a
|
@ -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/" %}
|
||||
|
|
Loading…
Reference in New Issue