From 775146faed386bc8f7dc95e2500449509c591ae4 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 6 Apr 2022 16:51:24 -0400 Subject: [PATCH] [11] add qnap guide to menu --- .github/dependabot.yml | 2 +- VERSION | 2 +- docs/conf.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26cc84d9..fab31bac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "develop" + target-branch: "nightly" assignees: - "meisnate12" - package-ecosystem: github-actions diff --git a/VERSION b/VERSION index 46199b76..c27f700e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.3-develop10 +1.16.3-develop11 diff --git a/docs/conf.py b/docs/conf.py index 8bdf7fb4..4fd3b960 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"), ]),