From 3cb207d884f01c1e873f48bf5a71f45355b17e51 Mon Sep 17 00:00:00 2001 From: nati Date: Thu, 11 Apr 2024 16:22:43 +0300 Subject: [PATCH] Fixed mkdocs.yml --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f979693..c40050c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,10 +8,10 @@ extra: nav: - Home: index.md - v3: - - Overview: v5/overview.md - - Installation: v5/installation.md - - Usage: v5/usage.md - - Factories: v5/factories.md + - Overview: v3/overview.md + - Installation: v3/installation.md + - Usage: v3/usage.md + - Factories: v3/configuration.md site_name: dot-response-header site_description: "DotKernel's middleware for setting and overwriting custom response headers." repo_url: "https://github.com/dotkernel/dot-response-header"