From d45ef5c6226085cc2e90f1868e5ff4195d6e3e94 Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Wed, 5 Feb 2025 12:58:44 +0100 Subject: [PATCH] docs: Update MkDocs site configuration for Advanced Home Assistant MCP - Rename site name to "Advanced Home Assistant MCP" - Update site and repository URLs to match new project - Modify copyright year and attribution --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bd4648e..3fbe865 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ -site_name: Claude Desktop -site_url: https://your-username.github.io/your-repo-name -repo_url: https://github.com/your-username/your-repo-name +site_name: Advanced Home Assistant MCP +site_url: https://jango-blockchained.github.io/advanced-homeassitant-mcp +repo_url: https://github.com/jango-blockchained/advanced-homeassitant-mcp theme: name: material @@ -117,4 +117,4 @@ extra_css: extra_javascript: - javascripts/extra.js -copyright: Copyright © 2024 Jango Blockchained \ No newline at end of file +copyright: Copyright © 2025 jango-blockchained \ No newline at end of file