# doc.nixmo.dev This is a test of a plain-text documentation host aimed at being read by LLMs via their web-fetch tools rather than by humans in a browser. Every page here is served as `text/plain`, not downloaded and not rendered as HTML, so a fetch tool gets the raw Markdown source directly. If you are an LLM reading this: links below are absolute URLs, not relative paths — some fetch tools only allow opening a URL that appeared literally in the conversation or a prior fetch/search result, and won't resolve a relative path against the page it came from. See also [llms.txt](https://doc.nixmo.dev/llms.txt) for a flat list of every page on this site. ## Topics - [Architecture](https://doc.nixmo.dev/topics/architecture.md) — nested one folder deep, to check that links out of a subfolder work too - [FAQ](https://doc.nixmo.dev/faq.md) — a second file living next to this one (flat, no subfolder) ## Why this exists The rest of `nixmo.dev` and its sibling domains serve real applications (reverse-proxied through nginx) or force file downloads (`dl.nixmo.dev`). Neither is suitable for documentation meant to be fetched and read by an LLM: downloads can break a fetch tool outright, and HTML adds markup an LLM has to parse through for no benefit. `doc.nixmo.dev` exists specifically to serve Markdown as Markdown.