All notable changes to the Physical AI & Humanoid Robotics Textbook project.
- β Authentication system with sign in/sign up functionality
- β Protected textbook routes requiring authentication
- β Bilingual support (English & Urdu) with RTL layout
- β RAG chatbot with Qdrant vector database
- β User profile system with background tracking
- β Session management for chat history
- β Particle background effects
- β Custom language switcher in navbar
- π Reorganized project structure following PyRoboLearn conventions
- π§ Improved sidebar navigation with all modules
- π¨ Enhanced authentication modal with conditional rendering
- π Separated project docs from course content
- π Sidebar navigation showing all 4 modules correctly
- π Backend server CORS configuration
- π Authentication protection using conditional rendering
- π Initial page load connection timing
- Basic Docusaurus site structure
- Course modules 1-4 content
- Frontend and backend separation
- Database integration with Neon Postgres
- OpenRouter LLM integration
This project follows Semantic Versioning:
- MAJOR version for incompatible changes
- MINOR version for new functionality
- PATCH version for backwards compatible bug fixes