1 Star 9 Fork 3

hassio / addons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mkdocs.yml 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
Mauricio Bonani 提交于 2022-08-07 08:23 . Fix Twitter link (#424)
---
# Project information
site_name: "Home Assistant Community Add-ons"
site_url: "https://addons.community"
site_description: "The primary goal of this project is to provide you (as a Home Assistant user) with additional, high quality, add-ons that allow you to take your automated home to the next level."
site_author: "Franck Nijhof"
copyright: "Copyright 2017-2020 - Franck Nijhof."
# Repository
repo_name: "hassio-addons"
repo_url: "https://github.com/hassio-addons/repository"
edit_uri: ""
# Theme configuration
theme:
name: "material"
logo: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
language: "en"
palette:
primary: "light-blue"
accent: "blue"
font:
text: "Exo2"
code: "Roboto Mono"
feature:
- tabs
extra_css:
- css/extra.css
# Customization
extra:
manifest: "manifest.webmanifest"
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/hassio-addons"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/hassioaddons"
- icon: fontawesome/brands/instagram
link: "https://instagram.com/frenck"
- icon: fontawesome/brands/twitch
link: "https://twitch.tv/frenck"
- icon: fontawesome/brands/youtube
link: "https://youtube.com/frenck"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/frenck"
# Extensions
markdown_extensions:
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# The pages to serve
nav:
- "Our Add-ons": "index.md"
- "Beta Add-ons": "beta.md"
- "Edge Add-ons": "edge.md"
- "Contributing": "contributing.md"
- "Code of Conduct": "code-of-conduct.md"
- "License": "license.md"
1
https://gitee.com/hassio/addons.git
git@gitee.com:hassio/addons.git
hassio
addons
addons
master

搜索帮助