Grafana Documentation now ships as Markdown
AI coding assistants and LLM workflows work best when they can pull in clean, structured context—but until now, getting Grafana documentation into your prompt meant scraping HTML and stripping out navigation, headers, and styling. No more.
Every page on https://grafana.com/docs/ is now available as Markdown. Just append .md to any docs URL to get a clean markdown version of the page, complete with front matter (title and description)—ready to paste into Claude, ChatGPT, Cursor, or any tool that ingests text.
For agents and crawlers, we also publish two index files at the root of the documentation site:
- /llms.txt: a curated index of the most important
documentation entry points. - /llms-full.txt: the complete index covering every published doc page.
You can access the documentation as Markdown by:
- Changing the URL’s trailing slash to
.md: https://grafana.com/docs/grafana/latest/introduction.md - Changing
.comto.mdin the URL: https://grafana.md/docs/grafana/latest/introduction/ - Sending the accept Markdown header:
curl -H "Accept: text/markdown" https://grafana.com/docs/grafana/latest/introduction/