Compare commits

...

1 Commits

Author SHA1 Message Date
jango-blockchained
7635cce15a docs: expand documentation with new sections and deployment guides
- Add Examples section to MkDocs navigation
- Create initial Examples overview page with placeholder content
- Add Docker deployment guide to Getting Started section
- Update installation documentation with Smithery configuration details
2025-02-05 02:46:43 +01:00
4 changed files with 48 additions and 0 deletions

22
docs/examples/index.md Normal file
View File

@@ -0,0 +1,22 @@
---
layout: default
title: Examples
nav_order: 7
has_children: true
---
# Example Projects 📚
This section contains examples and tutorials for common MCP Server integrations.
## Speech-to-Text Integration
Example of integrating speech recognition with MCP Server:
```typescript
// From examples/speech-to-text-example.ts
// Add example code and explanation
```
## More Examples Coming Soon
...

View File

@@ -0,0 +1,10 @@
---
layout: default
title: Docker Deployment
parent: Getting Started
nav_order: 3
---
# Docker Deployment Guide 🐳
Detailed guide for deploying MCP Server with Docker...

View File

@@ -23,6 +23,16 @@ Before installing MCP Server, ensure you have:
The easiest way to install MCP Server is through Smithery:
#### Smithery Configuration
The project includes a `smithery.yaml` configuration:
```yaml
# Add smithery.yaml contents and explanation
```
#### Installation Steps
```bash
npx -y @smithery/cli install @jango-blockchained/advanced-homeassistant-mcp --client claude
```

View File

@@ -91,6 +91,12 @@ nav:
- Architecture: architecture.md
- Contributing: contributing.md
- Troubleshooting: troubleshooting.md
- Examples:
- Overview: examples/index.md
- Development:
- Setup: development/setup.md
- Testing: development/testing.md
- CI/CD: development/cicd.md
extra:
social: