From 01991c0060c9813ee1b914356ffffb90cc82a9b3 Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Wed, 5 Feb 2025 02:23:36 +0100 Subject: [PATCH] chore: update documentation site configuration - Update MkDocs site URL and repository links - Modify README diagram formatting for improved readability --- README.md | 6 +++--- mkdocs.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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