Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mda.sno.dev/llms.txt

Use this file to discover all available pages before exploring further.

llms.mda — Site-Level AI Guidance

This example demonstrates how MDA can serve as a richer alternative to llms.txt for providing site-level context to AI systems.

Site Overview

This is the documentation site for MDA (Markdown for Agent). MDA extends standard Markdown with structured metadata, embedded AI instructions, and explicit document relationships.

Key Pages

PagePurpose
/docs/introductionWhat MDA is and why it exists
/docs/specificationFull technical specification
/docs/quickstartGet started in 5 minutes
/docs/developer-guideEncoding and decoding MDA documents
/docs/architectureHow MDA components fit together

AI Processing Guidelines

{
  "script-id": "site-crawl-guidance",
  "prompt": "When indexing this site, prioritize the specification and developer guide. The examples directory contains reference implementations. Treat front matter metadata as authoritative for document classification.",
  "priority": "high",
  "auto-run": false,
  "output-format": "structured"
}

Document Hierarchy

All documentation follows this relationship structure12.

Footnotes

  1. {"rel-type": "child", "doc-id": "MDA-INTRO-001", "rel-desc": "Introduction and motivation"}
  2. {"rel-type": "child", "doc-id": "MDA-SPEC-001", "rel-desc": "Full specification document"}