Skip to content

Commit 065bcdb

Browse files
ofriwclaude
andcommitted
Remove version selector and add FAQ navigation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 74208b7 commit 065bcdb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

website/docusaurus.config.ts

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ const config: Config = {
189189
docsPluginId: 'developer-tools',
190190
},
191191
{
192-
type: 'docsVersionDropdown',
193-
position: 'right',
194-
dropdownActiveClassDisabled: true,
192+
type: 'doc',
193+
docId: 'faq',
194+
position: 'left',
195+
label: 'FAQ',
195196
},
196197
{
197198
href: 'https://github.com/agenticoding/agenticoding.github.io',
@@ -206,13 +207,17 @@ const config: Config = {
206207
{
207208
title: 'Course',
208209
items: [
210+
{
211+
label: 'FAQ',
212+
to: '/docs/faq',
213+
},
209214
{
210215
label: 'Getting Started',
211216
to: '/docs',
212217
},
213218
{
214219
label: 'Course Modules',
215-
to: '/docs/understanding-the-tools/lesson-1-intro',
220+
to: '/docs/fundamentals/lesson-1-how-llms-work',
216221
},
217222
],
218223
},

0 commit comments

Comments
 (0)