Skip to content

Commit 08ab561

Browse files
committed
add badges to tutorial section
1 parent bb4f6fc commit 08ab561

File tree

16 files changed

+16
-1
lines changed

16 files changed

+16
-1
lines changed

tutorials/interoperability/xcm-channels/para-to-para.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Opening HRMP Channels Between Parachains
33
description: Learn how to open HRMP channels between parachains on Polkadot. Discover the step-by-step process for establishing uni- and bidirectional communication.
4+
tutorial_badge: Advanced
45
---
56

67
# Opening HRMP Channels Between Parachains

tutorials/interoperability/xcm-channels/para-to-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Opening HRMP Channels with System Parachains
33
description: Learn how to open HRMP channels with Polkadot system parachains. Discover the process for establishing bi-directional communication using a single XCM message.
4+
tutorial_badge: Intermediate
45
---
56

67
# Opening HRMP Channels with System Parachains

tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: XCM Transfers from Relay Chain to Parachain
33
description: Learn how to perform a reserve-backed asset transfer between a relay chain and a parachain using XCM for cross-chain interoperability.
4+
tutorial_badge: Beginner
45
---
56

67
# From Relay Chain to Parachain

tutorials/onchain-governance/fast-track-gov-proposal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Fast Track a Governance Proposal
33
description: Learn how to fast-track governance proposals in Polkadot's OpenGov using Chopsticks. Simulate, test, and execute proposals confidently.
4+
tutorial_badge: Intermediate
45
---
56

67
# Fast Track a Governance Proposal

tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Add Pallets to the Runtime
33
description: Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.
4+
tutorial_badge: Intermediate
45
---
56

67
# Add Pallets to the Runtime

tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Build a Custom Pallet
33
description: 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.
4+
tutorial_badge: Beginner
45
---
56

67
# Build a Custom Pallet

tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deploy on Paseo TestNet
33
description: This guide walks you through the journey of deploying your Polkadot SDK blockchain on Paseo, detailing each step to a successful TestNet deployment.
4+
tutorial_badge: Intermediate
45
---
56

67
# Deploy on Paseo TestNet

tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Obtain Coretime
33
description: Learn how to obtain coretime for block production with this guide, covering both on-demand and bulk options for smooth operations.
4+
tutorial_badge: Advanced
45
---
56

67
## Introduction

tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Pallet Benchmarking
33
description: Learn how to benchmark Polkadot SDK-based pallets, assigning precise weights to extrinsics for accurate fee calculation and runtime optimization.
4+
tutorial_badge: Advanced
45
---
56

67
## Introduction

tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Pallet Unit Testing
33
description: Discover how to create thorough unit tests for pallets built with the Polkadot SDK, using a custom pallet as a practical example.
4+
tutorial_badge: Intermediate
45
---
56

67
# Pallet Unit Testing

0 commit comments

Comments
 (0)