From 01e6b0bf1d6afb23250c60fbc383da8a602efb61 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 7 Feb 2021 14:59:03 +0100 Subject: [PATCH] Renamed Collection-of-Custom-Formats-for-RadarrV3 - Renames Collection-of-Custom-Formats-for-RadarrV3 - Made redirect for the old URL --- docs/Radarr/V3/.pages | 7 +++++++ ...-RadarrV3.md => Radarr-collection-of-custom-formats.md} | 5 ++++- mkdocs.yml | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/Radarr/V3/.pages rename docs/Radarr/V3/{Collection-of-Custom-Formats-for-RadarrV3.md => Radarr-collection-of-custom-formats.md} (99%) diff --git a/docs/Radarr/V3/.pages b/docs/Radarr/V3/.pages new file mode 100644 index 000000000..66bd1a3ff --- /dev/null +++ b/docs/Radarr/V3/.pages @@ -0,0 +1,7 @@ +nav: + - Quality Settings (File Size): Radarr-Quality-Settings-File-Size.md + - Recommended naming scheme: Radarr-recommended-naming-scheme.md + - How to import Custom Formats: Radarr-import-custom-formats.md + - How to setup Custom Formats: Radarr-setup-custom-formats.md + - Collection of Custom Formats: Radarr-collection-of-custom-formats.md + - Remote Path Mappings explained: Radarr-remote-path-mapping.md \ No newline at end of file diff --git a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md similarity index 99% rename from docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md rename to docs/Radarr/V3/Radarr-collection-of-custom-formats.md index 77826184b..dfb23366f 100644 --- a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/docs/Radarr/V3/Radarr-collection-of-custom-formats.md @@ -13,7 +13,10 @@ With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, a After requesting at Team Radarr we now have the options to import/export the Custom Formats in a JSON format that we can use here what makes it easier to share the different kind of Custom Formats. -I also made a [Guide](How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md) on how to import/export the Custom Formats and how to truly make use of it. +I also made 2 guides related to this one. + +- [How to import Custom Formats](/Radarr/V3/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats. +- [How to setup Custom Formats](/Radarr/V3/Radarr-setup-custom-formats){:target="_blank" rel="noopener noreferrer"} Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours. !!! tip diff --git a/mkdocs.yml b/mkdocs.yml index f676334af..8b6b2dfb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,6 +54,8 @@ plugins: - redirects: redirect_maps: discord.md: https://discord.gg/Vau8dZ3 + Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md: Radarr/V3/Radarr-import-custom-formats.md + Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md: Radarr/V3/Radarr-collection-of-custom-formats.md theme: name: material