Skip to content

Commit b632077

Browse files
committed
docs: replace troubleshooting with LLM documentation links on homepage
1 parent b69d2ed commit b632077

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,24 @@ BalatroBot is a Python framework designed to help developers create automated bo
2727

2828
[:octicons-arrow-right-24: Developing Bots](developing-bots.md)
2929

30-
- :material-api:{ .lg .middle } __API Protocol__
30+
- :material-api:{ .lg .middle } __Protocol API__
3131

3232
---
3333

3434
Technical reference for TCP socket communication, message formats,
3535
game states, action types.
3636

37-
[:octicons-arrow-right-24: Protocol](protocol-api.md)
37+
[:octicons-arrow-right-24: Protocol API](protocol-api.md)
3838

39-
- :material-help-circle:{ .lg .middle } __Troubleshooting__
39+
40+
- :octicons-sparkle-fill-16:{ .lg .middle } __Documentation for LLM__
4041

4142
---
4243

43-
Common issues and debugging solutions for developing bots
44-
and game integration problems (WIP).
44+
Documentation in [llms.txt](https://llmstxt.org/) formats, easily digestible by LLMs.
45+
46+
[:octicons-arrow-right-24: llms.txt](llms.txt)
4547

46-
[:octicons-arrow-right-24: Troubleshooting](troubleshooting.md)
48+
[:octicons-arrow-right-24: llms-full.txt](llms-full.txt)
4749

4850
</div>

0 commit comments

Comments
 (0)