[11] add qnap guide to menu

This commit is contained in:
meisnate12 2022-04-06 16:51:24 -04:00
parent e3db28f091
commit 775146faed
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
1.16.3-develop10 1.16.3-develop11

View file

@ -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"),
]), ]),