<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap INDEX for helmora.io — the one URL robots.public.txt and
     Search Console reference. Each child URL set is owned by the build
     that produces it:
       sitemap-pages.xml    the static marketing pages in this directory
       docs/sitemap-0.xml   the public docs, emitted by the Astro build
                            (docs-public/, via the Dockerfile docs stage)
     The docs entry is Astro's URL-set chunk, not its docs/sitemap-index.xml:
     the sitemap protocol defines index -> URL set only, so an index must
     not list another index. Served on every host, but only referenced
     from robots.public.txt, which nginx serves exclusively to helmora.io
     traffic (see nginx.conf). check.mjs keeps this file in lockstep. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://helmora.io/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://helmora.io/docs/sitemap-0.xml</loc></sitemap>
</sitemapindex>
