diff --git a/README.md b/README.md index 4fab3b5..ba92af1 100644 --- a/README.md +++ b/README.md @@ -58,17 +58,17 @@ Our architecture is engineered for performance, scalability, and security. The f ```mermaid graph TD subgraph Client - A[Client Application
(Web / Mobile / Voice)] + A[Client Application\n(Web / Mobile / Voice)] end subgraph CDN B[CDN / Cache] end subgraph Server C[Bun Native Server] - E[NLP Engine
& Language Processing Module] + E[NLP Engine &\nLanguage Processing Module] end subgraph Integration - D[Home Assistant
(Devices, Lights, Thermostats)] + D[Home Assistant\n(Devices, Lights, Thermostats)] end A -->|HTTP Request| B diff --git a/mkdocs.yml b/mkdocs.yml index 7e7bebc..b9765e4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Home Assistant Model Context Protocol (MCP) -site_url: https://yourusername.github.io/your-repo-name/ -repo_url: https://github.com/yourusername/your-repo-name +site_url: https://jango-blockchained.github.io/advanced-homeassistant-mcp/ +repo_url: https://github.com/jango-blockchained/advanced-homeassistant-mcp theme: name: material