Skip to content

Commit 13c719b

Browse files
Update Where to Go Next
1 parent 6c21d85 commit 13c719b

File tree

2 files changed

+40
-12
lines changed

2 files changed

+40
-12
lines changed

llms.txt

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27839,8 +27839,6 @@ You will learn how to:
2783927839

2784027840
To demonstrate these techniques, the guide introduces a complete example scenario involving a multi-chain XCM transfer. This scenario will serve as the foundation for explaining message lifecycle, event tracking and failure debugging in context.
2784127841

27842-
Here is a revised **Prerequisites** section that matches your requirements, using British English, avoiding dash-separated clauses, and aligning with the tone and structure of your updated guide:
27843-
2784427842
## Prerequisites
2784527843

2784627844
Before you begin, make sure you have:
@@ -27958,10 +27956,26 @@ Each sample includes inline comments and tracking info relevant to its use case.
2795827956

2795927957
## Where to Go Next
2796027958

27961-
* [Replay and Dry Run XCMs Guide](https://docs.polkadot.com/tutorials/interoperability/replay-and-dry-run-xcms/)
27962-
* [XCM Runtime APIs](https://docs.polkadot.com/develop/interoperability/xcm-runtime-apis/)
27963-
* [Intro to XCM](https://docs.polkadot.com/develop/interoperability/intro-to-xcm/)
27964-
* [Chopsticks GitHub](https://github.com/AcalaNetwork/chopsticks)
27959+
<div class="grid cards" markdown>
27960+
27961+
- <span class="badge guide">Guide</span> __Polkadot XCM Docs__
27962+
27963+
---
27964+
27965+
Learn how to use XCM effectively.
27966+
27967+
[:octicons-arrow-right-24: Get Started](/develop/interoperability/intro-to-xcm/)
27968+
27969+
- <span class="badge tutorial">Tutorial</span> __Replay and Dry Run XCMs__
27970+
27971+
---
27972+
27973+
Learn how to replay and dry run XCMs.
27974+
27975+
[:octicons-arrow-right-24: Get Started](/tutorials/interoperability/replay-and-dry-run-xcms/)
27976+
27977+
27978+
</div>
2796527979
--- END CONTENT ---
2796627980

2796727981
Doc-Content: https://docs.polkadot.com/tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain/

tutorials/interoperability/xcm-observability.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ You will learn how to:
1919

2020
To demonstrate these techniques, the guide introduces a complete example scenario involving a multi-chain XCM transfer. This scenario will serve as the foundation for explaining message lifecycle, event tracking and failure debugging in context.
2121

22-
Here is a revised **Prerequisites** section that matches your requirements, using British English, avoiding dash-separated clauses, and aligning with the tone and structure of your updated guide:
23-
2422
## Prerequisites
2523

2624
Before you begin, make sure you have:
@@ -138,7 +136,23 @@ Each sample includes inline comments and tracking info relevant to its use case.
138136

139137
## Where to Go Next
140138

141-
* [Replay and Dry Run XCMs Guide](https://docs.polkadot.com/tutorials/interoperability/replay-and-dry-run-xcms/)
142-
* [XCM Runtime APIs](https://docs.polkadot.com/develop/interoperability/xcm-runtime-apis/)
143-
* [Intro to XCM](https://docs.polkadot.com/develop/interoperability/intro-to-xcm/)
144-
* [Chopsticks GitHub](https://github.com/AcalaNetwork/chopsticks)
139+
<div class="grid cards" markdown>
140+
141+
- <span class="badge guide">Guide</span> __Polkadot XCM Docs__
142+
143+
---
144+
145+
Learn how to use XCM effectively.
146+
147+
[:octicons-arrow-right-24: Get Started](/develop/interoperability/intro-to-xcm/)
148+
149+
- <span class="badge tutorial">Tutorial</span> __Replay and Dry Run XCMs__
150+
151+
---
152+
153+
Learn how to replay and dry run XCMs.
154+
155+
[:octicons-arrow-right-24: Get Started](/tutorials/interoperability/replay-and-dry-run-xcms/)
156+
157+
158+
</div>

0 commit comments

Comments
 (0)