From e5ddec1c5a0510823b1f8d02b9dcb09fec7f2ef0 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 19 Jun 2021 22:20:36 +0200 Subject: [PATCH] Changed: to Snippets for easier maintenace (insert content from other files) --- docs/Downloaders/NZBGet/Paths-and-Categories.md | 15 ++------------- docs/Downloaders/SABnzbd/Paths-and-Categories.md | 15 +-------------- docs/Downloaders/qBittorrent/Paths.md | 15 ++------------- includes/downloaders/path.md | 16 ++++++++++++++++ 4 files changed, 21 insertions(+), 40 deletions(-) create mode 100644 includes/downloaders/path.md diff --git a/docs/Downloaders/NZBGet/Paths-and-Categories.md b/docs/Downloaders/NZBGet/Paths-and-Categories.md index d2ed010f7..37eee39db 100644 --- a/docs/Downloaders/NZBGet/Paths-and-Categories.md +++ b/docs/Downloaders/NZBGet/Paths-and-Categories.md @@ -1,19 +1,8 @@ # NZBGet - Paths and Categories -This basic example is based on the use of docker images +--8<-- "includes/downloaders/path.md" -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! info - - Pick one path layout and use it for all of them. - - It doesn't matter if you prefer to use `/data`, `/shared`, `/storage` or whatever. - - The screenshots in the examples are using the following root path `/data` +--- `Settings` => `PATHS` diff --git a/docs/Downloaders/SABnzbd/Paths-and-Categories.md b/docs/Downloaders/SABnzbd/Paths-and-Categories.md index 884e13643..95f0ad147 100644 --- a/docs/Downloaders/SABnzbd/Paths-and-Categories.md +++ b/docs/Downloaders/SABnzbd/Paths-and-Categories.md @@ -1,19 +1,6 @@ # SABnzbd - Paths and Categories -This basic example is based on the use of docker images - -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! info - - Pick one path layout and use it for all of them. - - It doesn't matter if you prefer to use `/data`, `/shared`, `/storage` or whatever. - - The screenshots in the examples are using the following root path `/data` +--8<-- "includes/downloaders/path.md" --- diff --git a/docs/Downloaders/qBittorrent/Paths.md b/docs/Downloaders/qBittorrent/Paths.md index 737f0b504..7f79cacc1 100644 --- a/docs/Downloaders/qBittorrent/Paths.md +++ b/docs/Downloaders/qBittorrent/Paths.md @@ -1,19 +1,8 @@ # qBittorrent - Paths -This basic example is based on the use of docker images +--8<-- "includes/downloaders/path.md" -!!! tip "" - Keep in mind the path are setup so it works with hardlinks and instant moves. - - More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} - -!!! info - - Pick one path layout and use it for all of them. - - It doesn't matter if you prefer to use `/data`, `/shared`, `/storage` or whatever. - - The screenshots in the examples are using the following root path `/data` +--- `Options` => `Downloads` diff --git a/includes/downloaders/path.md b/includes/downloaders/path.md new file mode 100644 index 000000000..5e9b9fdfd --- /dev/null +++ b/includes/downloaders/path.md @@ -0,0 +1,16 @@ +# + +This basic example is based on the use of docker images + +!!! tip "" + Keep in mind the path are setup so it works with hardlinks and instant moves. + + More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} + +!!! info + + Pick one path layout and use it for all of them. + + It doesn't matter if you prefer to use `/data`, `/shared`, `/storage` or whatever. + + The screenshots in the examples are using the following root path `/data`