Skip to content

Commit 5eccefe

Browse files
authored
feat: allow LLMs dropdown in academy pages (#2069)
This PR enables the LLM's dropdown on all academy pages. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds `/academy` to the LLMButtons allowed paths so the dropdown appears on academy pages. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5385014. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c961b0d commit 5eccefe

File tree

1 file changed

+1
-0
lines changed
  • apify-docs-theme/src/theme/DocItemContent

1 file changed

+1
-0
lines changed

apify-docs-theme/src/theme/DocItemContent/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function DocItemContent({ children }) {
5454
'/platform',
5555
'/sdk',
5656
'/cli',
57+
'/academy',
5758
];
5859

5960
// Define paths that should not show LLMButtons (e.g., changelog pages)

0 commit comments

Comments
 (0)