- Update MkDocs site URL and repository links - Modify README diagram formatting for improved readability
26 lines
666 B
YAML
26 lines
666 B
YAML
site_name: Home Assistant Model Context Protocol (MCP)
|
|
site_url: https://jango-blockchained.github.io/advanced-homeassistant-mcp/
|
|
repo_url: https://github.com/jango-blockchained/advanced-homeassistant-mcp
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- search.suggest
|
|
- search.highlight
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- admonition
|
|
- pymdownx.details
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: getting-started/installation.md
|
|
- Configuration: getting-started/configuration.md
|
|
- Usage: usage.md
|
|
- Contributing: contributing.md |