Files
AI/참고/instructor-main/docs/blog/posts/llms-txt-support.md
2026-05-12 19:40:31 +09:00

1.3 KiB

authors, categories, comments, date, description, draft, slug, tags
authors categories comments date description draft slug tags
jxnl
Announcements
true 2025-08-29 Instructor now automatically generates llms.txt files for better AI documentation access. false llms-txt-support
Documentation
AI

Instructor Now Supports llms.txt

We've added automatic llms.txt generation to Instructor's documentation using the mkdocs-llmstxt plugin.

What is llms.txt?

The llms.txt specification helps AI coding assistants access clean documentation without parsing complex HTML. Think "robots.txt for LLMs."

What This Means

Your AI coding assistant (Copilot, Claude, Cursor) now gets better access to:

  • Getting started guides
  • Core concepts and patterns
  • Provider integration docs

This should result in more accurate suggestions and better understanding of Instructor's features.

Implementation

We're using the mkdocs-llmstxt plugin to automatically generate our llms.txt from our existing markdown documentation. Every time we update our docs, the llms.txt file stays current automatically.

No manual maintenance, always up-to-date.

Resources