Skip to content

Commit db19d95

Browse files
committed
Update docs
1 parent b4bbe05 commit db19d95

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/guide/getting-started.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,21 @@ Now that you have the basics working, explore more advanced features:
195195
- [Middleware](./middleware) - Adding cross-cutting concerns
196196
- [Examples](../examples/simple-handlers) - See practical examples
197197

198+
## LLM-Friendly Documentation
199+
200+
For AI assistants and Large Language Models, we provide optimized documentation formats:
201+
202+
- [📜 LLMs Index](/llms.txt) - Quick reference with links to all sections
203+
- [📖 Complete Documentation](/llms-full.txt) - All docs in one LLM-friendly file
204+
205+
These files follow the [llmstxt.org](https://llmstxt.org/) standard and contain the same information as this documentation in a format optimized for AI consumption.
206+
198207
## Common Issues
199208

200209
### Handler Not Found
210+
201211
If you get a "handler not found" error:
212+
202213
1. Ensure your class name ends with `Handler` or `Consumer`
203214
2. Ensure your method name follows the naming conventions
204215
3. Ensure the first parameter matches your message type exactly

0 commit comments

Comments
 (0)