### Relative and Absolute Paths for Subpages Source: https://github.com/xxyoudeadpunkxx/ai-protocol-kit/blob/main/protocols/github-pages-discovery-set-protocol-v1.md Illustrates how to link to discovery files from subpages using either correct relative paths or safer absolute paths under SITE_ROOT. ```html llms.txt ``` ```html llms.txt ``` ```html manifest ``` ```html sitemap ``` -------------------------------- ### Minimum Sitemap.xml for a Site Source: https://github.com/xxyoudeadpunkxx/ai-protocol-kit/blob/main/protocols/github-pages-discovery-set-protocol-v1.md The minimum required XML structure for a sitemap.xml file listing multiple canonical HTML pages for a site. ```xml https://OWNER.github.io/REPO/ https://OWNER.github.io/REPO/docs/ https://OWNER.github.io/REPO/reference/ ``` -------------------------------- ### Minimum Sitemap.xml for a Single Page Source: https://github.com/xxyoudeadpunkxx/ai-protocol-kit/blob/main/protocols/github-pages-discovery-set-protocol-v1.md The minimum required XML structure for a sitemap.xml file pointing to a single canonical HTML page. ```xml [CURRENT_PAGE_URL] ```