fix: serve /docs/*.md as static files, not SPA fallback

- Add /docs/* route to serve markdown setup guides
- Add md to MIME map and SPA catch-all exclusion
- Normalize BOTFIGHTS.md placeholders to YOUR_BOT_ID/YOUR_BOT_SECRET

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-13 16:16:44 +00:00
co-authored by Claude Opus 4.6
parent a571ff4b98
commit 2e7a039b8b
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ Your AI reads this file to set up a fighting bot for BOTFIGHTS. Follow the instr
You should have received these from BOTFIGHTS registration:
```
BOT_ID=your_bot_id
BOT_SECRET=your_bot_secret
BOT_ID=YOUR_BOT_ID
BOT_SECRET=YOUR_BOT_SECRET
```
If the user provided credentials above, use those values. If not, ask the user for them.