Skip to content

Commit 05054b0

Browse files
committed
docs: move coding agents section up, rename, fix card subtitle
- Rename 'AI-assisted development' to 'Coding with agents' and move it to second position (after platform concepts, before backend) to reflect that agents are a first-class development workflow - Fix landing page card subtitle: remove em-dash, replace language-first framing with goal-first framing that matches the page structure - Remove stale 'Most developers begin with backend development' nudge
1 parent 3de9687 commit 05054b0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/getting-started/choose-your-path.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
Choose your next step based on what you want to build. Each path links to the first guide you should read, with a suggested progression from there. Not sure where to start? Most developers begin with [backend development](#backend-development).
8+
Choose your next step based on what you want to build. Each path links to the first guide you should read, with a suggested progression from there.
99

1010
## Understand the platform first
1111

@@ -17,6 +17,14 @@ If you prefer to learn the concepts before diving into guides, the [Concepts](..
1717
- [Cycles](../concepts/cycles.md): why users don't pay to interact with apps
1818
- [Chain-key cryptography](../concepts/chain-key-cryptography.md): the cryptographic foundation enabling chain fusion
1919

20+
## Coding with agents
21+
22+
**You want to:** Use AI coding agents to build on ICP.
23+
24+
ICP has a set of [ICP skills](https://skills.internetcomputer.org): structured knowledge files that AI agents can load to write canister code, debug deployments, and navigate the platform. If you work with tools like Claude Code, Cursor, or Copilot, ICP skills give them the context they need.
25+
26+
**Learn more:** [AI coding agents](../guides/tools/ai-coding-agents.md)
27+
2028
## Backend development
2129

2230
**You want to:** Write canister logic: store data, call APIs, run scheduled tasks.
@@ -87,12 +95,4 @@ The Service Nervous System (SNS) lets you tokenize your application and create a
8795
- [Managing an SNS](../guides/governance/managing.md): submit proposals and manage governance
8896
- [Testing an SNS](../guides/governance/testing.md): validate your SNS configuration before launch
8997

90-
## AI-assisted development
91-
92-
**You want to:** Use AI coding agents to build on ICP.
93-
94-
ICP has a set of [ICP skills](https://skills.internetcomputer.org): structured knowledge files that AI agents can load to write canister code, debug deployments, and navigate the platform. If you work with tools like Claude Code, Cursor, or Copilot, ICP skills give them the context they need.
95-
96-
**Learn more:** [AI coding agents](../guides/tools/ai-coding-agents.md)
97-
9898
<!-- Upstream: hand-written -->

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
2525

2626
<CardGrid>
2727
<LinkCard title="Quickstart" description="Install the icp CLI, create a project, and deploy your first canister in under 5 minutes." href="/getting-started/quickstart/" />
28-
<LinkCard title="Choose your path" description="Rust, Motoko, or frontend — pick the right starting point for your background." href="/getting-started/choose-your-path/" />
28+
<LinkCard title="Choose your path" description="Platform concepts, backend, full-stack, cross-chain, and more: find the right starting point for what you want to build." href="/getting-started/choose-your-path/" />
2929
</CardGrid>
3030

3131
<div class="skills-banner" style="margin-top: 3rem">

0 commit comments

Comments
 (0)