Skip to content

Commit a98c76e

Browse files
committed
fix: rename by
1 parent 15d2294 commit a98c76e

File tree

12 files changed

+2111
-2111
lines changed

12 files changed

+2111
-2111
lines changed

.snippets/code/develop/interoperability/guides/from-apps/teleport-and-transact.ts renamed to .snippets/code/develop/interoperability/xcm-guides/from-apps/teleport-and-transact.ts

File renamed without changes.

.snippets/code/develop/interoperability/guides/from-apps/teleport-example.ts renamed to .snippets/code/develop/interoperability/xcm-guides/from-apps/teleport-example.ts

File renamed without changes.

develop/interoperability/.nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ nav:
77
- 'Send Messages': send-messages.md
88
- 'XCM Runtime APIs': xcm-runtime-apis.md
99
- 'Test and Debug': test-and-debug.md
10-
- guides
10+
- xcm-guides
1111
- versions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Guides
1+
title: XCM Guides
22
nav:
33
- index.md
44
- from-apps
File renamed without changes.

develop/interoperability/guides/from-apps/claiming-trapped-assets.md renamed to develop/interoperability/xcm-guides/from-apps/claiming-trapped-assets.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

develop/interoperability/guides/from-apps/transact.md renamed to develop/interoperability/xcm-guides/from-apps/transact.md

File renamed without changes.

develop/interoperability/guides/from-apps/transfers.md renamed to develop/interoperability/xcm-guides/from-apps/transfers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ As mentioned before, you need to specify the transfer type.
114114
`bun papi add ahp -n polkadot_asset_hub`
115115

116116
```typescript title="teleport-example.ts"
117-
--8<-- 'code/develop/interoperability/guides/from-apps/teleport-example.ts'
117+
--8<-- 'code/develop/interoperability/xcm-guides/from-apps/teleport-example.ts'
118118
```
119119

120120
## Origin Preservation
@@ -138,5 +138,5 @@ To enable this feature, the [`preserve_origin`](https://paritytech.github.io/pol
138138
`bun papi add ahp -n polkadot_asset_hub && bun papi add people -n polkadot_people`
139139

140140
```typescript title="teleport-and-transact.ts"
141-
--8<-- 'code/develop/interoperability/guides/from-apps/teleport-and-transact.ts'
141+
--8<-- 'code/develop/interoperability/xcm-guides/from-apps/teleport-and-transact.ts'
142142
```

0 commit comments

Comments
 (0)