save_doc_to_github
Save markdown content directly to a GitHub repository. Provide title, content, owner, repo, and optional path to store documentation.
Instructions
Save any markdown content directly to a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path in repo (default: docs/) | |
| repo | Yes | GitHub repo name | |
| owner | Yes | GitHub repo owner | |
| title | Yes | Document title | |
| content | Yes | Markdown content |