diff --git a/docs/examples/index.md b/docs/examples/index.md new file mode 100644 index 0000000..1586d26 --- /dev/null +++ b/docs/examples/index.md @@ -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 +... \ No newline at end of file diff --git a/docs/getting-started/docker.md b/docs/getting-started/docker.md new file mode 100644 index 0000000..7a83eac --- /dev/null +++ b/docs/getting-started/docker.md @@ -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... \ No newline at end of file diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 5a6f0e0..6110260 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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 ``` diff --git a/mkdocs.yml b/mkdocs.yml index 4ff6418..5158501 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: