Skip to content

[feat]: add llm.txt support to Emdash documentation #1412

@yashdev9274

Description

@yashdev9274

Feature Summary

Add llm.txt and llms-full.txt endpoints to the Emdash docs site to make documentation more accessible to AI assistants and LLM-powered search engines.

Problem or Use Case

When users ask AI assistants (like claude code, cursor, perplexity) questions about Emdash, the AI may not have accurate or complete information about the documentation. Adding llm.txt files would help AI systems:

  • discover and index Emdash documentation properly
  • provide more accurate answers when users ask about Emdash features
  • enable AI powered documentation search experiences

Proposed Solution

Add llm.txt endpoints to the docs site that provide:

  • an index/manifest of all documentation pages with their titles and URLs
  • a complete Markdown version of all documentation content
    This would follow the llmstxt.org standard, which is already supported by the fumadocs framework used by the Emdash docs.

Alternatives Considered

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions