# DeadDiff Sitemap

This sitemap intentionally describes URL templates instead of listing user-created slugs.

## Static

- [Home](https://diff.dead.md/)
- [Agent guide](https://diff.dead.md/llms.txt)
- [Robots](https://diff.dead.md/robots.txt)

## Bins

- Human: `https://diff.dead.md/b/{slug}`
- Markdown: `https://diff.dead.md/b/{slug}.md`
- JSON: `https://diff.dead.md/b/{slug}.json`
- Markdown by content negotiation: `curl -H "Accept: text/markdown" https://diff.dead.md/b/{slug}`

## Fork Trees

- Human: `https://diff.dead.md/b/{slug}/forks`
- Markdown: `https://diff.dead.md/b/{slug}/forks.md`
- JSON: `https://diff.dead.md/b/{slug}/forks.json`

## Bin Diffs

- Human: `https://diff.dead.md/b/{leftSlug}/diff/{rightSlug}`
- Markdown: `https://diff.dead.md/b/{leftSlug}/diff/{rightSlug}.md`
- JSON: `https://diff.dead.md/b/{leftSlug}/diff/{rightSlug}.json`
- Unified patch: `https://diff.dead.md/b/{leftSlug}/diff/{rightSlug}.patch`
- Markdown by content negotiation: `curl -H "Accept: text/markdown" https://diff.dead.md/b/{leftSlug}/diff/{rightSlug}`

## Persisted Diffs

- Human: `https://diff.dead.md/d/{slug}`
- Markdown: `https://diff.dead.md/d/{slug}.md`
- JSON: `https://diff.dead.md/d/{slug}.json`
- Unified patch: `https://diff.dead.md/d/{slug}.patch`
- Markdown by content negotiation: `curl -H "Accept: text/markdown" https://diff.dead.md/d/{slug}`
