DocBot - AI Documentation Generator
Version updated for https://github.com/SynthWorkIO/docbot to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
DocBot is a GitHub Action that automates the generation and updating of project documentation using AI. It analyzes the repository’s structure, dependencies, and project type to create high-quality README files and API documentation in multiple programming languages. By streamlining the documentation process, it saves developers time and effort while ensuring consistency and professionalism in project documentation.
Release notes
🤖 DocBot v1.0.0
AI-powered documentation generator for GitHub repositories.
Features
- 🔍 Smart project analysis (JS/TS/Python/Rust/Go)
- ✨ AI-powered README generation
- 📝 Changelog generation from conventional commits
- ⚡ Fast execution, runs in seconds
Usage
- uses: SynthWorkIO/docbot@v1
with:
mode: 'readme'
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}