mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user