From af11d595d8a5e3388efecb6036c004b262f725cf Mon Sep 17 00:00:00 2001 From: LucasFA <23667494+LucasFA@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:49:14 +0100 Subject: [PATCH] Fix detailed installation docs (#260) https://cleanuparr.github.io/Cleanuparr/docs/installation/detailed --- docs/docs/installation/detailed.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/installation/detailed.mdx b/docs/docs/installation/detailed.mdx index f3547e07..ebc47621 100644 --- a/docs/docs/installation/detailed.mdx +++ b/docs/docs/installation/detailed.mdx @@ -15,8 +15,8 @@ For most users, we recommend the Docker installation method as it provides the m ## Table of Contents - [Docker Installation (Recommended)](#docker-installation-recommended) - - [Docker Run Method](#docker-run-method) - - [Docker Compose Method](#docker-compose-method) + - [Docker Run Method](#docker-run) + - [Docker Compose Method](#docker-compose) - [Windows Installation](#windows-installation) - [Windows Installer](#windows-installer) - [Windows Portable](#windows-portable) @@ -25,7 +25,6 @@ For most users, we recommend the Docker installation method as it provides the m - [macOS Portable](#macos-portable) - [Linux Installation](#linux-installation) - [Post Installation](#post-installation) -- [Troubleshooting](#troubleshooting) ---