mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[11] add qnap guide to menu
This commit is contained in:
parent
e3db28f091
commit
775146faed
3 changed files with 3 additions and 2 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -9,7 +9,7 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
target-branch: "develop"
|
target-branch: "nightly"
|
||||||
assignees:
|
assignees:
|
||||||
- "meisnate12"
|
- "meisnate12"
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.16.3-develop10
|
1.16.3-develop11
|
||||||
|
|
|
@ -120,6 +120,7 @@ html_theme_options = {
|
||||||
("_divider", ),
|
("_divider", ),
|
||||||
("Local Walkthrough", "home/guides/local"),
|
("Local Walkthrough", "home/guides/local"),
|
||||||
("Docker Walkthrough", "home/guides/docker"),
|
("Docker Walkthrough", "home/guides/docker"),
|
||||||
|
("QNAP Walkthrough", "home/guides/qnap"),
|
||||||
("unRAID Walkthrough", "home/guides/unraid"),
|
("unRAID Walkthrough", "home/guides/unraid"),
|
||||||
("Kubernetes Walkthrough", "home/guides/kubernetes"),
|
("Kubernetes Walkthrough", "home/guides/kubernetes"),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Reference in a new issue