Fix robots.txt

robots.txt is generated by https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/content/robots.txt.erb.

With the way we deploy our versioned site, we end up with multiple robots.txt:

However, only the one under the root domain matters: docs.gitlab.com/robots.txt. So, it doesn't make any sense deploying it under the versions.

We want to exclude the versions from being indexed, and I see we had added this in !288 (diffs), but removed it in !1432 (diffs).

We should bring back !288 (diffs).