mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
📚 ✨ Adds Edge page to site
This commit is contained in:
parent
546994a5a3
commit
a634ef12b3
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,9 @@ mkdir -p docs
|
|||
# Install requirements
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Download Edge page
|
||||
curl https://raw.githubusercontent.com/hassio-addons/repository-edge/master/README.md --output docs/edge.md
|
||||
|
||||
# Get the pages into the docs folder
|
||||
ln -sf ../README.md docs/index.md
|
||||
ln -sf ../LICENSE.md docs/license.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue