init
This commit is contained in:
74
mkdocs.yml
Normal file
74
mkdocs.yml
Normal file
@@ -0,0 +1,74 @@
|
||||
---
|
||||
# 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/hassio-addons"
|
||||
- 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"
|
||||
Reference in New Issue
Block a user