Project Myriad - Documentation Index
Project Myriad - Documentation Index
This document serves as a navigation guide for all Project Myriad documentation, helping you find the information you need quickly and efficiently.
π Quick Reference
| Document | Purpose | Target Audience |
|---|---|---|
| README.md | Project overview, features, quick start | All users, potential contributors |
| ARCHITECTURE.md | Complete architecture documentation | Developers, architects |
| DEVELOPMENT.md | Development setup and coding guidelines | Contributors, developers |
| CONTRIBUTING.md | Contribution guidelines and standards | New contributors |
π Documentation Structure
Getting Started
Start here if youβre new to Project Myriad:
- README.md - Get an overview of what Project Myriad is and its core features
- DEVELOPMENT.md - Set up your development environment
- CONTRIBUTING.md - Learn how to contribute to the project
Architecture & Design
For understanding the technical architecture:
- ARCHITECTURE.md - Complete architecture documentation (authoritative source)
- ROADMAP.md - Current implementation status and development phases
Requirements & Specifications
For detailed technical requirements:
- requirements.md - Comprehensive technical requirements specification
- dependency-management.md - Dependency management strategy and practices
Development Resources
For active development work:
- DEVELOPMENT.md - Build instructions, coding standards, testing guidelines (includes CLI build methods)
- RELEASE_BUILD_GUIDE.md - Production release process
- AUTOMATED_WORKFLOW.md - CI/CD and automation details
- GITHUB_PAGES_SETUP.md - GitHub Pages documentation site configuration
Feature Documentation
For specific features and implementations:
- AI_PROVIDER_ARCHITECTURE.md - AI integration architecture
- ANIME_IMPLEMENTATION.md - Anime features implementation
- ENHANCED_VIDEO_PLAYER_GUIDE.md - Video player implementation
- cloud-sync-implementation.md - Cloud synchronization features
Project Management
For project planning and roadmap:
- ROADMAP.md - Project roadmap and development timeline
- user-guide.md - End-user documentation
- play-store-metadata.md - App store listings and metadata
Policies & Guidelines
For project governance:
- SECURITY.md - Security policies and vulnerability reporting
- LICENSE - Project license terms
π― Common Tasks
I want toβ¦
Get started with the project β Start with README.md, then DEVELOPMENT.md
Understand the architecture β Read ARCHITECTURE.md (authoritative source for all architecture info)
Set up development environment β Follow DEVELOPMENT.md setup instructions
Contribute to the project β Review CONTRIBUTING.md and DEVELOPMENT.md
Understand technical requirements β See requirements.md for comprehensive specifications
Learn about specific features β Check feature-specific docs in the Feature Documentation section
Build the project β See comprehensive build instructions in DEVELOPMENT.md
Report security issues β Follow guidelines in SECURITY.md
Understand dependencies β Review dependency-management.md
π Documentation Principles
Single Source of Truth
Each piece of information has a primary location to avoid duplication:
- Architecture Details β ARCHITECTURE.md
- Development Setup β DEVELOPMENT.md
- Technical Requirements β requirements.md
- Feature Overview β README.md
Cross-References
Documents reference each other rather than duplicating information:
- High-level overviews link to detailed documentation
- Detailed docs reference related concepts
- Clear navigation between related topics
Audience-Specific Organization
- README.md - Accessible to all users, provides overview and navigation
- ARCHITECTURE.md - Technical details for developers and architects
- DEVELOPMENT.md - Practical information for active contributors
- requirements.md - Comprehensive specifications for detailed analysis
π Maintenance
This documentation index is maintained alongside the project and updated when:
- New documentation is added
- Document purposes or audiences change
- Navigation structure is modified
For documentation issues or suggestions, please open an issue in the project repository.
π Online Documentation
For the best browsing experience, visit our GitHub Pages Documentation Site which includes:
- π All documentation with improved navigation
- π Full-text search capabilities
- π Interactive API documentation
- π¨ Enhanced visual presentation
This index ensures that Project Myriadβs comprehensive documentation remains organized, accessible, and maintainable.
Last updated: December 2024 - Major documentation refresh with current technology stack and production-ready status