docs: expand documentation with new sections and deployment guides

- Add Examples section to MkDocs navigation
- Create initial Examples overview page with placeholder content
- Add Docker deployment guide to Getting Started section
- Update installation documentation with Smithery configuration details
This commit is contained in:
jango-blockchained
2025-02-05 02:46:43 +01:00
parent 53a041921b
commit 7635cce15a
4 changed files with 48 additions and 0 deletions

View File

@@ -23,6 +23,16 @@ Before installing MCP Server, ensure you have:
The easiest way to install MCP Server is through Smithery:
#### Smithery Configuration
The project includes a `smithery.yaml` configuration:
```yaml
# Add smithery.yaml contents and explanation
```
#### Installation Steps
```bash
npx -y @smithery/cli install @jango-blockchained/advanced-homeassistant-mcp --client claude
```