- Modify mkdocstrings plugin configuration to use default Python handler - Update documentation requirements to include mkdocstrings-python - Simplify MkDocs plugin configuration for documentation generation
120 lines
3.3 KiB
YAML
120 lines
3.3 KiB
YAML
site_name: MCP Server for Home Assistant
|
|
site_url: https://jango-blockchained.github.io/advanced-homeassistant-mcp
|
|
repo_url: https://github.com/jango-blockchained/advanced-homeassistant-mcp
|
|
site_description: Home Assistant MCP Server Documentation
|
|
# Add this to handle GitHub Pages serving from a subdirectory
|
|
site_dir: site/advanced-homeassistant-mcp
|
|
|
|
theme:
|
|
name: material
|
|
logo: assets/images/logo.png
|
|
favicon: assets/images/favicon.ico
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.code.copy
|
|
palette:
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- admonition
|
|
- pymdownx.details
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.emoji
|
|
- pymdownx.tasklist
|
|
- footnotes
|
|
- tables
|
|
|
|
plugins:
|
|
- search
|
|
- minify:
|
|
minify_html: true
|
|
- git-revision-date-plugin
|
|
- mkdocstrings
|
|
- social
|
|
- tags
|
|
- redirects
|
|
- gh-deploy
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: getting-started/installation.md
|
|
- Quick Start: getting-started/quickstart.md
|
|
- API Reference: api/index.md
|
|
- Usage: usage.md
|
|
- Configuration:
|
|
- Claude Desktop Config: claude_desktop_config.md
|
|
- Client Config: client_config.md
|
|
- Tools:
|
|
- Overview: tools/tools.md
|
|
- Device Management:
|
|
- List Devices: tools/device-management/list-devices.md
|
|
- Device Control: tools/device-management/control.md
|
|
- History & State:
|
|
- History: tools/history-state/history.md
|
|
- Scene Management: tools/history-state/scene.md
|
|
- Automation:
|
|
- Automation Management: tools/automation/automation.md
|
|
- Automation Configuration: tools/automation/automation-config.md
|
|
- Add-ons & Packages:
|
|
- Add-on Management: tools/addons-packages/addon.md
|
|
- Package Management: tools/addons-packages/package.md
|
|
- Notifications:
|
|
- Notify: tools/notifications/notify.md
|
|
- Events:
|
|
- Event Subscription: tools/events/subscribe-events.md
|
|
- SSE Statistics: tools/events/sse-stats.md
|
|
- Development:
|
|
- Overview: development/development.md
|
|
- Best Practices: development/best-practices.md
|
|
- Interfaces: development/interfaces.md
|
|
- Tool Development: development/tools.md
|
|
- Testing Guide: testing.md
|
|
- Deployment Guide: deployment.md
|
|
- Architecture: architecture.md
|
|
- Contributing: contributing.md
|
|
- Troubleshooting: troubleshooting.md
|
|
- Examples:
|
|
- Overview: examples/index.md
|
|
- Roadmap: roadmap.md
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/jango-blockchained/homeassistant-mcp
|
|
- icon: fontawesome/brands/docker
|
|
link: https://hub.docker.com/r/jangoblockchained/homeassistant-mcp
|
|
analytics:
|
|
provider: google
|
|
property: !ENV GOOGLE_ANALYTICS_KEY
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra_javascript:
|
|
- javascripts/extra.js
|
|
|
|
copyright: Copyright © 2025 jango-blockchained |