From 00bb4c53cb56d0f3d6f2e9be24b0cdf5cf07ea89 Mon Sep 17 00:00:00 2001 From: yuluo-yx Date: Mon, 19 Jan 2026 22:41:14 +0800 Subject: [PATCH] feat: adjust agent docs dir struct Signed-off-by: yuluo-yx --- sidebars.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index 063229ef..cb32edee 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -24,11 +24,11 @@ const sidebars: SidebarsConfig = { label: '教程', items: [ 'frameworks/agent-framework/tutorials/agents', - 'frameworks/agent-framework/tutorials/hooks', + 'frameworks/agent-framework/tutorials/models', + 'frameworks/agent-framework/tutorials/messages', 'frameworks/agent-framework/tutorials/tools', 'frameworks/agent-framework/tutorials/memory', - 'frameworks/agent-framework/tutorials/messages', - 'frameworks/agent-framework/tutorials/models', + 'frameworks/agent-framework/tutorials/hooks', 'frameworks/agent-framework/tutorials/structured-output', ], },