Skip to content

Commit 87ba983

Browse files
decreased word count and removed some links
1 parent 2a133ec commit 87ba983

File tree

3 files changed

+55
-63
lines changed

3 files changed

+55
-63
lines changed

src/content/docs/es/index.mdx

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lastUpdated: false
66
editUrl: false
77
hero:
88
title: |
9-
Construye el Futuro de Web3 en Aptos
9+
Construye el Futuro de Web3 con Aptos
1010
tagline: Todo lo que necesitas para construir una experiencia Web3 de primer nivel.
1111
image:
1212
alt: Logomarca de Aptos
@@ -28,43 +28,40 @@ import ListCard from '~/components/ListCard.astro';
2828

2929
<CardGrid>
3030
<ListCard title="Primeros Pasos" iconName="star" id="getting-started">
31-
- [Despliega Tu Primer Contrato Inteligente Move](/es/build/guides/first-move-module) De la configuración al despliegue: escribe un módulo Move, pruébalo, publícalo en devnet y veríficalo en Explorer en menos de una hora.
32-
- [Tu Primera Transacción](/es/build/guides/first-transaction) Envía transacciones y lee datos en cadena usando el SDK de TypeScript.
33-
- [¡Nuevo! Programa con IA (MCP)](/es/build/ai/aptos-mcp) Cursor + Claude Code + Aptos NPM MCP = construye más rápido con Move moderno, plantillas full-stack y configuración directa de infraestructura Geomi (proyectos, claves API, patrocinio de gas, etc.).
34-
- [Faucet de Testnet](/es/network/faucet) Financia tu cuenta de testnet con APT para comenzar a construir.
31+
- [Despliega Tu Primer Smart Contract en Move](/es/build/guides/first-move-module) Compila y publica módulos Move en devnet en minutos.
32+
- [Tu Primera Transacción](/es/build/guides/first-transaction) Escribe y lee datos en cadena usando el SDK de TypeScript.
33+
- [¡Nuevo! Programa con IA (MCP)](/es/build/ai/aptos-mcp) Haz tu AI Agent (Cursor o Claude Code) más inteligente usando nuestro servidor MCP open-source.
3534
</ListCard>
3635

