Skip to content

Commit 9cb9a01

Browse files
authored
Merge pull request #51 from themepark-dev:chore/add-docs-for-new-addons
Add docs for new favicon addons
2 parents ebe5a0b + dd094ca commit 9cb9a01

File tree

14 files changed

+139
-0
lines changed

14 files changed

+139
-0
lines changed

docs/themes/addons/mobile.jpg

79 KB
Loading
31 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Radarr 4K Favicon
2+
3+
{% set addon_app = "radarr" %}
4+
{% set addon_name = "radarr-4k-favicon" %}
5+
6+
The addon will change the favicon in the browser and icon on mobile etc.
7+
8+
!!! info
9+
Implementation is through docker-mods/scripts.
10+
11+
`-e TP_ADDON={{ addon_name }}`
12+
13+
If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+
Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+
The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/radarr
18+
19+
<p><a href="browser.jpg" rel="noopener"><img src="browser.jpg" alt="Screen Shot 1" /></a></p>
20+
<p><a href="/themes/addons/mobile.jpg" rel="noopener"><img src="/themes/addons/mobile.jpg" alt="Screen Shot 1" /></a></p>
31.3 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Radarr Anime Favicon
2+
3+
{% set addon_app = "radarr" %}
4+
{% set addon_name = "radarr-anime-favicon" %}
5+
6+
The addon will change the favicon in the browser and icon on mobile etc.
7+
8+
!!! info
9+
Implementation is through docker-mods/scripts.
10+
11+
`-e TP_ADDON={{ addon_name }}`
12+
13+
If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+
Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+
The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/radarr
18+
19+
<p><a href="browser.jpg" rel="noopener"><img src="browser.jpg" alt="Screen Shot 1" /></a></p>
20+
<p><a href="/themes/addons/mobile.jpg" rel="noopener"><img src="/themes/addons/mobile.jpg" alt="Screen Shot 1" /></a></p>
21+
26 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Readarr Alt Favicon
2+
3+
{% set addon_app = "readarr" %}
4+
{% set addon_name = "readarr-alt-favicon" %}
5+
6+
The addon will change the favicon in the browser and icon on mobile etc.
7+
8+
!!! info
9+
Implementation is through docker-mods/scripts.
10+
11+
`-e TP_ADDON={{ addon_name }}`
12+
13+
If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+
Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+
The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/readarr
18+
19+
<p><a href="browser.jpg" rel="noopener"><img src="browser.jpg" alt="Screen Shot 1" /></a></p>
20+
<p><a href="/themes/addons/mobile.jpg" rel="noopener"><img src="/themes/addons/mobile.jpg" alt="Screen Shot 1" /></a></p>
27.5 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Sonarr 4K Favicon
2+
3+
{% set addon_app = "sonarr" %}
4+
{% set addon_name = "sonarr-4k-favicon" %}
5+
6+
The addon will change the favicon in the browser and icon on mobile etc.
7+
8+
!!! info
9+
Implementation is through docker-mods/scripts.
10+
11+
`-e TP_ADDON={{ addon_name }}`
12+
13+
If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+
Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+
The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/sonarr
18+
19+
<p><a href="browser.jpg" rel="noopener"><img src="browser.jpg" alt="Screen Shot 1" /></a></p>
20+
<p><a href="/themes/addons/mobile.jpg" rel="noopener"><img src="/themes/addons/mobile.jpg" alt="Screen Shot 1" /></a></p>
27.2 KB
Loading

0 commit comments

Comments
 (0)