Skip to content

Commit 0b3d621

Browse files
authored
Docs/update agent name (#1227)
* added redirect * added request * added claude icon * changed link * changed link * removed redirect * updated agents.md
1 parent e3bf284 commit 0b3d621

5 files changed

Lines changed: 35 additions & 322 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating code.
33
Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit.
44
[Docs]|root:./docs
5-
|ai-agents:index,resources-for-ai-agents,trading
5+
|ai-agents:index,trading
66
|ai-agents/core-concepts:agent-apps,agent-frameworks,identity-verification-auth,payments-and-transactions,wallets
77
|base-account/basenames:basename-transfer,basenames-faq,basenames-wagmi-tutorial
88
|base-account/contribute:contribute-to-base-account-docs,security-and-bug-bounty
99
|base-account/framework-integrations:cdp,rainbowkit,reown,thirdweb
1010
|base-account/framework-integrations/privy:authentication,setup,spend-permissions,sub-accounts,wallet-actions
1111
|base-account/framework-integrations/wagmi:base-pay,basenames,batch-transactions,other-use-cases,setup,sign-in-with-base,sub-accounts
12-
|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data
12+
|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data,verify-social-accounts
1313
|base-account/guides/tips:inspect-txn-simulation,popup-tips
1414
|base-account/improve-ux:batch-transactions,spend-permissions,sub-accounts
1515
|base-account/improve-ux/sponsor-gas:erc20-paymasters,paymasters
@@ -32,7 +32,7 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK
3232
|base-chain/quickstart:base-solana-bridge,connecting-to-base,deploy-on-base,why-base
3333
|base-chain/reference:json-rpc-api
3434
|base-chain/security:avoid-malicious-flags,bug-bounty,report-vulnerability,security-council
35-
|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library
35+
|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library,resources-for-ai-agents
3636
|mini-apps/core-concepts:authentication,base-account,context,embeds-and-previews,manifest,navigation,notifications
3737
|mini-apps/featured-guidelines:design-guidelines,notification-guidelines,overview,product-guidelines,technical-guidelines
3838
|mini-apps/growth:build-viral-mini-apps,optimize-onboarding,rewards

claude_eval/index.html

Lines changed: 0 additions & 310 deletions
This file was deleted.

docs/docs.json

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,36 @@
1212
"options": [
1313
"copy",
1414
"view",
15-
"chatgpt",
16-
"claude"
15+
16+
"assistant",
17+
{
18+
"title": "Chat with Claude about this page",
19+
"description": "Ask Claude about this page",
20+
"icon": "https://img.icons8.com/ios-glyphs/30/claude-ai.png",
21+
"href": {
22+
"base": "https://claude.ai/new",
23+
"query": [
24+
{
25+
"key": "q",
26+
"value": "Read from $path so I can ask questions about it."
27+
}
28+
]
29+
}
30+
},
31+
{
32+
"title": "Chat with ChatGPT about this page",
33+
"description": "Ask ChatGPT about this page",
34+
"icon": "OpenAI",
35+
"href": {
36+
"base": "https://chatgpt.com/",
37+
"query": [
38+
{
39+
"key": "q",
40+
"value": "Read from $path so I can ask questions about it."
41+
}
42+
]
43+
}
44+
}
1745
]
1846
},
1947
"api": {
@@ -46,6 +74,7 @@
4674
{
4775
"group": "Quickstart",
4876
"pages": [
77+
"get-started/resources-for-ai-agents",
4978
"get-started/build-app",
5079
"get-started/launch-token",
5180
"get-started/deploy-smart-contracts",
@@ -479,12 +508,6 @@
479508
"ai-agents/core-concepts/agent-apps"
480509
]
481510
},
482-
{
483-
"group": "Resources",
484-
"pages": [
485-
"ai-agents/resources-for-ai-agents"
486-
]
487-
},
488511
{
489512
"group": "Trading & Execution",
490513
"pages": [

0 commit comments

Comments
 (0)