From doc-reviewer
Interact with Mintlify REST API to trigger deployments, manage builds, query site metadata, and handle preview deployments for documentation sites.
npx claudepluginhub yangleyland/docs --plugin doc-authorThis skill uses the workspace's default tool permissions.
Use the Mintlify API to manage documentation sites programmatically. This skill covers deployment management, build triggers, and site metadata queries.
Sets up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use for creating docs sites, API portals, product docs, or multi-version technical hubs.
Checks and configures GitHub Pages deployment for docs sites, detects generators like MkDocs/TypeDoc/Docusaurus/Sphinx/rustdoc, audits workflows, migrates to actions/deploy-pages.
Automates docs-as-code workflows with version control, PR reviews, automated testing, linting, link checks, and CI/CD deployment. Compares Docusaurus, MkDocs, Sphinx, Hugo.
Share bugs, ideas, or general feedback.
Use the Mintlify API to manage documentation sites programmatically. This skill covers deployment management, build triggers, and site metadata queries.
All API requests require an API key passed in the Authorization header:
Authorization: Bearer <your-api-key>
Generate API keys from the Mintlify dashboard under Settings > API Keys.
Programmatically trigger a documentation rebuild when your codebase changes outside of Git push events.
Retrieve information about your documentation site including deployment status, configured domains, and navigation structure.
Create and manage preview deployments for pull requests and branches to review documentation changes before they go live.