Skip to content

Commit 4cb08d9

Browse files
committed
Refactor sidebar structure to categorize tool usage and enhance navigation
1 parent 5427f8b commit 4cb08d9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

sidebars.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,27 @@ const sidebars: SidebarsConfig = {
3131
'features/custom-modes',
3232
'features/enhance-prompt',
3333
'features/model-temperature',
34-
'features/tool-reference',
34+
{
35+
type: 'category',
36+
label: 'Tool Use',
37+
items: [
38+
'features/tools/tool-use-overview',
39+
'features/tools/read-file',
40+
'features/tools/search-files',
41+
'features/tools/list-files',
42+
'features/tools/list-code-definition-names',
43+
'features/tools/apply-diff',
44+
'features/tools/write-to-file',
45+
'features/tools/execute-command',
46+
'features/tools/browser-action',
47+
'features/tools/ask-followup-question',
48+
'features/tools/attempt-completion',
49+
'features/tools/switch-mode',
50+
'features/tools/new-task',
51+
'features/tools/use-mcp-tool',
52+
'features/tools/access-mcp-resource',
53+
],
54+
},
3555
{
3656
type: 'category',
3757
label: 'MCP',

0 commit comments

Comments
 (0)