docs: enhance project documentation with comprehensive updates

- Revamp README.md with improved project overview, architecture diagram, and badges
- Create new development and tools documentation with detailed guides
- Update API documentation with enhanced examples, rate limiting, and security information
- Refactor and consolidate documentation files for better navigation and clarity
- Add emojis and visual improvements to make documentation more engaging
This commit is contained in:
jango-blockchained
2025-02-04 17:49:58 +01:00
parent 5f4ddfbd88
commit d6a5771e01
9 changed files with 360 additions and 82 deletions

View File

@@ -21,13 +21,13 @@ This guide explains how to use the Home Assistant MCP Server for smart home devi
- See [API Documentation](api.md) for details.
2. **Tool Integrations:**
- Multiple tools are available (see [Tools Documentation](tools/README.md)), for tasks like automation management and notifications.
- Multiple tools are available (see [Tools Documentation](tools/tools.md)), for tasks like automation management and notifications.
3. **Security Settings:**
- Configure token-based authentication and environment variables as per the [Configuration Guide](getting-started/configuration.md).
4. **Customization and Extensions:**
- Extend server functionality by developing new tools as outlined in the [Development Guide](development/README.md).
- Extend server functionality by developing new tools as outlined in the [Development Guide](development/development.md).
## Troubleshooting