Skip to content

Commit 9f66a21

Browse files
committed
Update README.md
1 parent bfb79ab commit 9f66a21

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ Serves the production build locally for testing.
8484
- **Custom Interactive Components** - Visual elements like GroundingComparison for conceptual clarity
8585
- **GitHub Pages Deployment** - Automated deployment via GitHub Actions
8686

87-
## Contributing
88-
89-
We welcome contributions! To contribute:
90-
91-
1. Fork the repository
92-
2. Create a feature branch: `git checkout -b feature/new-lesson`
93-
3. Make your changes in the `website/docs` directory
94-
4. Follow the writing guidelines in `website/docs/CLAUDE.md`
95-
5. Test locally: `cd website && npm start`
96-
6. Submit a pull request with a clear description
97-
9887
## Content Structure
9988

10089
```
@@ -137,7 +126,7 @@ website/
137126

138127
### Content Generation (AI Pipeline)
139128
- **[Claude Code CLI](https://claude.ai/claude-code)** - Script and presentation generation (Haiku 4.5)
140-
- **[Google Gemini 2.5 Flash](https://ai.google.dev/)** - Text-to-speech synthesis for podcasts
129+
- **[Google Gemini 2.5 Pro](https://ai.google.dev/)** - Text-to-speech synthesis for podcasts
141130
- **Node.js** - Automation scripts for content pipeline
142131

143132
## Content Generation (Advanced)
@@ -181,25 +170,6 @@ node generate-presentation.js --all
181170

182171
See [scripts/PRESENTATION_README.md](scripts/PRESENTATION_README.md) for detailed documentation.
183172

184-
## Deployment
185-
186-
The site is automatically deployed to GitHub Pages when changes are pushed to the `main` branch.
187-
188-
**Manual Deployment:**
189-
```bash
190-
cd website
191-
GIT_USER=ofriw npm run deploy
192-
```
193-
194173
## License
195174

196175
This project is open source and available under the [MIT License](LICENSE).
197-
198-
## Support
199-
200-
- **Issues:** [GitHub Issues](https://github.com/ofriw/AI-Coding-Course/issues)
201-
- **Discussions:** [GitHub Discussions](https://github.com/ofriw/AI-Coding-Course/discussions)
202-
203-
---
204-
205-
Built with by the AI Coding Course team.

0 commit comments

Comments
 (0)