Commit Graph

17 Commits

Author SHA1 Message Date
Stijnus
a6c4d37a95 docs: add help icon feature documentation
- 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
2025-08-31 19:39:06 +02:00
Stijnus
ad4a31a406 feat: comprehensive documentation updates for latest features
- 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.
2025-08-31 19:34:45 +02:00
Keoma Wright
56e602b7f4 fix: resolve .env.local not loading in docker compose
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
2025-08-24 10:31:23 +00:00
Stijnus
c4c73622f5 Fix ESLint issues 2025-01-28 11:39:12 +01:00
Stijnus
0db9ce2717 Revert "Major UI improvements"
This reverts commit 6e52114172.
2025-01-28 10:28:45 +01:00
Stijnus
6e52114172 Major UI improvements 2025-01-28 01:33:19 +01:00
lewis liu
9958496468 fix: replace docker-compose with docker compose 2025-01-15 17:47:48 +08:00
Cole Medin
441b797f16 Adding resources page to index.md for docs. 2025-01-06 10:20:43 -06:00
Dustin Loring
ed5bad36ba docs: added info on both ways to set api keys 2024-12-20 10:02:06 -05:00
Dustin Loring
0733813af8 docs: updated style in faq
updated style in FAQ docs to be an accordion like style
added a TOC to the index page in the docs
2024-12-19 15:12:21 -05:00
Dustin Loring
66a445d548 doc: Make links clickable in docs
Made links clickable in docs
2024-12-15 16:50:03 -05:00
Dustin Loring
2119a92031 doc: new section heading
small update
2024-12-15 16:41:25 -05:00
Dustin Loring
a053bfc96f doc: mkdoc consistent style
used a consistent style throughout the mkdoc's when separating sections
2024-12-15 16:04:32 -05:00
Dustin Loring
fe24f3c011 doc: branding update
Changed Bolt to bolt and moved the section above the TOC to under it
2024-12-15 12:33:53 -05:00
Anirban Kar
287c8adfaa updated docs with new name 2024-12-11 20:32:09 +05:30
Dustin Loring
bd70b8fe64 Update docs
Removed the ollama ModelFile section as it is not needed anymore
2024-12-09 06:14:44 -05:00
Anirban Kar
a1fc7a75e5 adding docs 2024-11-24 22:47:12 +05:30