We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5427f8b commit 4cb08d9Copy full SHA for 4cb08d9
sidebars.ts
@@ -31,7 +31,27 @@ const sidebars: SidebarsConfig = {
31
'features/custom-modes',
32
'features/enhance-prompt',
33
'features/model-temperature',
34
- 'features/tool-reference',
+ {
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
+ },
55
{
56
type: 'category',
57
label: 'MCP',
0 commit comments