Skip to content

Commit

Permalink
- Add Video XML field explanation
Browse files Browse the repository at this point in the history
- Remove unused theme folder, attempt to fix bad deploy CI
- Fix bad link rendering
  • Loading branch information
nwithan8 committed Mar 25, 2024
1 parent 509d7f6 commit ceebf6e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 79 deletions.
13 changes: 11 additions & 2 deletions docs/docker/templating/templating.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Writing a template compatible for Unraid

This is an effort to collect information from [Squids FAQ](https://forums.unraid.net/topic/57181-docker-faq/){target=_
blank}.
This is an effort to collect information from [Squid's FAQ](https://forums.unraid.net/topic/57181-docker-faq/).

## Prerequisites

Expand Down Expand Up @@ -729,6 +728,10 @@ container.
This should be a direct link to an image file, typically a PNG file. You can include multiple screenshots by adding
multiple `<Screenshot>` tags.

??? info "Screenshot"

![!templ-video](tmpl-video.png)

- `Shell` - The shell to use when running commands in the container. This is typically `sh` or `bash`. Do *NOT* include
if you are unsure, as it can cause issues with the container.

Expand All @@ -745,3 +748,9 @@ container.
??? info "Screenshot"

![!templ-webui](tmpl-webui.png)

- `Video` - A link to a video about the container. This will be displayed in the Community Applications store entry.

??? info "Screenshot"

![!templ-video](tmpl-video.png)
Binary file added docs/docker/templating/tmpl-video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion lightgallery/css/lightgallery.min.css

This file was deleted.

Binary file removed lightgallery/fonts/lg.eot
Binary file not shown.
47 changes: 0 additions & 47 deletions lightgallery/fonts/lg.svg

This file was deleted.

Binary file removed lightgallery/fonts/lg.ttf
Binary file not shown.
Binary file removed lightgallery/fonts/lg.woff
Binary file not shown.
Binary file removed lightgallery/img/loading.gif
Binary file not shown.
7 changes: 0 additions & 7 deletions lightgallery/js/lightgallery.min.js

This file was deleted.

21 changes: 0 additions & 21 deletions lightgallery/main.html

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ theme:
- instant
name: material
language: en
custom_dir: lightgallery/
palette:
primary: orange
accent: red
Expand Down

0 comments on commit ceebf6e

Please sign in to comment.