Skip to content

Commit c902faf

Browse files
authored
feat: adjust agent docs dir struct (#266)
1 parent d6e42ed commit c902faf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sidebars.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const sidebars: SidebarsConfig = {
2424
label: '教程',
2525
items: [
2626
'frameworks/agent-framework/tutorials/agents',
27-
'frameworks/agent-framework/tutorials/hooks',
27+
'frameworks/agent-framework/tutorials/models',
28+
'frameworks/agent-framework/tutorials/messages',
2829
'frameworks/agent-framework/tutorials/tools',
2930
'frameworks/agent-framework/tutorials/memory',
30-
'frameworks/agent-framework/tutorials/messages',
31-
'frameworks/agent-framework/tutorials/models',
31+
'frameworks/agent-framework/tutorials/hooks',
3232
'frameworks/agent-framework/tutorials/structured-output',
3333
],
3434
},

0 commit comments

Comments
 (0)