Skip to main content

mkdocs-llmstxt-md

MkDocs plugin for LLM-friendly documentation that provides:

  1. Direct markdown serving - Access original markdown at page.md URLs
  2. llms.txt generation - Concise index file for LLM context
  3. llms-full.txt generation - Complete documentation in single file
  4. Copy-to-markdown button - Easy copying of source markdown

Features

  • 🚀 Source-first approach - Works with original markdown, no HTML parsing
  • 🤖 LLM optimized - Token-efficient formats for AI consumption
  • 📋 Copy button - One-click markdown copying for developers
  • 🔗 Dual URLs - Both human-readable HTML and LLM-friendly markdown

This plugin is inspired by mkdocs-llmstxt, the key difference is that mkdocs-llmstxt take the parsing HTML approach which can be used with injected HTML. This plugin focus on the raw markdown approach, which makes things simpler if you only need to work with markdown content.

Installation

uv pip install mkdocs-llmstxt-md
# or with pip
pip install mkdocs-llmstxt-md

Usage

Add to your mkdocs.yml. At its simplest, no configuration is needed — sections are derived from your nav:

plugins:
  - llmstxt-md

To customize titles, descriptions, or grouping for specific pages, add sections — once you provide any sections, only the pages you list are included and nav is no longer consulted:

plugins:
  - llmstxt-md:
      sections:
        "Getting Started":
          - index.md: "Introduction to the project"
          - quickstart.md

Configuration

  • sections: Optional dict of section names to file patterns. Leave it empty/omitted to automatically mirror your nav structure (a nav Section becomes a heading; a top-level page not inside any section becomes its own heading, named after the page). Provide it to take full manual control over titles/grouping/descriptions — when non-empty, only the pages you list are included and nav is ignored.
  • enable_markdown_urls: Enable .md URL serving (default: true)
  • enable_llms_txt: Generate llms.txt (default: true)
  • enable_llms_full: Generate llms-full.txt (default: true)
  • enable_copy_button: Add copy button to pages (default: true)

Developer Setup

Prerequisites

  • Python 3.8+
  • uv (recommended) or pip

Installation for Development

  1. Clone the repository:

    git clone <repository-url>
    cd mkdocs-llmstxt-md
    
  2. Install in development mode:

    uv pip install -e .
    # or with pip
    pip install -e .
    
  3. Verify installation:

    uv pip list | grep mkdocs-llmstxt-md
    # or with pip
    pip list | grep mkdocs-llmstxt-md
    

Testing with the Test Site

The project includes a complete test site in test-site/ to validate all plugin features:

  1. Build the test site:

    cd test-site
    mkdocs build
    
  2. Serve the test site locally:

    mkdocs serve
    

    Visit http://localhost:8000 to see the documentation

  3. Validate generated files: After building, check the test-site/site/ directory for:

    • llms.txt - Index file with markdown URLs
    • llms-full.txt - Complete documentation
    • *.md files alongside HTML pages (e.g., index.md, quickstart/index.md)
    • Copy button on each page (top-right corner)
  4. Test markdown URL access:

    • Visit http://localhost:8000/index.md to see raw markdown
    • Visit http://localhost:8000/quickstart/index.md for quickstart markdown
    • Compare with HTML versions at http://localhost:8000/ and http://localhost:8000/quickstart/

Test Site Structure

The test site demonstrates all plugin features:

test-site/
├── mkdocs.yml          # Plugin configuration example
└── docs/
    ├── index.md        # Homepage with tables and code
    ├── quickstart.md   # Getting started guide
    ├── installation.md # Detailed setup instructions
    ├── api/
    │   ├── overview.md # API documentation
    │   └── functions.md# Function reference
    └── advanced/
        └── configuration.md # Advanced config examples

Running Tests

Currently manual testing via the test site. Future versions will include automated tests.

Making Changes

  1. Modify code in src/mkdocs_llmstxt_md/
  2. Test changes: cd test-site && mkdocs build
  3. Validate all features work as expected
  4. Check generated files in test-site/site/

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_llmstxt_md-0.3.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mkdocs_llmstxt_md-0.3.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_llmstxt_md-0.3.0.tar.gz.

File metadata

  • Download URL: mkdocs_llmstxt_md-0.3.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mkdocs_llmstxt_md-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3efcc267e0bffe9ec7767bfbf5d67bc64b177dd85bee75af6b72d83dd7975910
MD5 49ceea0f376e357dae79aa0ac936c3c7
BLAKE2b-256 6c2236650e5cc0a9d13817924299d1d04357f2451fb60c835ee9f5cfaae17bfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_llmstxt_md-0.3.0.tar.gz:

Publisher: release.yml on noklam/mkdocs-llmstxt-md

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mkdocs_llmstxt_md-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_llmstxt_md-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c39141ce51ea6b5516dadda7778226695661c644506e231bfc0b6e6d664ab57c
MD5 e58fc811748794c7ca8636cd352075b8
BLAKE2b-256 d54195af11caa5acf53eb6aa199ec316c4ee02fe362f279c149b81d3200b557a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_llmstxt_md-0.3.0-py3-none-any.whl:

Publisher: release.yml on noklam/mkdocs-llmstxt-md

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page