forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (63 loc) · 1.78 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Project information
site_name: 'Community Hass.io Add-ons for Home Assistant'
site_url: 'https://addons.community'
site_description: 'The primary goal of this project is to provide you (as a Hass.io / 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-2019 - 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'
icon: '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: false
extra_css:
- css/extra.css
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/hassio-addons'
- type: 'twitter'
link: 'https://twitter.com/hassio-addons'
- type: 'twitch'
link: 'https://twitch.tv/frenck'
- type: 'youtube'
link: 'https://youtube.com/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
pages:
- "Our Add-ons": "index.md"
- "Contributing": "contributing.md"
- "Code of Conduct": "code-of-conduct.md"
- "License": "license.md"