<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX, not a URL list. It aggregates the child sitemaps so
  crawlers pick up new content without this file ever being touched:

    - sitemap-pages.xml      generated by scripts/build-pages.py from the
                             locales it renders (marketing pages)
    - blog/sitemap.xml       generated by Zola on every blog build
    - docs.vauchi.app        generated by the docs repo on every mdBook
                             build (cross-host; also listed in robots.txt
                             so crawlers that ignore cross-host index
                             entries still discover it)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://vauchi.app/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://vauchi.app/blog/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://docs.vauchi.app/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
