kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
137 stars 94 forks source link

In the kuma installation document, the version jump is abnormal. #2090

Open ty-dc opened 4 days ago

ty-dc commented 4 days ago

What happened?

  1. Go to https://kuma.io/install/latest/
  2. Install the latest version, but it shows 1.2.x

image

  1. Tried to switch to another version, but was still redirected to version 1.2.x. 2024-11-18 15 05 16
lobkovilya commented 4 days ago

Triage: on the main page "Get Started / OSS" leads to https://kuma.io/install/latest/. We probably should fix this link to go to https://kuma.io/docs/latest/introduction/install-kuma/ (same as green "Install" button)

jijiechen commented 3 days ago

We have several places leading to "https://kuma.io/install/latest/":

  1. On the Kuma repo page, at the right hand side, in the description section, there is the link
  2. On the README of the Kuma repo, at section "Get Started", there is the link.
  3. From the Kuma GUI, a button shows up when there is a newer version available, this button links to this page as well.
image