kumahq / kuma-website

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

[Replatform] /robots.txt, /sitemap.xml, and /releases.json is missing #1061

Closed kleinfreund closed 1 year ago

kleinfreund commented 1 year ago

What happened?

We’re missing the following documents:

They all used to be generated from

https://github.com/kumahq/kuma-website/blob/584d4f5e0334a951000c3d8215bc3be6fcf7869f/docs/.vuepress/config.js#L312-L342


robots.txt should have:

User-agent: *
Disallow: /latest_version
Disallow: /latest_version.html

Sitemap: https://kuma.io/sitemap.xml

releases.json should contain this kind of data:

[
  "1.1.0",
  "1.1.1",
  "1.1.2",
  "1.1.3",
  "1.1.4",
  "1.1.5",
  "1.1.6",
  "1.2.0",
  "1.2.1",
  "1.2.2",
  "1.2.3",
  "1.3.0",
  "1.3.1",
  "1.4.0",
  "1.4.1",
  "1.5.2",
  "1.6.2",
  "1.7.2",
  "1.8.1",
  "1.5.0"
]
mheap commented 1 year ago

PRs open for all of the above. We don't need manifest.json as we don't expect the Kuma site to be installed as a PWA