From 64ff74f75354d1aab1a7dad2e240d029e3f6fa7b Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Mon, 14 Jul 2025 15:07:29 -0500 Subject: [PATCH] Re-order the categories in the docs --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6a215d6..37a98d2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,11 @@ site_name: OF-DL Docs site_url: https://docs.ofdl.tools nav: - Home: index.md + - Installation: + - Windows: installation/windows.md + - macOS: installation/macos.md + - Linux: installation/linux.md + - Docker: installation/docker.md - Running the Program: running-the-program.md - Config: - Authentication: config/auth.md @@ -9,11 +14,6 @@ nav: - Configuration: config/configuration.md - All Configuration Options: config/all-configuration-options.md - Custom Filename Formats: config/custom-filename-formats.md - - Installation: - - Windows: installation/windows.md - - macOS: installation/macos.md - - Linux: installation/linux.md - - Docker: installation/docker.md theme: name: material features: