Repository URL Updates
This document summarizes the repository URL updates from the old repository to the new one.
✅ Updated Repository URLs
Old Repository: https://github.com/avrabe/mcp-loxone-gen1
New Repository: https://github.com/avrabe/mcp-loxone
Website: https://avrabe.github.io/mcp-loxone/
📁 Files Updated
Main Website Files
- ✅
/docs/index.html
- Main landing page - ✅
/docs/docs.html
- Documentation hub - ✅
/docs/_config.yml
- GitHub Pages config - ✅
/docs/sitemap.xml
- SEO sitemap - ✅
/docs/README.md
- Website documentation
Root Project Files
- ✅
/README.md
- Main project README - ✅
/index.html
- Root HTML file - ✅
/rust-docs.html
- Rust documentation - ✅
/QUICKSTART.md
- Quick start guide - ✅
/CONTRIBUTING.md
- Contribution guidelines - ✅
/MIGRATION.md
- Migration guide - ✅
/DEVELOPMENT.md
- Development guide
Rust Project Files
- ✅
/loxone-mcp-rust/Cargo.toml
- Main Cargo config - ✅
/loxone-mcp-rust/Cargo-wasip2.toml
- WASM Cargo config
n8n Workflows
- ✅
/n8n-workflows/index.html
- n8n workflows page
CI/CD Configuration
- ✅
.github/workflows/deploy-docs.yml
- GitHub Actions (already correct)
🔧 GitHub Actions Deployment
The deployment CI is correctly configured for the new repository structure:
# Triggers on:
- Push to main branch (docs/** or loxone-mcp-rust/docs/**)
- Manual workflow dispatch
# Deploys to:
- GitHub Pages at https://avrabe.github.io/mcp-loxone/
🌐 Website Structure
The website will be available at:
- Main Site: https://avrabe.github.io/mcp-loxone/
- Documentation: https://avrabe.github.io/mcp-loxone/docs.html
- Config Wizard: https://avrabe.github.io/mcp-loxone/docs/config-wizard.html
📊 SEO Updates
- ✅ Updated sitemap.xml with correct URLs
- ✅ Updated robots.txt
- ✅ Updated Open Graph meta tags
- ✅ Updated all internal links
🚀 Deployment Ready
The website is ready for deployment to the new repository:
- Repository:
avrabe/mcp-loxone
- GitHub Pages: Enabled and configured
- Domain:
avrabe.github.io/mcp-loxone
- Auto-deploy: On push to main branch
✅ Verification Checklist
- All repository URLs updated
- GitHub Actions workflow configured
- Website landing page functional
- Documentation hub functional
- Configuration wizard functional
- Internal links working
- External GitHub links correct
- SEO metadata updated
- Deployment workflow tested
📋 Next Steps
- Push changes to the new repository:
avrabe/mcp-loxone
- Enable GitHub Pages in repository settings
- Verify deployment at https://avrabe.github.io/mcp-loxone/
- Update any external references to point to new URLs
All repository references have been successfully updated to point to the new location! 🎉