Skip to content

Commit 4425bcd

Browse files
committed
Updated docs.json heirarchy
Updated heirarchy in docs.json so computer-use would be a sub-section in integration guides, simplifying the naming conventions used.
1 parent e830572 commit 4425bcd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@
9898
"group": "Integrations",
9999
"pages": [
100100
"integrations/browser-use",
101-
"integrations/computer-use-anthropic",
101+
{
102+
"group": "Computer Use",
103+
"pages": [
104+
"integrations/computer-use/anthropic"
105+
]
106+
},
102107
"integrations/magnitude",
103108
"integrations/stagehand",
104109
"integrations/valtown",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Computer Use (Anthropic)"
2+
title: "Anthropic"
33
---
44

55
[Computer Use](https://docs.claude.com/en/docs/agents-and-tools/tool-use/computer-use-tool) is Anthropic's groundbreaking capability that enables Claude to interact with computers the way humans do—by looking at screens, moving cursors, clicking buttons, and typing text. This powerful feature allows AI agents to control web browsers, navigate interfaces, and perform complex tasks across applications.

0 commit comments

Comments
 (0)