<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, unlike the web app's and the invitation app's, which are
  generated from a route table at build time. This app has no such table: the
  docs registry (src/hub/docs/registry.tsx) imports React components, so no
  Node-side build step can read it.

  That makes this file and public/llms.txt a pair that has to be updated by hand
  whenever an article is added to that registry. Everything else on this host is
  behind the auth gate or is a per-streamer widget URL, and neither belongs in a
  sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stream.shaddamalbz.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stream.shaddamalbz.dev/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://stream.shaddamalbz.dev/docs/ai-designer</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://stream.shaddamalbz.dev/docs/saldo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
