summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 10:18:47 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-07 10:18:47 +0300
commit54faf8ebda8e5a82995cee84ce7d7830e8e63952 (patch)
tree838a455fee8e48d653e2164cedf749ac3229ab6b
parenta7bb8246e42719a809421d016f8f5d52f43d7db1 (diff)
downloadvyos-documentation-54faf8ebda8e5a82995cee84ce7d7830e8e63952.tar.gz
vyos-documentation-54faf8ebda8e5a82995cee84ce7d7830e8e63952.zip
docs(robots): fix stale sitemap URL on current
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)
-rw-r--r--docs/_html_extra/robots.txt2
1 files changed, 1 insertions, 1 deletions
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