mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +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: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "develop"
|
||||
target-branch: "nightly"
|
||||
assignees:
|
||||
- "meisnate12"
|
||||
- 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", ),
|
||||
("Local Walkthrough", "home/guides/local"),
|
||||
("Docker Walkthrough", "home/guides/docker"),
|
||||
("QNAP Walkthrough", "home/guides/qnap"),
|
||||
("unRAID Walkthrough", "home/guides/unraid"),
|
||||
("Kubernetes Walkthrough", "home/guides/kubernetes"),
|
||||
]),
|
||||
|
|
Loading…
Reference in a new issue