What's new from Grafana Labsbreadcrumb arrow Grafana Documentation now ships as Markdown
What's new from Grafana Labs
What's new from Grafana Labs
Grafana Cloud Generally Available AI
Release date: 2026-05-15

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:


Related What's new posts