From 4222d4445691e4b04415a8512d2af93283585c0a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 16 Nov 2024 18:48:59 +0100 Subject: [PATCH] feat(guide): Move the third-party tools section out of the qBittorrent section and put it in the downloaders root section (#2131) * feat(guide): Moved the third-party tools section out of the qBittorrent section and put it in the downloaders root section. * added: redirect for old URL --- docs/Downloaders/.pages | 1 + docs/Downloaders/{qBittorrent => }/3rd-party-tools.md | 2 +- docs/Downloaders/qBittorrent/.pages | 1 - mkdocs.yml | 2 ++ 4 files changed, 4 insertions(+), 2 deletions(-) rename docs/Downloaders/{qBittorrent => }/3rd-party-tools.md (97%) diff --git a/docs/Downloaders/.pages b/docs/Downloaders/.pages index 159119ec7..585e70ba6 100644 --- a/docs/Downloaders/.pages +++ b/docs/Downloaders/.pages @@ -5,3 +5,4 @@ nav: - qBittorrent - Deluge - ruTorrent + - 3rd Party tools: 3rd-party-tools.md diff --git a/docs/Downloaders/qBittorrent/3rd-party-tools.md b/docs/Downloaders/3rd-party-tools.md similarity index 97% rename from docs/Downloaders/qBittorrent/3rd-party-tools.md rename to docs/Downloaders/3rd-party-tools.md index 01019eff8..c7f621e82 100644 --- a/docs/Downloaders/qBittorrent/3rd-party-tools.md +++ b/docs/Downloaders/3rd-party-tools.md @@ -1,6 +1,6 @@ # 3rd Party tools -Here you will find a collection of 3rd party tools and other related links for qBittorrent. +Here you will find a collection of 3rd party tools for several downloaders we cover. ## qBit Manage diff --git a/docs/Downloaders/qBittorrent/.pages b/docs/Downloaders/qBittorrent/.pages index dc4348e50..c91199816 100644 --- a/docs/Downloaders/qBittorrent/.pages +++ b/docs/Downloaders/qBittorrent/.pages @@ -3,5 +3,4 @@ nav: - Paths: Paths.md - How to add Categories: How-to-add-categories.md - Port forwarding: Port-forwarding.md - - 3rd Party tools: 3rd-party-tools.md - Tips diff --git a/mkdocs.yml b/mkdocs.yml index a92ecb2f9..a7a948030 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -146,6 +146,8 @@ plugins: # Recyclarr redirects Recyclarr/recyclarr-configs.md: https://recyclarr.dev/wiki/guide-configs/ Recyclarr/recyclarr-configs-sqp.md: https://recyclarr.dev/wiki/sqp-configs/ + # Downloaders redirects + Downloaders/qBittorrent/3rd-party-tools.md: Downloaders/3rd-party-tools.md theme: name: material