Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d45ef5c622 | ||
|
|
9358f83229 | ||
|
|
e49d31d725 |
17
.github/workflows/deploy-docs.yml
vendored
17
.github/workflows/deploy-docs.yml
vendored
@@ -21,5 +21,18 @@ jobs:
|
|||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
pip install mkdocs-git-revision-date-localized-plugin
|
pip install mkdocs-git-revision-date-localized-plugin
|
||||||
pip install mkdocstrings[python]
|
pip install mkdocstrings[python]
|
||||||
- name: Deploy
|
- name: Configure Git
|
||||||
run: mkdocs gh-deploy --force
|
run: |
|
||||||
|
git config --global user.name "github-actions[bot]"
|
||||||
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
- name: Build docs
|
||||||
|
run: mkdocs build
|
||||||
|
- name: Deploy to GitHub Pages
|
||||||
|
run: |
|
||||||
|
git checkout --orphan gh-pages
|
||||||
|
git rm -rf .
|
||||||
|
mv site/* .
|
||||||
|
rm -rf site
|
||||||
|
git add .
|
||||||
|
git commit -m "docs: Update documentation"
|
||||||
|
git push origin gh-pages --force
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
# MCP Server for Home Assistant 🏠🤖
|
# MCP Server for Home Assistant 🏠🤖
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE) [](https://bun.sh) [](https://www.typescriptlang.org) [](https://smithery.ai/server/@jango-blockchained/advanced-homeassistant-mcp)
|
||||||
[](https://bun.sh)
|
|
||||||
[](https://www.typescriptlang.org)
|
|
||||||
|
|
||||||
## Overview 🌐
|
## Overview 🌐
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
site_name: Claude Desktop
|
site_name: Advanced Home Assistant MCP
|
||||||
site_url: https://your-username.github.io/your-repo-name
|
site_url: https://jango-blockchained.github.io/advanced-homeassitant-mcp
|
||||||
repo_url: https://github.com/your-username/your-repo-name
|
repo_url: https://github.com/jango-blockchained/advanced-homeassitant-mcp
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
@@ -117,4 +117,4 @@ extra_css:
|
|||||||
extra_javascript:
|
extra_javascript:
|
||||||
- javascripts/extra.js
|
- javascripts/extra.js
|
||||||
|
|
||||||
copyright: Copyright © 2024 Jango Blockchained
|
copyright: Copyright © 2025 jango-blockchained
|
||||||
Reference in New Issue
Block a user