generate_project_documentation
Analyze a repository, generate documentation, publish to Google Docs, and optionally export to Markdown, HTML, or PDF. Returns the Google Docs URL and export paths.
Instructions
Run the full documentation pipeline on a repository: analyze the code, generate all documentation sections, publish to Google Docs, and optionally export to Markdown/HTML/PDF. Returns the Google Docs URL and export paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Custom document title. Defaults to "<repo-name> — Engineering Documentation". | |
| repo_path | Yes | Path to the repository root directory. | |
| export_pdf | No | Save a PDF file to the output directory. | |
| share_with | No | List of email addresses to share the Google Doc with. | |
| export_html | No | Save an HTML file to the output directory. | |
| export_markdown | No | Save a Markdown file to the output directory. | |
| publish_to_google_docs | No | Create and populate a Google Doc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||