# Developer Documentation This directory contains documentation for developers working on the library. ## 📚 Documentation Index - **[ARCHITECTURE.md](./ARCHITECTURE.md)** - Project architecture and structure - **[DEVELOPMENT.md](./DEVELOPMENT.md)** - Development workflow and guidelines - **[DEPLOYMENT.md](./DEPLOYMENT.md)** - Deployment guide for npm and GitHub Pages - **[MONOREPO.md](./MONOREPO.md)** - Monorepo structure and setup - **[SETUP_COMPLETE.md](./SETUP_COMPLETE.md)** - Initial setup completion guide - **[VERSIONING.md](./VERSIONING.md)** - Version management guide ## 🔗 Quick Links - [Main README](../README.md) - User-facing documentation - [Changelog](../CHANGELOG.md) - Version history - [Website Documentation](../docs/) - Documentation website source code ## 📁 Project Structure ``` react-calendar-datetime-picker/ ├── README.md # Main user-facing README ├── CHANGELOG.md # Version history ├── docs-dev/ # Developer documentation (this folder) ├── docs/ # Documentation website source ├── src/ # Library source code └── examples/ # Example/playground app ```