<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Personal Tech Docs
  Last Updated: July 29, 2026

  HOW TO UPDATE:
  Each time you add a new documentation page, add a new <url> block.
  Base URL: https://my-tech-docs-60b.pages.dev/

  Priority guide:
    1.0 = Homepage (highest)
    0.8 = Category index pages
    0.6 = Individual articles
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://my-tech-docs-60b.pages.dev/</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Operating Systems ── -->
  <url>
    <loc>https://my-tech-docs-60b.pages.dev/docs/zorin-removal/</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!--
    Add new articles below this comment.
    Copy and paste this block:

    <url>
      <loc>https://my-tech-docs-60b.pages.dev/docs/FOLDER-NAME/</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.6</priority>
    </url>
  -->

</urlset>
