From d963bd1daa843f6188e1c586b606aea98d53e432 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 7 Aug 2022 16:34:15 -0400 Subject: [PATCH 1/4] add discord widgetbot crate --- src_assets/common/assets/web/header.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src_assets/common/assets/web/header.html b/src_assets/common/assets/web/header.html index 336a609d..3957a994 100644 --- a/src_assets/common/assets/web/header.html +++ b/src_assets/common/assets/web/header.html @@ -68,4 +68,13 @@ .nav-link.active { font-weight: 500; } - \ No newline at end of file + + + + From 15aca474eb0cb5d147505c02d6912db11946df8c Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 7 Aug 2022 16:34:39 -0400 Subject: [PATCH 2/4] fix button formatting --- src_assets/common/assets/web/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src_assets/common/assets/web/index.html b/src_assets/common/assets/web/index.html index 32e8ed6c..55b41947 100644 --- a/src_assets/common/assets/web/index.html +++ b/src_assets/common/assets/web/index.html @@ -9,9 +9,13 @@

Resources for Sunshine!

- LizardByte Website - Discord - Github Discussions +
+ LizardByte Website + + Discord + + Github Discussions +
@@ -22,8 +26,12 @@

By continuing to use this software you agree to the terms and conditions in the following documents.

- License - Third Party Notice +
+ + License + + Third Party Notice +
From c184f16e28ba0f6d700d99b29d973c481dfd6215 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 7 Aug 2022 16:39:59 -0400 Subject: [PATCH 3/4] fix support link and... - remove AUR `sunshine-git` badge --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 1e1a156e..8d51ff09 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Integrations Support --------- -Our support methods are listed in our `LizardByte Docs `_. +Our support methods are listed in our `LizardByte Docs `_. Downloads --------- @@ -61,10 +61,6 @@ Downloads :alt: AUR votes :target: https://aur.archlinux.org/packages/sunshine -.. image:: https://img.shields.io/badge/dynamic/json?color=blue&label=AUR-git&style=for-the-badge&query=$.results.0.NumVotes&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Faur%2Fsunshine-git.json&logo=archlinux - :alt: AUR-git votes - :target: https://aur.archlinux.org/packages/sunshine-git - .. comment image:: https://img.shields.io/docker/pulls/lizardbyte/sunshine?style=for-the-badge&logo=docker :alt: Docker From 2afa3a439084ecd821a0c0df0903be1b734c5331 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:01:25 -0400 Subject: [PATCH 4/4] Change docs nav header background color --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f4873f15..5ef4356c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -83,7 +83,7 @@ html_theme_options = { 'prev_next_buttons_location': 'bottom', 'style_external_links': True, 'vcs_pageview_mode': 'blob', - # 'style_nav_header_background': 'white', + 'style_nav_header_background': '#151515', # Toc options 'collapse_navigation': True, 'sticky_navigation': True,