Skip to content

feat: add llms.txt support via mkdocs-llmstxt-md plugin#6

Merged
Joul1285 merged 2 commits intoPublikey:mainfrom
kitsune-hash:feat/llms-txt
Feb 18, 2026
Merged

feat: add llms.txt support via mkdocs-llmstxt-md plugin#6
Joul1285 merged 2 commits intoPublikey:mainfrom
kitsune-hash:feat/llms-txt

Conversation

@kitsune-hash
Copy link
Collaborator

Adds LLM-friendly documentation following the llms.txt standard.

Changes

  • Added mkdocs-llmstxt-md plugin to requirements.txt
  • Configured all doc sections with descriptions in mkdocs.yml

What it does

  • Generates /llms.txt — structured index of all doc pages
  • Generates /llms-full.txt — complete documentation in one file
  • Serves raw markdown at .md URLs (e.g. /server/api.md)
  • Adds a copy-to-markdown button on each page

This allows AI tools (ChatGPT, Claude, Cursor, etc.) to easily ingest the full Runqy documentation.

Ref: https://llmstxt.org/

- Adds mkdocs-llmstxt-md plugin for LLM-friendly documentation
- Generates /llms.txt (index) and /llms-full.txt (complete docs)
- Serves raw markdown at .md URLs alongside HTML pages
- Adds copy-to-markdown button on each page
- All doc sections mapped with descriptions

Ref: https://llmstxt.org/
Plugin registers as 'llmstxt-md', not 'llms-txt'.
@Joul1285 Joul1285 merged commit c947fdf into Publikey:main Feb 18, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants