mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
Update mkdocs configuration
This commit is contained in:
parent
0f585a4a11
commit
775a5c3b6b
1 changed files with 6 additions and 7 deletions
13
mkdocs.yml
13
mkdocs.yml
|
@ -15,7 +15,6 @@ edit_uri: ""
|
||||||
theme:
|
theme:
|
||||||
name: "material"
|
name: "material"
|
||||||
logo: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
|
logo: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
|
||||||
icon: "https://avatars3.githubusercontent.com/u/30772201?s=200&v=4"
|
|
||||||
language: "en"
|
language: "en"
|
||||||
palette:
|
palette:
|
||||||
primary: "light-blue"
|
primary: "light-blue"
|
||||||
|
@ -24,7 +23,7 @@ theme:
|
||||||
text: "Exo2"
|
text: "Exo2"
|
||||||
code: "Roboto Mono"
|
code: "Roboto Mono"
|
||||||
feature:
|
feature:
|
||||||
tabs: false
|
- tabs
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/extra.css
|
- css/extra.css
|
||||||
|
|
||||||
|
@ -32,15 +31,15 @@ extra_css:
|
||||||
extra:
|
extra:
|
||||||
manifest: "manifest.webmanifest"
|
manifest: "manifest.webmanifest"
|
||||||
social:
|
social:
|
||||||
- type: fontawesome/brands/github-alt
|
- icon: fontawesome/brands/github-alt
|
||||||
link: "https://github.com/hassio-addons"
|
link: "https://github.com/hassio-addons"
|
||||||
- type: fontawesome/brands/twitter
|
- icon: fontawesome/brands/twitter
|
||||||
link: "https://twitter.com/hassio-addons"
|
link: "https://twitter.com/hassio-addons"
|
||||||
- icon: fontawesome/brands/instagram
|
- icon: fontawesome/brands/instagram
|
||||||
link: "https://instagram.com/frenck"
|
link: "https://instagram.com/frenck"
|
||||||
- type: fontawesome/brands/twitch
|
- icon: fontawesome/brands/twitch
|
||||||
link: "https://twitch.tv/frenck"
|
link: "https://twitch.tv/frenck"
|
||||||
- type: fontawesome/brands/youtube
|
- icon: fontawesome/brands/youtube
|
||||||
link: "https://youtube.com/frenck"
|
link: "https://youtube.com/frenck"
|
||||||
- icon: fontawesome/brands/linkedin
|
- icon: fontawesome/brands/linkedin
|
||||||
link: "https://www.linkedin.com/in/frenck"
|
link: "https://www.linkedin.com/in/frenck"
|
||||||
|
@ -66,7 +65,7 @@ markdown_extensions:
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
|
|
||||||
# The pages to serve
|
# The pages to serve
|
||||||
pages:
|
nav:
|
||||||
- "Our Add-ons": "index.md"
|
- "Our Add-ons": "index.md"
|
||||||
- "Beta Add-ons": "beta.md"
|
- "Beta Add-ons": "beta.md"
|
||||||
- "Edge Add-ons": "edge.md"
|
- "Edge Add-ons": "edge.md"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue