Generate Markdown .md documentation with AI
Cerewro creates technical documentation in Markdown: README for GitHub projects, user wikis, installation guides, API references and changelogs, with correct formatting, badges, tables and code blocks.
Complete README for GitHub project
Create a README.md for a Python project called "DataSync" that syncs databases. Include: CI badges, description, installation, usage, examples, contributing and MIT license
Types of Markdown documentation
| Type | Typical content |
|---|---|
| README.md | Description, installation, usage, badges, license |
| CHANGELOG.md | Version history with changes by category |
| CONTRIBUTING.md | Guide for project contributors |
| API Reference | Endpoints, parameters, request/response examples |
| User wiki | Step-by-step guides with screenshots and examples |