- Document new help icon in sidebar functionality
- Add getting help section to main documentation
- Include help icon in FAQ section
- Update tips and tricks to mention help icon
- Provide comprehensive help resources overview
- Add Moonshot AI (Kimi) provider documentation with setup guide
- Update xAI Grok models with latest versions (Grok 4, Grok 3 variants)
- Fix anchor links in table of contents for Git integration and WebContainer
- Completely rewrite 'Adding New LLMs' section with correct provider architecture
- Update FAQ with latest model recommendations and troubleshooting
- Add API key configuration examples for new providers
- Enhance model comparisons with current capabilities and context windows
- Add comprehensive best practices for all new features
- Document MCP integration, deployment options, and Supabase features
- Update project templates section with all available frameworks
This brings the documentation fully up-to-date with the latest main branch changes and provides users with accurate, comprehensive information about all bolt.diy features.
Fixes issue #1827 where Docker Compose wasn't properly loading .env.local file.
Problem:
- Docker Compose expects .env file for variable substitution but docs say to use .env.local
- This caused environment variables to not be loaded in Docker containers
Solution:
- Updated docker-compose.yaml to load both .env and .env.local files
- Created setup-env.sh script to help users sync .env.local to .env
- Updated documentation with clear instructions for Docker users
- Maintains backward compatibility with existing setups
Changes:
- Modified docker-compose.yaml to use array syntax for env_file
- Added scripts/setup-env.sh helper script
- Updated CONTRIBUTING.md and index.md documentation
This ensures environment variables work correctly in Docker while maintaining
the security best practice of using .env.local for sensitive data.
Contributed by: Keoma Wright
* fixed formatting of faq and enhanced styling
* save
* did further improvements and fixing the sidebar
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com>