Skip to content

Commit f6bfa3c

Browse files
0xlukemeshaben
andauthored
New Card Styling (#1142)
* remove hr from manual cards * llms * fresh llms --------- Co-authored-by: Erin Shaben <[email protected]>
1 parent 552e509 commit f6bfa3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+113
-209
lines changed

.ai/pages/develop-interoperability-xcm-guides.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,24 @@ Whether you're building applications that need to interact with multiple chains,
2020
<div class="card">
2121
<a href="/develop/interoperability/send-messages/">
2222
<h2 class="title">Send XCM Messages</h2>
23-
<hr>
2423
<p class="description">Learn the fundamentals of sending cross-chain messages using XCM, including message structure, routing, and execution patterns.</p>
2524
</a>
2625
</div>
2726
<div class="card">
2827
<a href="/develop/interoperability/xcm-config/">
2928
<h2 class="title">XCM Configuration</h2>
30-
<hr>
3129
<p class="description">Learn how to configure XCM for your chain.</p>
3230
</a>
3331
</div>
3432
<div class="card">
3533
<a href="/develop/interoperability/test-and-debug/">
3634
<h2 class="title">Test and Debug</h2>
37-
<hr>
3835
<p class="description">Learn how to test and debug cross-chain communication via the XCM Emulator to ensure interoperability and reliable execution.</p>
3936
</a>
4037
</div>
4138
<div class="card">
4239
<a href="/develop/interoperability/xcm-channels/">
4340
<h2 class="title">XCM Channels</h2>
44-
<hr>
4541
<p class="description">Learn how to configure XCM channels for your chain.</p>
4642
</a>
4743
</div>

.ai/pages/develop-interoperability.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,24 @@ This section covers everything you need to know about building and implementing
2121
<div class="card">
2222
<a href="https://paritytech.github.io/polkadot-sdk/master/xcm_docs/index.html" target="_blank">
2323
<h2 class="title">Review the Polkadot SDK's XCM Documentation</h2>
24-
<hr>
2524
<p class="description">Dive into the official documentation to learn about the key components for supporting XCM in your parachain and enabling seamless cross-chain communication.</p>
2625
</a>
2726
</div>
2827
<div class="card">
2928
<a href="/tutorials/interoperability/">
3029
<h2 class="title">Follow Step-by-Step Tutorials</h2>
31-
<hr>
3230
<p class="description">Enhance your XCM skills with step-by-step tutorials on building interoperability solutions on Polkadot SDK-based blockchains.</p>
3331
</a>
3432
</div>
3533
<div class="card">
3634
<a href="https://github.com/polkadot-fellows/xcm-format" target="_blank">
3735
<h2 class="title">Familiarize Yourself with the XCM Format</h2>
38-
<hr>
3936
<p class="description">Gain a deeper understanding of the XCM format and structure, including any extra data it may need and what each part of a message means.</p>
4037
</a>
4138
</div>
4239
<div class="card">
4340
<a href="/develop/toolkit/interoperability/">
4441
<h2 class="title">Essential XCM Tools</h2>
45-
<hr>
4642
<p class="description">Explore essential tools for creating and integrating cross-chain solutions within the Polkadot ecosystem.</p>
4743
</a>
4844
</div>

.ai/pages/develop-parachains-customize-parachain.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,18 @@ The [FRAME directory](https://github.com/paritytech/polkadot-sdk/tree/polkadot-s
2020
<div class="card">
2121
<a href="https://github.com/paritytech/polkadot-sdk/tree/polkadot-stable2506-2/substrate/frame" target="_blank">
2222
<h2 class="title">FRAME Repository</h2>
23-
<hr>
2423
<p class="description">View the source code of the FRAME development environment that provides pallets you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain.</p>
2524
</a>
2625
</div>
2726
<div class="card">
2827
<a href="https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime/index.html" target="_blank">
2928
<h2 class="title">FRAME Rust docs</h2>
30-
<hr>
3129
<p class="description">Check out the Rust documentation for FRAME, Substrate's preferred framework for building runtimes.</p>
3230
</a>
3331
</div>
3432
<div class="card">
3533
<a href="https://libro.blockdeep.dev/index.html" target="_blank">
3634
<h2 class="title">Polkadot SDK Best Practices</h2>
37-
<hr>
3835
<p class="description">Understand and address common issues that can arise in blockchain development when building with the Polkadot SDK.</p>
3936
</a>
4037
</div>

.ai/pages/develop-parachains-deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ flowchart TD
7171
<div class="card">
7272
<a href="https://paritytech.github.io/polkadot-sdk/master/staging_chain_spec_builder/index.html" target="_blank">
7373
<h2 class="title">Check Out the Chain Spec Builder Docs</h2>
74-
<hr>
7574
<p class="description">Learn about Substrate’s chain spec builder utility.</p>
7675
</a>
7776
</div>

.ai/pages/develop-parachains-maintenance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ Learn how to maintain Polkadot SDK-based networks, focusing on runtime monitorin
1818
<div class="card">
1919
<a href="https://paritytech.github.io/polkadot-sdk/master/pallet_example_single_block_migrations/index.html" target="_blank">
2020
<h2 class="title">Single Block Migration Example</h2>
21-
<hr>
2221
<p class="description">Check out an example pallet demonstrating best practices for writing single-block migrations while upgrading pallet storage.</p>
2322
</a>
2423
</div>
2524
<div class="card">
2625
<a href="https://paritytech.github.io/polkadot-sdk/master/pallet_example_single_block_migrations/index.html" target="_blank">
2726
<h2 class="title">Client Telemetry Crate</h2>
28-
<hr>
2927
<p class="description">Check out the docs on Substrate's client telemetry, a part of Substrate that allows ingesting telemetry data with, for example, Polkadot telemetry.</p>
3028
</a>
3129
</div>

.ai/pages/develop-parachains-testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ Through these guides, you'll learn to:
2525
<div class="card">
2626
<a href="https://paritytech.github.io/polkadot-sdk/master/sp_runtime/" target="_blank">
2727
<h2 class="title">`sp_runtime` crate Rust docs</h2>
28-
<hr>
2928
<p class="description">Learn about Substrate Runtime primitives that enable communication between a Substrate blockchain's runtime and client.</p>
3029
</a>
3130
</div>
3231
<div class="card">
3332
<a href="https://github.com/Moonsong-Labs/moonwall" target="_blank">
3433
<h2 class="title">Moonwall Testing Framework</h2>
35-
<hr>
3634
<p class="description">Moonwall is a comprehensive blockchain test framework for Substrate-based networks.</p>
3735
</a>
3836
</div>

.ai/pages/develop-toolkit-api-libraries.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ Explore the powerful API libraries designed for interacting with the Polkadot ne
1818
<div class="card">
1919
<a href="/polkadot-protocol/parachain-basics/chain-data/">
2020
<h2 class="title">Understand Chain Data</h2>
21-
<hr>
2221
<p class="description">Familiarize yourself with the data provided by the APIs, including available calls, events, types, and storage items.</p>
2322
</a>
2423
</div>
2524
<div class="card">
2625
<a href="/develop/networks/">
2726
<h2 class="title">Network Configurations</h2>
28-
<hr>
2927
<p class="description">Obtain the necessary configurations and WSS endpoints to interact with the APIs on Polkadot networks.</p>
3028
</a>
3129
</div>

.ai/pages/develop-toolkit-parachains-fork-chains-chopsticks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ Whether you're debugging an issue, testing new features, or exploring cross-chai
2828
<div class="card">
2929
<a href="https://github.com/AcalaNetwork/chopsticks/" target="_blank">
3030
<h2 class="title">Chopsticks Repository</h2>
31-
<hr>
3231
<p class="description">View the official Chopsticks Github Repository. Check out the code, check out sample commands, and track issues and new releases.</p>
3332
</a>
3433
</div>
3534
<div class="card">
3635
<a href="/tutorials/polkadot-sdk/testing/fork-live-chains/">
3736
<h2 class="title">Fork Live Chains with Chopsticks</h2>
38-
<hr>
3937
<p class="description">Learn how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM, and interact programmatically or via UI.</p>
4038
</a>
4139
</div>

.ai/pages/develop-toolkit-parachains-fork-chains.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Forking a live chain creates a controlled environment that mirrors live network
2929
<div class="card">
3030
<a href="/tutorials/polkadot-sdk/testing/fork-live-chains/">
3131
<h2 class="title">Step-by-Step Tutorial on Forking Live Chains with Chopsticks</h2>
32-
<hr>
3332
<p class="description">This tutorial walks you through how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM execution.</p>
3433
</a>
3534
</div>

.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Whether you're building a new parachain or testing runtime upgrades, Zombienet p
2727
<div class="card">
2828
<a href="/tutorials/polkadot-sdk/testing/spawn-basic-chain/">
2929
<h2 class="title">Spawn a Chain with Zombienet Tutorial</h2>
30-
<hr>
3130
<p class="description">Follow step-by-step instructions to spawn, connect to and monitor a basic blockchain network with Zombienet, using customizable configurations for streamlined development and debugging.</p>
3231
</a>
3332
</div>

0 commit comments

Comments
 (0)