docs_generate_sales_docs
Analyze your PHP project to generate professional sales-ready documentation for marketplaces. Produces comprehensive Markdown files (README, API reference, installation, configuration, examples, FAQ, changelog) with optional PDF export.
Instructions
Generate professional sales-ready documentation for CodeCanyon, ThemeForest, and other marketplaces. Creates comprehensive Markdown documentation (README, Installation, API Reference, Configuration, Examples, FAQ, Changelog) with optional PDF export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the PHP project directory to analyze | |
| outputDir | No | Output directory for documentation files (default: ./sales-docs) | |
| productName | Yes | Product name for marketplace listing (e.g., 'Advanced User Management System') | |
| productVersion | No | Product version (default: '1.0.0') | |
| author | Yes | Author or company name (e.g., 'Your Company') | |
| description | Yes | Product description for the README (e.g., 'A comprehensive user management system with advanced features...') | |
| price | No | Product price (optional, e.g., '$49' or '€39') | |
| demoUrl | No | Live demo URL (optional) | |
| supportEmail | No | Support email address (optional) | |
| features | No | List of key product features (e.g., ['User authentication', 'Role-based access', 'API support']) |