3736
<ListCard title="Herramientas" iconName="terminal">
38-
- [¡Nuevo! Chatbot de IA AskAptos](#) IA de documentación: explora características, consulta documentación, planifica o refina PRDs. ¡Pruébalo ahora (arriba a la derecha)!
39-
- [SDKs Oficiales](/es/build/sdks) TypeScript, Go, Java (próximamente), Python, Rust, .NET.
40-
- [Consulta Datos en Cadena (Indexador)](/es/build/indexer/indexer-api) Saldos de cuentas, transacciones, NFTs y más mediante GraphQL.
41-
- [Aptos CLI](/es/build/cli) Inicializa, compila, prueba y publica Move; gestiona cuentas y claves; ejecuta una red local.
37+
- [¡Nuevo! Chatbot de IA AskAptos](#) Consulta documentación, planifica o refina requisitos con IA (¡arriba a la derecha!).
38+
- [Testnet Faucet](/es/network/faucet) Financia tu cuenta de testnet con APT para comenzar a construir.
39+
- [SDKs Oficiales](/es/build/sdks) TypeScript, Go, Java, Python, Rust, C++, Unity y más.
40+
- [Aptos CLI](/es/build/cli) Compila, prueba, publica contratos; cuentas y claves; localnet.
4241
</ListCard>
4342

44-
<ListCard title="Contratos Inteligentes" iconName="pencil">
45-
- [Objetos](/es/build/smart-contracts/objects) Primitivos en cadena componibles para propiedad de activos flexible y programabilidad.
46-
- [El Libro de Move](/es/build/smart-contracts/book) Referencia completa del lenguaje Move: sintaxis, tipos, recursos y mejores prácticas.
47-
- [Vibe Code una dApp Full-Stack](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Tutorial interactivo: construye una dApp de Aptos con asistencia de IA.
48-
- [Move Spiders](https://movespiders.com) Aprende Move con arañas amigables a través de lecciones interactivas.
43+
<ListCard title="Smart Contracts" iconName="pencil">
44+
- [Objects](/es/build/smart-contracts/objects) Primitivos en cadena componibles para propiedad de activos flexible, direccionamiento y programabilidad.
45+
- [El Libro de Move](/es/build/smart-contracts/book) Comprende la sintaxis de Move, tipos, recursos y mejores prácticas.
46+
- [Vibe Code una dApp Full-Stack en Learn](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Taller interactivo con IA para construir rápidamente una dApp full-stack.
4947
</ListCard>
5048

5149
<ListCard title="Características en Cadena" iconName="lightning">
52-
- [Transacciones Patrocinadas](/es/build/guides/sponsored-transactions) Paga el gas de tus usuarios para que usen tu dApp sin APT.
53-
- [Cuentas sin Clave](/es/build/guides/aptos-keyless) Incorpora usuarios y firma sin wallets ni frases semilla.
54-
- [¡Nuevo! Transacciones sin Orden](/es/build/guides/orderless-transactions) Seguro para apps de alto volumen: envía transacciones fuera de orden con nonce de protección contra repetición.
55-
- [Aleatoriedad en Cadena](/es/build/smart-contracts/randomness) Números aleatorios verificables para juegos justos, loterías y sorteos.
50+
- [Transacciones Patrocinadas](/es/build/guides/sponsored-transactions) Paga el gas de tus usuarios para que puedan usar tu dApp con cero APT.
51+
- [Cuentas sin Claves (Keyless)](/es/build/guides/aptos-keyless) Incorpora usuarios y firma sin wallets ni seed phrases.
52+
- [¡Nuevo! Transacciones sin Orden (Orderless)](/es/build/guides/orderless-transactions) Apps de alto volumen pueden ser más seguras enviando transacciones fuera de orden con nonce de protección contra replay.
53+
- [Aleatoriedad en Cadena](/es/build/smart-contracts/randomness) Números aleatorios verificables = juegos justos, loterías y sorteos.
5654
</ListCard>
5755

5856
<ListCard title="Recursos" iconName="file-text">
59-
- [¡Nuevo! Integración con LLMs.txt](/es/llms-txt) Formato de documentación optimizado para IA, pégalo en tu IA de contexto largo favorita y comienza.
60-
- [Solicitar una Beca](https://aptosnetwork.com/grants)
61-
- [Aptos Learn](https://learn.aptoslabs.com)
62-
- [Proyectos del Ecosistema](https://aptosnetwork.com/ecosystem/directory)
57+
- [¡Nuevo! Integración con LLMs.txt](/es/llms-txt) Formato de documentación optimizado para IA, pégalo en tu IA de contexto largo favorita y ¡comienza!
58+
- [Consulta, Indexa o Transmite Datos en Cadena](/es/build/indexer/) Consulta la API del Indexador, indexa contratos, transmite transacciones raw.
59+
- [Solicita una Grant](https://aptosnetwork.com/grants)
6360
</ListCard>
6461

6562
<ListCard title="Conectar" iconName="globe-simple">
66-
- [Discusiones para Desarrolladores](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
67-
- [Foro de Discusión](https://forum.aptosfoundation.org)
63+
- [Discusiones de Desarrolladores en Github](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
64+
- [Directorio del Ecosistema](https://aptosnetwork.com/ecosystem/directory)
6865
- [Discord](https://discord.gg/aptosnetwork)
6966
- [Telegram](https://t.me/aptos)
7067
</ListCard>

src/content/docs/index.mdx

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,42 @@ import ListCard from '~/components/ListCard.astro';
2828

2929
<CardGrid>
3030
<ListCard title="Getting Started" iconName="star" id="getting-started">
31-
- [Deploy Your First Move Smart Contract](/build/guides/first-move-module) From setup to deployment: write a Move module, test it, publish to devnet, and verify in Explorer in under an hour.
32-
- [Your First Transaction](/build/guides/first-transaction) Submit transactions and read on-chain data using the TypeScript SDK.
33-
- [NEW! Code with AI (MCP)](/build/ai/aptos-mcp) Cursor + Claude Code + Aptos NPM MCP = build faster with modern Move, full-stack templates, and direct Geomi infra setup (projects, API keys, gas sponsorship, etc.).
34-
- [Testnet Faucet](/network/faucet) Fund your testnet account with APT to start building.
31+
- [Deploy Your First Move Smart Contract](/build/guides/first-move-module) Compile & publish Move modules to devnet in minutes.
32+
- [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.
3534
</ListCard>
3635

3736
<ListCard title="Tools" iconName="terminal">
38-
- [NEW! AskAptos AI Chatbot](#) Docs-aware AI: explore features, query docs, plan or refine PRDs. Try it now (top right)!
39-
- [Official SDKs](/build/sdks) TypeScript, Go, Java (soon!), Python, Rust, .NET.
40-
- [Query On-Chain Data (Indexer)](/build/indexer/indexer-api) Account balances, transactions, NFTs, and more via GraphQL.
41-
- [Aptos CLI](/build/cli) Initialize, compile, test, and publish Move; manage accounts and keys; run localnet.
37+
- [NEW! AskAptos AI Chatbot](#) Query docs, plan or refine requirements with AI (top right!).
38+
- [Testnet Faucet](/network/faucet) Fund your testnet account with APT to start building.
39+
- [Official SDKs](/build/sdks) TypeScript, Go, Java, Python, Rust, C++, Unity, and more.
40+
- [Aptos CLI](/build/cli) Compile, test, publish contracts; accounts & keys; localnet.
4241
</ListCard>
4342

4443
<ListCard title="Smart Contracts" iconName="pencil">
45-
- [Objects](/build/smart-contracts/objects) Composable on-chain primitives for flexible asset ownership and programmability.
46-
- [The Move Book](/build/smart-contracts/book) Comprehensive Move language reference: syntax, types, resources, and best practices.
47-
- [Vibe Code a Full-Stack dApp](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Interactive tutorial: build an Aptos dApp with AI assistance.
48-
- [Move Spiders](https://movespiders.com) Learn Move with friendly spiders through interactive lessons.
44+
- [Objects](/build/smart-contracts/objects) Composable on-chain primitives for flexible asset ownership, addressing, & programmability.
45+
- [The Move Book](/build/smart-contracts/book) Understand Move syntax, types, resources, & best practices.
46+
- [Vibe Code a Full-Stack dApp on Learn](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) Interactive AI workshop to quickly build a fullstack dApp.
4947
</ListCard>
5048

5149
<ListCard title="On-Chain Features" iconName="lightning">
5250
- [Sponsored Transactions](/build/guides/sponsored-transactions) Pay for users' gas so they can use your dApp with zero APT.
5351
- [Keyless Accounts](/build/guides/aptos-keyless) Onboard users and sign without wallets or seed phrases.
54-
- [NEW! Orderless Transactions](/build/guides/orderless-transactions) Safe for high-volume apps: send transactions out of order with replay-protection nonce.
55-
- [On-chain Randomness](/build/smart-contracts/randomness) Verifiable random numbers for fair games, lotteries, & drops.
52+
- [NEW! Orderless Transactions](/build/guides/orderless-transactions) High-volume apps can be safer by sending transactions out of order with replay-protection nonce.
53+
- [On-chain Randomness](/build/smart-contracts/randomness) Verifiable random number = fair games, lotteries, & drops.
5654
</ListCard>
5755

5856
<ListCard title="Resources" iconName="file-text">
5957
- [NEW! LLMs.txt Integration](/llms-txt) AI-optimized documentation format, paste it in your favorite large context AI and get moving!
58+
- [Query, Index, or Stream On-Chain Data](/build/indexer/) Query Indexer API, index contracts, stream raw transactions.
6059
- [Apply for a Grant](https://aptosnetwork.com/grants)
61-
- [Aptos Learn](https://learn.aptoslabs.com)
62-
- [Ecosystem Projects](https://aptosnetwork.com/ecosystem/directory)
6360
</ListCard>
6461

6562
<ListCard title="Connect" iconName="globe-simple">
66-
- [Developer Discussions](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
67-
- [Discussion Forum](https://forum.aptosfoundation.org)
68-
- [Discord](https://discord.gg/aptosnetwork)
63+
- [Github Developer Discussions](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
64+
- [Ecosystem Directory](https://aptosnetwork.com/ecosystem/directory)
65+
- [Discord](https://discord.gg/aptosnetwork)
6966
- [Telegram](https://t.me/aptos)
67+
7068
</ListCard>
7169
</CardGrid>

src/content/docs/zh/index.mdx

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,43 +28,40 @@ import ListCard from '~/components/ListCard.astro';
2828

2929
<CardGrid>
3030
<ListCard title="入门指南" iconName="star" id="getting-started">
31-
- [部署你的第一个 Move 智能合约](/zh/build/guides/first-move-module) 从设置到部署:编写 Move 模块、测试、发布到 devnet 并在 Explorer 中验证,一小时内完成。
32-
- [你的第一笔交易](/zh/build/guides/first-transaction) 使用 TypeScript SDK 提交交易并读取链上数据。
33-
- [新!使用 AI 编程 (MCP)](/zh/build/ai/aptos-mcp) Cursor + Claude Code + Aptos NPM MCP = 使用现代 Move、全栈模板和 Geomi 基础设施直接配置(项目、API 密钥、Gas 赞助等)更快构建。
34-
- [测试网水龙头](/zh/network/faucet) 为你的测试网账户充值 APT 以开始构建。
31+
- [部署你的第一个 Move 智能合约](/zh/build/guides/first-move-module) 几分钟内编译并发布 Move 模块到 devnet。
32+
- [你的第一笔交易](/zh/build/guides/first-transaction) 使用 TypeScript SDK 写入和读取链上数据。
33+
- [新!使用 AI 编程 (MCP)](/zh/build/ai/aptos-mcp) 让你的 AI Agent(Cursor 或 Claude Code)更智能,使用我们的开源 MCP 服务器。
3534
</ListCard>
3635

3736
<ListCard title="工具" iconName="terminal">
38-
- [新!AskAptos AI 聊天机器人](#) 文档感知 AI:探索功能、查询文档、规划或优化 PRD。立即在右上角试用!
39-
- [官方 SDK](/zh/build/sdks) 支持 TypeScript、Go、Java(即将推出)、Python、Rust、.NET
40-
- [查询链上数据(索引器)](/zh/build/indexer/indexer-api) 通过 GraphQL 查询账户余额、交易、NFT 等。
41-
- [Aptos CLI](/zh/build/cli) 初始化、编译、测试并发布 Move;管理账户和密钥;运行本地网络
37+
- [新!AskAptos AI 聊天机器人](#) 查询文档,规划或完善需求(右上角!)。
38+
- [测试网水龙头](/zh/network/faucet) 为你的测试网账户提供 APT 资金以开始构建
39+
- [官方 SDK](/zh/build/sdks) TypeScript、Go、Java、Python、Rust、C++、Unity 等。
40+
- [Aptos CLI](/zh/build/cli) 编译、测试、发布合约;账户和密钥;本地网络
4241
</ListCard>
4342

4443
<ListCard title="智能合约" iconName="pencil">
45-
- [对象(Objects)](/zh/build/smart-contracts/objects) 可组合的链上原语,实现灵活的资产所有权和可编程性。
46-
- [Move 语言书](/zh/build/smart-contracts/book) 全面的 Move 语言参考:语法、类型、资源和最佳实践。
47-
- [Vibe Code 全栈 dApp](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) 交互式教程:在 AI 辅助下构建 Aptos dApp。
48-
- [Move Spiders](https://movespiders.com) 通过友好的蜘蛛和交互式课程学习 Move。
44+
- [Objects](/zh/build/smart-contracts/objects) 可组合的链上原语,实现灵活的资产所有权、寻址和可编程性。
45+
- [Move 语言书](/zh/build/smart-contracts/book) 理解 Move 语法、类型、资源和最佳实践。
46+
- [在 Learn 上 Vibe Code 全栈 dApp](https://learn.aptoslabs.com/en/hackathon/vibe-coder-to-aptos-guide/introduction) 交互式 AI 工作坊,快速构建全栈 dApp。
4947
</ListCard>
5048

5149
<ListCard title="链上功能" iconName="lightning">
52-
- [赞助交易](/zh/build/guides/sponsored-transactions) 为用户支付 Gas 费,让他们在无 APT 的情况下使用你的 dApp。
53-
- [无钥匙账户](/zh/build/guides/aptos-keyless) 无需钱包或助记词即可注册用户和签名
54-
- [新!无序交易](/zh/build/guides/orderless-transactions) 适用于高并发应用:无序发送交易并具备防重放 nonce。
55-
- [链上随机性](/zh/build/smart-contracts/randomness) 可验证的随机数,用于公平游戏、抽奖和空投。
50+
- [赞助交易](/zh/build/guides/sponsored-transactions) 为用户支付 gas 费,让他们在零 APT 的情况下使用你的 dApp。
51+
- [无密钥账户 (Keyless)](/zh/build/guides/aptos-keyless) 无需钱包或助记词即可注册用户并签名
52+
- [新!无序交易 (Orderless)](/zh/build/guides/orderless-transactions) 高并发应用可通过无序发送交易和防重放 nonce 提高安全性
53+
- [链上随机性](/zh/build/smart-contracts/randomness) 可验证的随机数 = 公平游戏、抽奖和空投。
5654
</ListCard>
5755

5856
<ListCard title="资源" iconName="file-text">
5957
- [新!LLMs.txt 集成](/zh/llms-txt) AI 优化的文档格式,粘贴到你喜欢的大上下文 AI 中即可开始!
58+
- [查询、索引或流式传输链上数据](/zh/build/indexer/) 查询 Indexer API、索引合约、流式传输原始交易。
6059
- [申请资助](https://aptosnetwork.com/grants)
61-
- [Aptos Learn](https://learn.aptoslabs.com)
62-
- [生态系统项目](https://aptosnetwork.com/ecosystem/directory)
6360
</ListCard>
6461

6562
<ListCard title="联系" iconName="globe-simple">
66-
- [开发者讨论](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
67-
- [讨论论坛](https://forum.aptosfoundation.org)
63+
- [Github 开发者讨论](https://github.com/aptos-labs/aptos-developer-discussions/discussions)
64+
- [生态系统目录](https://aptosnetwork.com/ecosystem/directory)
6865
- [Discord](https://discord.gg/aptosnetwork)
6966
- [Telegram](https://t.me/aptos)
7067
</ListCard>

0 commit comments

Comments
 (0)