docs: update user-guide docs for AI-Trader-Server rebrand

Update all user-guide documentation files:
- configuration.md: Update title and container name references
- using-the-api.md: Update title
- integration-examples.md: Update title, class names
  (AsyncAITraderServerClient), container names, DAG names, and log paths
- troubleshooting.md: Update title, container names (ai-trader to
  ai-trader-server), GitHub issues URL

All Docker commands and code examples now reference ai-trader-server
container name.

Part of Phase 3: Developer & Deployment Documentation
This commit is contained in:
2025-11-01 11:56:01 -04:00
parent 2460f168ee
commit 573264c49f
4 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
# Configuration Guide
Complete guide to configuring AI-Trader.
Complete guide to configuring AI-Trader-Server.
---
@@ -323,5 +323,5 @@ docker-compose up -d
curl http://localhost:8080/health
# Check logs for errors
docker logs ai-trader | grep -i error
docker logs ai-trader-server | grep -i error
```