docs: update MkDocs configuration and documentation structure

- Refactor mkdocs.yml with new project name and simplified configuration
- Update GitHub Actions workflow to use MkDocs Material deployment
- Add new configuration files for Claude Desktop
- Reorganize documentation navigation and structure
- Update CSS and JavaScript references
This commit is contained in:
jango-blockchained
2025-02-05 12:44:26 +01:00
parent 3e7f3920b2
commit 13a27e1d00
5 changed files with 41 additions and 101 deletions

View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--port",
"8080"
],
"env": {
"NODE_ENV": "production"
}
}
}
}