From 54faf8ebda8e5a82995cee84ce7d7830e8e63952 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 10:18:47 +0300 Subject: docs(robots): fix stale sitemap URL on current MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was `https://docs.vyos.io/sitemap.xml` — doesn't exist on RTD's per-version layout. The actual sitemap is at `/en/rolling/sitemap.xml` (matching `html_baseurl` and `sphinx-sitemap`'s output). `circinus`/`1.5` already has the correct `/en/1.5/sitemap.xml`; `sagitta`/`1.4` is being fixed in [#1904](https://github.com/vyos/vyos-documentation/pull/1904). \xf0\x9f\xa4\x96 Generated by [robots](https://vyos.io) --- docs/_html_extra/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/_html_extra/robots.txt b/docs/_html_extra/robots.txt index 71a6990b..ab0cd16d 100644 --- a/docs/_html_extra/robots.txt +++ b/docs/_html_extra/robots.txt @@ -33,4 +33,4 @@ Allow: / User-agent: Perplexity-User Allow: / -Sitemap: https://docs.vyos.io/sitemap.xml +Sitemap: https://docs.vyos.io/en/rolling/sitemap.xml -- cgit v1.2.3