From mintlify-docs
Interact with Mintlify REST API to trigger deployments, manage builds, query site metadata, and handle preview deployments for documentation sites.
npx claudepluginhub mintlify/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.
Builds and maintains Mintlify documentation sites by creating MDX pages, configuring docs.json navigation and themes, adding components, and setting up API references.
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.
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.