haops_export_doc_markdown
Export a documentation artifact as Markdown text to sync with a git repository. Returns the full Markdown content as a string.
Instructions
Export a documentation artifact as Markdown text. Returns the full Markdown content as a string (not a file download). Useful for syncing documentation to a git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectSlug | Yes | The project slug | |
| artifactSlug | Yes | The artifact slug (e.g. "architecture", "developer", "api") |