diff --git a/README.md b/README.md index 3a65bd77..70e56afd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PMM Plex Meta Manager +# PMM [![GitHub release (latest by date)](https://img.shields.io/github/v/release/meisnate12/Plex-Meta-Manager?style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/releases) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/meisnate12/plex-meta-manager?label=docker&sort=semver&style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager) diff --git a/VERSION b/VERSION index f5f4cd62..aeef2a88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.5-develop117 +1.16.5-develop118 diff --git a/docs/_static/alt-logo-white.png b/docs/_static/alt-logo-white.png index 2a5cb0ca..8d74a805 100644 Binary files a/docs/_static/alt-logo-white.png and b/docs/_static/alt-logo-white.png differ diff --git a/docs/_static/custom.css b/docs/_static/custom.css index db3d0878..48ac36e8 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -172,4 +172,16 @@ p { .highlighted { background-color: #ac0ce3 !important; color: #FFFFFF !important; +} +a .logo { + display: block; +} +a:hover .logo { + display: none; +} +a .logo-hover { + display: none; +} +a:hover .logo-hover { + display: block; } \ No newline at end of file diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png new file mode 100644 index 00000000..947d8f39 Binary files /dev/null and b/docs/_static/favicon.png differ diff --git a/docs/_static/logo-full.png b/docs/_static/logo-full.png new file mode 100644 index 00000000..55d386e7 Binary files /dev/null and b/docs/_static/logo-full.png differ diff --git a/docs/_static/logo-white.png b/docs/_static/logo-white.png new file mode 100644 index 00000000..7c1f2969 Binary files /dev/null and b/docs/_static/logo-white.png differ diff --git a/docs/_templates/navbar.html b/docs/_templates/navbar.html index a458ddd1..f4ca4817 100644 --- a/docs/_templates/navbar.html +++ b/docs/_templates/navbar.html @@ -7,13 +7,16 @@ - + {%- block sidebarlogo %} - {%- if logo %}{%- endif %} + {%- if logo %} + + + + + {%- endif %} {%- endblock %} - {% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%} - {{ version|e }}