docs: Simplify documentation site configuration and deployment

- Streamline MkDocs navigation structure
- Reduce complexity in GitHub Actions documentation workflow
- Update documentation dependencies and requirements
- Simplify site name and deployment configuration
This commit is contained in:
jango-blockchained
2025-02-05 23:29:50 +01:00
parent 039f6890a7
commit 4306a6866f
3 changed files with 18 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
site_name: Advanced Home Assistant MCP
site_name: Project Documentation
site_url: https://jango-blockchained.github.io/advanced-homeassistant-mcp
repo_url: https://github.com/jango-blockchained/advanced-homeassistant-mcp
@@ -61,21 +61,12 @@ plugins:
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference: api.md
- Usage: usage.md
- Configuration:
- Claude Desktop Config: claude_desktop_config.md
- Client Config: client_config.md
- Getting Started:
- Overview: getting-started/index.md
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Docker Setup: getting-started/docker.md
- Quick Start: getting-started/quickstart.md
- API Reference:
- Overview: api/index.md
- Core API: api/core-api.md
- SSE API: api/sse.md
- Core Functions: api/core.md
- Tools:
- Overview: tools/tools.md
- Device Management: