From f70008c949e90e1f890d2bf8f2d686f446d9c431 Mon Sep 17 00:00:00 2001 From: zakary Date: Tue, 2 Jan 2024 17:42:33 -0600 Subject: [PATCH] feat(config): adds validation options to ignore erroneous warnings (#1715) --- docs/Downloaders/Deluge/Basic-Setup.md | 2 +- docs/Downloaders/Deluge/Tips/Thin-Client.md | 6 +++--- mkdocs.yml | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/Downloaders/Deluge/Basic-Setup.md b/docs/Downloaders/Deluge/Basic-Setup.md index d9ba62f8e..52ed67c7a 100644 --- a/docs/Downloaders/Deluge/Basic-Setup.md +++ b/docs/Downloaders/Deluge/Basic-Setup.md @@ -172,7 +172,7 @@ Finally, you will want to enable some plugins. There are plenty of plugins on th ![!Plugin Settings](images/Deluge-plugin-settings.png) !!! tip - If you are familiar with the client and plugins you can find more information [here](./Tips.md#plugins) + If you are familiar with the client and plugins you can find more information [here](./Tips/Plugins.md) !!! info If you are running a docker container, such as binhex's image, the `WebUI` plugin may not need to be enabled. Instead, it may be configured in the container. diff --git a/docs/Downloaders/Deluge/Tips/Thin-Client.md b/docs/Downloaders/Deluge/Tips/Thin-Client.md index fae4c427e..b4d41bea8 100644 --- a/docs/Downloaders/Deluge/Tips/Thin-Client.md +++ b/docs/Downloaders/Deluge/Tips/Thin-Client.md @@ -9,7 +9,7 @@ If you are already running Deluge in `daemon` or `console` mode, or running via You will need to have "Allow Remote Connections" enabled if you are not connecting to Deluge from localhost. -![!Daemon Settings](images/Deluge-tc-daemon.png) +![!Daemon Settings](../images/Deluge-tc-daemon.png) !!! info If you do not have access to the WebUI, and are instead doing this by editing Deluge's `core.conf`, you will need to change "allow_remote" to true. @@ -24,7 +24,7 @@ Once your daemon is up and running, it's time to set up the client you'll be usi Simply go to `Edit` => `Preferences` and switch from `Standalone` to `Thin Client` -![!Thin-Client Toggle](images/Deluge-tc-settings.png) +![!Thin-Client Toggle](../images/Deluge-tc-settings.png) Restart Deluge. @@ -35,7 +35,7 @@ Restart Deluge. After switching to `Thin Client` you will need to connect to your daemon. Go to `Edit` => `Connections Manager` and click on `Add` to add the daemon. -![!Label Options](images/Deluge-tc-connman.png) +![!Label Options](../images/Deluge-tc-connman.png) !!! ATTENTION If you mistyped your password while adding the connection, it will prompt you to enter it. There is a bug that does not accept/save the correct password unless it is entered through the `Add`/`Edit` Menu. diff --git a/mkdocs.yml b/mkdocs.yml index f637148ef..46768a1a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,11 @@ site_url: https://trash-guides.info/ repo_url: https://github.com/TRaSH-Guides/Guides repo_name: TRaSH-Guides +validation: + omitted_files: warn + not_found: warn + absolute_links: ignore + copyright: Copyright © 2022 TRaSH extra: