Skip to content

Commit aaf9b38

Browse files
S1M0N38claude
andcommitted
docs: configure mkdocs-llmstxt plugin for LLM-friendly documentation
Add llmstxt plugin configuration to generate structured documentation output for LLM consumption with project description and section mapping. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 58505b0 commit aaf9b38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mkdocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@ extra:
3131
generator: false
3232
plugins:
3333
- search
34+
- llmstxt:
35+
markdown_description: |
36+
BalatroBot is a Python framework for developing automated bots to play the card game Balatro.
37+
The architecture consists of three main layers: a communication layer using TCP protocol with Lua API,
38+
a Python framework layer for bot development, and comprehensive testing and documentation systems.
39+
The project enables real-time bidirectional communication between the game and bot through TCP sockets.
40+
sections:
41+
Documentation:
42+
- index.md
43+
- installation.md
44+
- developing-bots.md
45+
- balatrobot-api.md
46+
- protocol-api.md
47+
full_output: llms-full.txt
48+
autoclean: false
3449
- mkdocstrings:
3550
handlers:
3651
python:

0 commit comments

Comments
 (0)