Skip to content

Commit cd5f4a6

Browse files
committed
adds timeline element to parachain zero to hero index page, updates llms
1 parent 572c2b7 commit cd5f4a6

File tree

3 files changed

+45
-8
lines changed

3 files changed

+45
-8
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"title": "[Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/)",
4+
"content": "Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.",
5+
"icon": ":fontawesome-solid-1:"
6+
},
7+
{
8+
"title": "[Build a Custom Pallet](/tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet/)",
9+
"content": "Learn how to build a custom pallet for Polkadot SDK-based blockchains with this step-by-step guide. Create and configure a simple counter pallet from scratch.",
10+
"icon": ":fontawesome-solid-2:"
11+
},
12+
{
13+
"title": "[Pallet Unit Testing](/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing/)",
14+
"content": "Discover how to create thorough unit tests for pallets built with the Polkadot SDK, using a custom pallet as a practical example.",
15+
"icon": ":fontawesome-solid-3:"
16+
},
17+
{
18+
"title": "[Add Pallets to the Runtime](/tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime/)",
19+
"content": "Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.",
20+
"icon": ":fontawesome-solid-4:"
21+
},
22+
{
23+
"title": "[Pallet Benchmarking](/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking/)",
24+
"content": "Learn how to benchmark Polkadot SDK-based pallets, assigning precise weights to extrinsics for accurate fee calculation and runtime optimization.",
25+
"icon": ":fontawesome-solid-5:"
26+
},
27+
{
28+
"title": "[Deploy on Paseo TestNet](/tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet/)",
29+
"content": "This guide walks you through the journey of deploying your Polkadot SDK blockchain on Paseo, detailing each step to a successful TestNet deployment.",
30+
"icon": ":fontawesome-solid-6:"
31+
},
32+
{
33+
"title": "[Obtain Coretime](/tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime/)",
34+
"content": "Learn how to obtain coretime for block production with this guide, covering both on-demand and bulk options for smooth operations.",
35+
"icon": ":fontawesome-solid-7:"
36+
}
37+
]

llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25441,13 +25441,13 @@ template: index-page.html
2544125441

2544225442
# Parachain Zero To Hero Tutorials
2544325443

25444-
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
25444+
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
2544525445

25446-
To get the most from this section, start with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the following guide in the series.
25446+
To get the most from this section, complete the guides in the order shown, starting with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the next guide in the series.
2544725447

25448-
## In This Section
25448+
## Parachain Development Cycle
2544925449

25450-
:::INSERT_IN_THIS_SECTION:::
25450+
[timeline(polkadot-docs/.snippets/text/tutorials/polkadot-sdk/parachains/zero-to-hero/zero-to-hero-timeline.json)]
2545125451
--- END CONTENT ---
2545225452

2545325453
Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime/

tutorials/polkadot-sdk/parachains/zero-to-hero/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ template: index-page.html
66

77
# Parachain Zero To Hero Tutorials
88

9-
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
9+
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
1010

11-
To get the most from this section, start with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the following guide in the series.
11+
To get the most from this section, complete the guides in the order shown, starting with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the next guide in the series.
1212

13-
## In This Section
13+
## Parachain Development Cycle
1414

15-
:::INSERT_IN_THIS_SECTION:::
15+
[timeline(polkadot-docs/.snippets/text/tutorials/polkadot-sdk/parachains/zero-to-hero/zero-to-hero-timeline.json)]

0 commit comments

Comments
 (0)