Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Comprehensive learning resources for Yellow Network and state chann

# Learn

**[Introduction](/docs/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol.
**[Introduction](/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol.

**[Beginner](/docs/learn/beginner/yellow-account)** - Follow the core workflows for building your first Yellow App. Learn how to set up a Yellow Account and perform basic operations.
**[Beginner](/learn/beginner/yellow-account)** - Follow the core workflows for building your first Yellow App. Learn how to set up a Yellow Account and perform basic operations.

**[Advanced](/docs/learn/advanced/architecture)** - For experienced developers, this section details the underlying architecture of the Yellow Network. Explore low-level state channel management with Nitrolite Client. Include multiple participants in one application session. Understand advanced deployment strategies, security best practices, and architectural patterns for production-level Yellow Apps.
**[Advanced](/learn/advanced/architecture)** - For experienced developers, this section details the underlying architecture of the Yellow Network. Explore low-level state channel management with Nitrolite Client. Include multiple participants in one application session. Understand advanced deployment strategies, security best practices, and architectural patterns for production-level Yellow Apps.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [
and how decentralized clearing and settlement works.
</>
),
link: '/docs/learn',
link: '/learn',
},
{
title: 'Build a Yellow App',
Expand All @@ -38,7 +38,7 @@ const FeatureList: FeatureItem[] = [
trading capabilities and instant cross-chain settlements.
</>
),
link: '/docs/build/quick-start',
link: '/build/quick-start',
},
{
title: 'Run a Clearnode',
Expand All @@ -50,7 +50,7 @@ const FeatureList: FeatureItem[] = [
earn rewards, and contribute to decentralized infrastructure.
</>
),
link: '/docs/manuals',
link: '/manuals',
},
{
title: 'Join the Community',
Expand Down