<?xml version="1.0" encoding="UTF-8"?>
<!--
  Stable alias for the sitemap that TechOps/search engines request as /sitemap.xml.
  @astrojs/sitemap emits sitemap-index.xml + sitemap-0.xml and can't be renamed, so
  this hand-authored sitemapindex points at the generated urlset. It carries no URL
  list of its own (that lives in sitemap-0.xml, regenerated every build), so it stays
  correct without maintenance. Note: if the site ever exceeds ~45,000 URLs the
  integration would add sitemap-1.xml etc. that this index would not list — revisit then.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://docs.rencore.com/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
