Initial commit

This commit is contained in:
Aodhan Collins
2025-10-06 00:33:04 +01:00
commit 66749a5ce7
71 changed files with 22041 additions and 0 deletions

38
docs/README.md Normal file
View File

@@ -0,0 +1,38 @@
# EVE Documentation
Welcome to the EVE documentation hub. Use this index to navigate all project docs.
## Getting Started / Setup
- [OpenRouter Setup](./setup/OPENROUTER_SETUP.md)
- [Setup Complete Checklist](./setup/SETUP_COMPLETE.md)
## Planning
- [Project Plan](./planning/PROJECT_PLAN.md)
- [Roadmap](./planning/ROADMAP.md)
- [Phase 2 Plan](./planning/PHASE2_PLAN.md)
- [Phase 2 Progress](./planning/PHASE2_PROGRESS.md)
- [Phase 2 Status](./planning/PHASE2_STATUS.md)
- [Phase 2 Complete](./planning/PHASE2_COMPLETE.md)
## Releases
- [Changelog](./releases/CHANGELOG.md)
## Text-to-Speech (TTS)
- [Conversation Mode](./tts/TTS_CONVERSATION_MODE.md)
- [Debugging Guide](./tts/TTS_DEBUGGING_GUIDE.md)
- [Quality Controls](./tts/TTS_QUALITY_CONTROLS.md)
- [Voice Selection Fix](./tts/TTS_VOICE_SELECTION_FIX.md)
## Integrations
### ElevenLabs
- [Models](./integrations/elevenlabs/ELEVENLABS_MODELS.md)
- [Voices](./integrations/elevenlabs/ELEVENLABS_VOICES.md)
- [Debug Checklist](./integrations/elevenlabs/ELEVENLABS_DEBUG_CHECKLIST.md)
## UX
- [Dark Theme Implementation](./ux/DARK_THEME_IMPLEMENTATION.md)
---
If you notice any broken links or want to add new sections, open an issue or PR and well keep this index up to date.