From 8ba180ea3105c242bb9469c489b79080216c45e9 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 10 Jun 2021 15:06:29 -0700 Subject: [PATCH] Fix links to Fleet page in multi-cluster app and pipeline docs --- layouts/_default/list.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a86588f3f57..19e03742357 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -30,24 +30,24 @@ We are transitioning to versioned documentation. The v2.x docs will no longer be maintained. For Rancher v2.5 docs, go here. For Rancher v2.0-v2.4 docs, go here. {{end}} - {{ if in .Dir "/rancher/v2.5/en/pipelines" }} + {{ if in .Dir "rancher/v2.5/en/pipelines" }}
- As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by Fleet, available in Cluster Explorer. + As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by Fleet, available in Cluster Explorer.
{{end}} - {{ if in .Dir "/rancher/v2.x/en/pipelines" }} + {{ if in .Dir "rancher/v2.x/en/pipelines" }}
- As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by Fleet, available in Cluster Explorer. + As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by Fleet, available in Cluster Explorer.
{{end}} - {{ if in .Dir "/rancher/v2.5/en/deploy-across-clusters/multi-cluster-apps" }} + {{ if in .Dir "rancher/v2.5/en/deploy-across-clusters/multi-cluster-apps" }}
- As of Rancher v2.5, we now recommend using Fleet for deploying apps across clusters. + As of Rancher v2.5, multi-cluster apps are deprecated. We now recommend using Fleet for deploying apps across clusters. It is available in Cluster Explorer.
{{end}} - {{ if in .Dir "/rancher/v2.x/en/deploy-across-clusters/multi-cluster-apps" }} + {{ if in .Dir "rancher/v2.x/en/deploy-across-clusters/multi-cluster-apps" }}
- As of Rancher v2.5, we now recommend using Fleet for deploying apps across clusters. + As of Rancher v2.5, multi-cluster apps are deprecated. We now recommend using Fleet for deploying apps across clusters. It is available in Cluster Explorer.
{{end}}