Skip to content

Commit 23ed7b6

Browse files
committed
fix: moving folders to avoid nested page
1 parent ba4ddad commit 23ed7b6

File tree

12 files changed

+12
-47
lines changed

12 files changed

+12
-47
lines changed

.snippets/code/tutorials/dapps/papi/remark-tutorial/cli.ts renamed to .snippets/code/tutorials/dapps/remark-tutorial/cli.ts

File renamed without changes.

.snippets/code/tutorials/dapps/papi/remark-tutorial/index.ts renamed to .snippets/code/tutorials/dapps/remark-tutorial/index.ts

File renamed without changes.

.snippets/code/tutorials/dapps/papi/remark-tutorial/initialization.html renamed to .snippets/code/tutorials/dapps/remark-tutorial/initialization.html

File renamed without changes.

.snippets/code/tutorials/dapps/papi/remark-tutorial/output.html renamed to .snippets/code/tutorials/dapps/remark-tutorial/output.html

File renamed without changes.

.snippets/code/tutorials/dapps/papi/remark-tutorial/remarks.ts renamed to .snippets/code/tutorials/dapps/remark-tutorial/remarks.ts

File renamed without changes.
File renamed without changes.

llms.txt

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ Doc-Page: https://docs.polkadot.com/polkadot-protocol/onchain-governance/
127127
Doc-Page: https://docs.polkadot.com/polkadot-protocol/onchain-governance/origins-tracks/
128128
Doc-Page: https://docs.polkadot.com/polkadot-protocol/onchain-governance/overview/
129129
Doc-Page: https://docs.polkadot.com/tutorials/dapps/
130-
Doc-Page: https://docs.polkadot.com/tutorials/dapps/papi/
131-
Doc-Page: https://docs.polkadot.com/tutorials/dapps/papi/remark-tutorial/
130+
Doc-Page: https://docs.polkadot.com/tutorials/dapps/remark-tutorial/
132131
Doc-Page: https://docs.polkadot.com/tutorials/
133132
Doc-Page: https://docs.polkadot.com/tutorials/interoperability/
134133
Doc-Page: https://docs.polkadot.com/tutorials/interoperability/xcm-channels/
@@ -19665,7 +19664,7 @@ You'll explore a range of topics—from client-side apps and CLI tools to on-cha
1966519664

1966619665
Learn how to integrate Polkadot APIs, use local or light clients, and interact with on-chain logic:
1966719666

19668-
- **[Polkadot API Account Watcher](/tutorials/dapps/papi-account-watcher/){target=\_blank}** – build a CLI that listens for on-chain `remarkWithEvent` extrinsics using the Polkadot API and light clients
19667+
- **[Create Account Watcher with PAPI](/tutorials/dapps/remark-tutorial){target=\_blank}** – build a CLI that listens for on-chain `remarkWithEvent` extrinsics using the Polkadot API and light clients
1966919668

1967019669
## In This Section
1967119670

@@ -19691,24 +19690,7 @@ Learn how to integrate Polkadot APIs, use local or light clients, and interact w
1969119690
</div>
1969219691
--- END CONTENT ---
1969319692

19694-
Doc-Content: https://docs.polkadot.com/tutorials/dapps/papi/
19695-
--- BEGIN CONTENT ---
19696-
---
19697-
title: Polkadot API (PAPI) Tutorials
19698-
description: Follow hands-on tutorials to build decentralized apps using the Polkadot API, including light clients, event listeners, and extrinsics.
19699-
template: index-page.html
19700-
---
19701-
19702-
# Build with the Polkadot API (PAPI)
19703-
19704-
This section features practical tutorials for building applications using the [Polkadot API](/develop/toolkit/api-libraries/papi){target=\_blank}. Learn how to connect to Polkadot SDK-based chains, listen to on-chain events, submit extrinsics, and build apps powered by light or full clients.
19705-
19706-
## In This Section
19707-
19708-
:::INSERT_IN_THIS_SECTION:::
19709-
--- END CONTENT ---
19710-
19711-
Doc-Content: https://docs.polkadot.com/tutorials/dapps/papi/remark-tutorial/
19693+
Doc-Content: https://docs.polkadot.com/tutorials/dapps/remark-tutorial/
1971219694
--- BEGIN CONTENT ---
1971319695
---
1971419696
title: PAPI Account Watcher Tutorial
@@ -19866,7 +19848,7 @@ The output should look like this:
1986619848

1986719849
To test the application, navigate to the [**Extrinsics** page of the PAPI Dev Console](https://dev.papi.how/extrinsics#networkId=westend&endpoint=light-client){target=\_blank}. Select the **System** pallet and the **remark_with_event** call. Ensure the input field follows the convention `address+email`. For example, if monitoring `5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY`, the input should be:
1986819850

19869-
![](/images/tutorials/dapps/papi/papi-console.webp)
19851+
![](/images/tutorials/dapps/remark-tutorial/papi-console.webp)
1987019852

1987119853
Submit the extrinsic and sign it using the Polkadot.js browser wallet. The CLI will display the following output and play the "You've Got Mail!" sound:
1987219854

tutorials/dapps/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: dApps
22
nav:
33
- index.md
4-
- papi
4+
- 'Create Account Watcher with PAPI': remark-tutorial.md

tutorials/dapps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You'll explore a range of topics—from client-side apps and CLI tools to on-cha
1414

1515
Learn how to integrate Polkadot APIs, use local or light clients, and interact with on-chain logic:
1616

17-
- **[Polkadot API Account Watcher](/tutorials/dapps/papi-account-watcher/){target=\_blank}** – build a CLI that listens for on-chain `remarkWithEvent` extrinsics using the Polkadot API and light clients
17+
- **[Create Account Watcher with PAPI](/tutorials/dapps/remark-tutorial){target=\_blank}** – build a CLI that listens for on-chain `remarkWithEvent` extrinsics using the Polkadot API and light clients
1818

1919
## In This Section
2020

tutorials/dapps/papi/.pages

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)