chore: update documentation site configuration

- Update MkDocs site URL and repository links
- Modify README diagram formatting for improved readability
This commit is contained in:
jango-blockchained
2025-02-05 02:23:36 +01:00
parent 3f8d67b145
commit 01991c0060
2 changed files with 5 additions and 5 deletions

View File

@@ -58,17 +58,17 @@ Our architecture is engineered for performance, scalability, and security. The f
```mermaid ```mermaid
graph TD graph TD
subgraph Client subgraph Client
A[Client Application<br/>(Web / Mobile / Voice)] A[Client Application\n(Web / Mobile / Voice)]
end end
subgraph CDN subgraph CDN
B[CDN / Cache] B[CDN / Cache]
end end
subgraph Server subgraph Server
C[Bun Native Server] C[Bun Native Server]
E[NLP Engine<br/>& Language Processing Module] E[NLP Engine &\nLanguage Processing Module]
end end
subgraph Integration subgraph Integration
D[Home Assistant<br/>(Devices, Lights, Thermostats)] D[Home Assistant\n(Devices, Lights, Thermostats)]
end end
A -->|HTTP Request| B A -->|HTTP Request| B

View File

@@ -1,6 +1,6 @@
site_name: Home Assistant Model Context Protocol (MCP) site_name: Home Assistant Model Context Protocol (MCP)
site_url: https://yourusername.github.io/your-repo-name/ site_url: https://jango-blockchained.github.io/advanced-homeassistant-mcp/
repo_url: https://github.com/yourusername/your-repo-name repo_url: https://github.com/jango-blockchained/advanced-homeassistant-mcp
theme: theme:
name: material name: material