Skip to content

Commit 74208b7

Browse files
ofriwclaude
andcommitted
Update sidebar configuration for module rename
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 389b73f commit 74208b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/sidebars.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const sidebars: SidebarsConfig = {
1717
'intro',
1818
{
1919
type: 'category',
20-
label: 'Understanding the Tools',
20+
label: 'Fundamentals',
2121
collapsed: false,
2222
items: [
23-
'understanding-the-tools/lesson-1-intro',
24-
'understanding-the-tools/lesson-2-understanding-agents',
23+
'fundamentals/lesson-1-how-llms-work',
24+
'fundamentals/lesson-2-how-agents-work',
2525
],
2626
},
2727
{

0 commit comments

Comments
 (0)