From 5385014803a7500f9e1fc9b4121eb60d13b180ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Biro=C5=A1?= Date: Wed, 5 Nov 2025 16:05:59 +0100 Subject: [PATCH] feat: Allow LLMs dropdown in academy pages --- apify-docs-theme/src/theme/DocItemContent/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apify-docs-theme/src/theme/DocItemContent/index.js b/apify-docs-theme/src/theme/DocItemContent/index.js index 21d5b2945..7503aa0bf 100644 --- a/apify-docs-theme/src/theme/DocItemContent/index.js +++ b/apify-docs-theme/src/theme/DocItemContent/index.js @@ -54,6 +54,7 @@ export default function DocItemContent({ children }) { '/platform', '/sdk', '/cli', + '/academy', ]; // Define paths that should not show LLMButtons (e.g., changelog pages)