From 23256352a7ca93493249b090bf93b727822f740f Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 19 Jun 2026 13:06:30 +0200 Subject: [PATCH] fix: remove invalid extra_head key and fix broken redirect target - Remove extra_head (not a valid MkDocs config key, was breaking V2 build) - Fix digital-money.md redirect: finops.md was deleted by publisher, redirect now points to kubernetes.md Co-Authored-By: Claude Sonnet 4.6 --- v2-mkdocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index fd314f76..56deccb9 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -82,7 +82,7 @@ plugins: dom.md: javascript.md react.md: javascript.md oauth.md: securityascode.md - digital-money.md: finops.md + digital-money.md: kubernetes.md aws-spain.md: aws.md extra: @@ -96,9 +96,6 @@ extra: version: provider: mike # Ready for version switching -extra_head: - - '' - extra_css: - https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap - static/extra.css