From e17250afd5075051b651edd7f3a8198356514055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Thu, 16 Jul 2026 15:14:07 +0100 Subject: [PATCH] perf: prune generated navigation --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index ec74385e82..df6a05f23d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,7 @@ theme: - "content.code.copy" - "content.tabs.link" - "navigation.path" + - "navigation.prune" extra_css: - "stylesheets/fonts.css" - "stylesheets/tokens.css"