mkdocs-material

Solid

MkDocs with Material theme expertise for Python-centric documentation. Configure navigation, plugins, multi-language support, PDF export, and advanced Material theme features.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MkDocs/Material Skill MkDocs with Material theme expertise for Python-centric documentation. ## Capabilities - Configure mkdocs.yml with Material theme features - Set up navigation and table of contents - Enable and configure MkDocs plugins (search, macros, mermaid) - Admonition and code annotation usage - Configure multi-language support - Generate PDF export configurations - Integrate with GitHub Pages deployment - Enable blog and versioning features ## Usage Invoke this skill when you need to: - Set up MkDocs with Material theme - Configure advanced theme features - Add plugins for extended functionality - Set up multi-language documentation - Enable versioning with mike ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | init, configure, plugin, deploy | | projectPath | string | Yes | Path to MkDocs project | | config | object | No | Configuration options | | plugins | array | No | Plugins to configure | | locale | string | No | Language locale | ### Input Example ```json { "action": "configure", "projectPath": "./docs", "config": { "site_name": "My Documentation", "site_url": "https://docs.example.com", "theme": "material" }, "plugins": ["search", "mermaid2"] } ``` ## Project Configuration ### mkdocs.yml ```yaml site_name: My Documentation site_url: https://docs.example.com site_description: Developer documentation for My Product site_author: My Team repo_name...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills