<?xml version="1.0" encoding="UTF-8"?>
<!-- The one sitemap robots.txt names (N13, resolved by convention
     2026-08-20): an index over the site's two real sitemaps —
     sitemap-root.xml (hand-kept: the pages this repo's root serves) and
     docs/sitemap.xml (generated by .github/workflows/docs.yml from
     whatever mdBook actually built). A crawler follows the index to
     both; nothing else needs to know there are two.

     No lastmod anywhere in the trio. The book's sitemap is rebuilt on a
     daily cron whose "commit only if the book changed" guard a build
     date would defeat, and the hand-kept files follow the same rule so
     all three read alike. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://vilan-lang.org/sitemap-root.xml</loc></sitemap>
  <sitemap><loc>https://vilan-lang.org/docs/sitemap.xml</loc></sitemap>
</sitemapindex>
