Skip to content

Commit 0976158

Browse files
committed
check links and update .nav.yml to remove add-pallet-to-runtime page
1 parent 5118a9c commit 0976158

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

images/parachains/customize-runtime/pallet-development/add-pallet-to-runtime/add-pallets-to-runtime-01.webp renamed to images/parachains/customize-runtime/add-existing-pallets/add-pallets-01.webp

File renamed without changes.

parachains/customize-runtime/add-existing-pallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ To interact with the pallet:
259259
- **`batchAll(calls)`**: Dispatch multiple calls, stopping on the first error.
260260
- **`asDerivative(index, call)`**: Dispatch a call as a derivative account.
261261

262-
![](/images/parachains/customize-runtime/pallet-development/add-pallet-to-runtime/add-pallets-to-runtime-01.webp)
262+
![](/images/parachains/customize-runtime/add-existing-pallets/add-pallets-01.webp)
263263

264264
You can now test the pallet's functionality by submitting transactions through the interface.
265265

parachains/customize-runtime/pallet-development/.nav.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ nav:
22
- 'Create a Custom Pallet': create-a-pallet.md
33
- 'Mock Your Runtime': mock-runtime.md
44
- 'Pallet Unit Testing': pallet-testing.md
5-
- 'Add a Custom Pallet to Your Runtime': add-pallet-to-runtime.md
65
- 'Benchmark a Custom Pallet': benchmark-pallet.md

parachains/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Deep dive into creating and managing custom pallets for your parachain.
4848
| [Create a Custom Pallet](/parachains/customize-runtime/pallet-development/create-a-pallet/) | Build a pallet from scratch with custom logic |
4949
| [Mock Your Runtime](/parachains/customize-runtime/pallet-development/mock-runtime/) | Set up a mock runtime environment for testing |
5050
| [Pallet Unit Testing](/parachains/customize-runtime/pallet-development/pallet-testing/) | Write comprehensive tests for your pallet logic |
51-
| [Add Your Custom Pallet to the Runtime](/parachains/customize-runtime/pallet-development/add-pallet-to-runtime/) | Integrate your custom pallet into your parachain runtime |
5251
| [Benchmark the Custom Pallet](/parachains/customize-runtime/pallet-development/benchmark-pallet/) | Measure and optimize pallet performance with benchmarking |
5352

5453
## Testing

0 commit comments

Comments
 (0)