<?xml version="1.0" encoding="UTF-8"?>
<!--
  Apex sitemap index for apoxy.dev. Google discovers this via robots.txt
  (Sitemap: line). The apex spans three independently-built/deployed sites
  behind one Caddy edge, so each ships its own sitemap and this index ties
  them together:
    - sitemap-pages.xml  marketing static pages (this same /srv tree)
    - /blog/sitemap.xml  generated by run/blog/tools/gen-sitemap.ts
    - /docs/sitemap.xml  generated by run/docs2/tools/gen-sitemap.ts
  All children are on the apex host, as the sitemaps protocol requires.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://apoxy.dev/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://apoxy.dev/blog/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://apoxy.dev/docs/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
