Skip to content

Commit b69d2ed

Browse files
S1M0N38claude
andcommitted
docs: remove empty troubleshooting page and references
- Delete docs/troubleshooting.md (empty placeholder file) - Remove troubleshooting references from developing-bots.md, installation.md, and protocol-api.md - Update mkdocs.yml navigation to remove troubleshooting entry - Update .claude/settings.json mdformat command to exclude deleted file Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aaf9b38 commit b69d2ed

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"type": "command",
26-
"command": "mdformat --number docs/index.md docs/installation.md docs/developing-bots.md docs/balatrobot-api.md docs/protocol-api.md docs/troubleshooting.md"
26+
"command": "mdformat --number docs/index.md docs/installation.md docs/developing-bots.md docs/balatrobot-api.md docs/protocol-api.md"
2727
}
2828
]
2929
}

docs/developing-bots.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ After setting up your development environment:
145145

146146
- Explore the [BalatroBot API](balatrobot-api.md) for detailed client and model documentation
147147
- Learn about the underlying [Protocol API](protocol-api.md) for TCP communication details
148-
- Check the [Troubleshooting](troubleshooting.md) guide if you encounter issues

docs/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ If you encounter issues during installation or testing:
256256

257257
- **Discord Support**: Join our community at [https://discord.gg/xzBAj4JFVC](https://discord.gg/xzBAj4JFVC) for real-time help
258258
- **GitHub Issues**: Report bugs or request features by [opening an issue](https://github.com/S1M0N38/balatrobot/issues) on GitHub
259-
- **Documentation**: Check the [Troubleshooting](troubleshooting.md) page (work in progress)
260259

261260
---
262261

docs/protocol-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,3 @@ For higher-level integration:
162162

163163
- Use the [BalatroBot API](balatrobot-api.md) `BalatroClient` for managed connections
164164
- See [Developing Bots](developing-bots.md) for complete bot implementation examples
165-
- Check [Troubleshooting](troubleshooting.md) for common protocol issues

docs/troubleshooting.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ nav:
6262
- Developing Bots: developing-bots.md
6363
- BalatroBot API: balatrobot-api.md
6464
- Protocol API: protocol-api.md
65-
- Troubleshooting: troubleshooting.md
6665
markdown_extensions:
6766
- toc:
6867
toc_depth: 3

0 commit comments

Comments
 (0)