Skip to content

Commit 001ef7a

Browse files
tippi-fifestarrgregnazario
authored andcommitted
feat: add Agent Skills to homepage and sidebar NEW badge
Add Agent Skills to the Getting Started section on the homepage (EN + ZH) and add a NEW badge to the sidebar nav entry. Also tightens the MCP description and removes its NEW flag since it has been available for a while.
1 parent 7cb1477 commit 001ef7a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

astro.sidebar.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,11 @@ export const sidebar = [
828828
collapsed: true,
829829
items: ["build/ai/aptos-mcp", "build/ai/aptos-mcp/claude", "build/ai/aptos-mcp/cursor"],
830830
}),
831-
"build/ai/aptos-agent-skills",
831+
{
832+
label: "Agent Skills",
833+
link: "build/ai/aptos-agent-skills",
834+
badge: { text: "NEW", variant: "tip" },
835+
},
832836
{
833837
label: "LLMs.txt",
834838
link: "llms-txt",

src/content/docs/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import ListCard from '~/components/ListCard.astro';
3030
<ListCard title="Getting Started" iconName="star" id="getting-started">
3131
- [Deploy Your First Move Smart Contract](/build/guides/first-move-module) Compile & publish Move modules to devnet in minutes.
3232
- [Your First Transaction](/build/guides/first-transaction) Write and read on-chain data using the TypeScript SDK.
33-
- [NEW! Code with AI (MCP)](/build/ai/aptos-mcp) Make your AI Agent (Cursor or Claude Code) smarter by using our open-source MCP server.
33+
- [Code with AI (MCP)](/build/ai/aptos-mcp) Give Cursor and Claude Code direct access to Aptos APIs.
34+
- [NEW! Agent Skills](/build/ai/aptos-agent-skills) Move and TS SDK skills for Claude Code, Cursor, Copilot.
3435
</ListCard>
3536

3637
<ListCard title="Tools" iconName="terminal">

src/content/docs/zh/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import ListCard from '~/components/ListCard.astro';
3030
<ListCard title="入门指南" iconName="star" id="getting-started">
3131
- [部署你的第一个 Move 智能合约](/zh/build/guides/first-move-module) 几分钟内编译并发布 Move 模块到 devnet。
3232
- [你的第一笔交易](/zh/build/guides/first-transaction) 使用 TypeScript SDK 写入和读取链上数据。
33-
- [新!使用 AI 编程 (MCP)](/zh/build/ai/aptos-mcp) 让你的 AI Agent(Cursor 或 Claude Code)更智能,使用我们的开源 MCP 服务器。
33+
- [使用 AI 编程 (MCP)](/zh/build/ai/aptos-mcp) 让 Cursor 和 Claude Code 直接访问 Aptos API。
34+
- [新!Agent Skills](/zh/build/ai/aptos-agent-skills) 适用于 Claude Code、Cursor、Copilot 的 Move 和 TS SDK 技能。
3435
</ListCard>
3536

3637
<ListCard title="工具" iconName="terminal">

0 commit comments

Comments
 (0)