Browse Source
⬆️ Upgrade mkdocs-material to 5.5.14
pull/188/merge
Franck Nijhof
4 months ago
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with
9 additions and
10 deletions
-
mkdocs.yml
-
requirements.txt
|
|
@ -3,7 +3,7 @@ site_name: "Awesome Home Assistant" |
|
|
|
site_url: "https://www.awesome-ha.com" |
|
|
|
site_description: "A curated list of awesome Home Assistant resources for automating every aspect of your home" |
|
|
|
site_author: "Franck Nijhof" |
|
|
|
copyright: "Copyright 2018 - Franck Nijhof. Creative Commons Attribution 4.0." |
|
|
|
copyright: "Copyright 2018 - 2020 - Franck Nijhof. Creative Commons Attribution 4.0." |
|
|
|
|
|
|
|
# Repository |
|
|
|
repo_name: "awesome-home-assistant" |
|
|
@ -14,30 +14,29 @@ edit_uri: "" |
|
|
|
theme: |
|
|
|
name: "material" |
|
|
|
logo: "https://www.awesome-ha.com/images/icon.svg" |
|
|
|
icon: "https://www.awesome-ha.com/images/icon.svg" |
|
|
|
language: "en" |
|
|
|
palette: |
|
|
|
primary: "light-blue" |
|
|
|
accent: "pink" |
|
|
|
feature: |
|
|
|
tabs: false |
|
|
|
- tabs |
|
|
|
extra_css: |
|
|
|
- css/extra.css |
|
|
|
|
|
|
|
# Customization |
|
|
|
extra: |
|
|
|
social: |
|
|
|
- type: "github" |
|
|
|
- icon: fontawesome/brands/github-alt |
|
|
|
link: "https://github.com/frenck" |
|
|
|
- type: "twitter" |
|
|
|
- icon: fontawesome/brands/twitter |
|
|
|
link: "https://twitter.com/frenck" |
|
|
|
- type: "instagram" |
|
|
|
- icon: fontawesome/brands/instagram |
|
|
|
link: "https://instagram.com/frenck" |
|
|
|
- type: "twitch" |
|
|
|
- icon: fontawesome/brands/twitch |
|
|
|
link: "https://twitch.tv/internetofthings" |
|
|
|
- type: "youtube" |
|
|
|
- icon: fontawesome/brands/youtube |
|
|
|
link: "https://youtube.com/frenck" |
|
|
|
- type: "linkedin" |
|
|
|
- icon: fontawesome/brands/linkedin |
|
|
|
link: "https://www.linkedin.com/in/frenck" |
|
|
|
|
|
|
|
# Extensions |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
mkdocs==1.1.2 |
|
|
|
mkdocs-material==4.6.3 |
|
|
|
mkdocs-material==5.5.14 |
|
|
|
mdx_truly_sane_lists==1.2 |