Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Add Video XML field explanation #10

Merged
merged 3 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
pull_request: ~
push:
branches:
- master
- main

jobs:

Expand Down
14 changes: 12 additions & 2 deletions docs/docker/templating/templating.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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/){target=_blank}.

## Prerequisites

Expand Down Expand Up @@ -729,6 +729,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 +749,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