Skip to content

Commit 39599c9

Browse files
authored
Merge latest from master (#1335)
* Merge latest from master into staging * fix links * llms * fix styling * overview wasn't rendering * add inclusion pipeline
1 parent 4ce1e01 commit 39599c9

22 files changed

+2518
-448
lines changed

.ai/categories/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ By the end of this guide, you'll have a working template ready to customize and
19821982
19831983
Before getting started, ensure you have done the following:
19841984
1985-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
1985+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
19861986
19871987
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
19881988

.ai/categories/dapps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3163,7 +3163,7 @@ By the end of this guide, you'll have a working template ready to customize and
31633163
31643164
Before getting started, ensure you have done the following:
31653165
3166-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
3166+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
31673167
31683168
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
31693169
@@ -3677,5 +3677,4 @@ Wallet types fall into two categories based on their connection to the internet:
36773677
36783678
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
36793679
3680-
36813680
</div>

.ai/categories/infrastructure.md

Lines changed: 1939 additions & 235 deletions
Large diffs are not rendered by default.

.ai/categories/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ By the end of this guide, you'll have a working template ready to customize and
28522852
28532853
Before getting started, ensure you have done the following:
28542854
2855-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
2855+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
28562856
28572857
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
28582858

.ai/categories/parachains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7547,7 +7547,7 @@ By the end of this guide, you'll have a working template ready to customize and
75477547
75487548
Before getting started, ensure you have done the following:
75497549
7550-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
7550+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
75517551
75527552
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
75537553

.ai/categories/polkadot-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ By the end of this guide, you'll have a working template ready to customize and
28522852
28532853
Before getting started, ensure you have done the following:
28542854
2855-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
2855+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
28562856
28572857
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
28582858

.ai/categories/smart-contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5690,7 +5690,7 @@ By the end of this guide, you'll have a working template ready to customize and
56905690

56915691
Before getting started, ensure you have done the following:
56925692

5693-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
5693+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
56945694

56955695
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
56965696

.ai/categories/tooling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5750,7 +5750,7 @@ By the end of this guide, you'll have a working template ready to customize and
57505750

57515751
Before getting started, ensure you have done the following:
57525752

5753-
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
5753+
- Completed the [Install Polkadot SDK](/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://rust-lang.org/){target=\_blank} and the required packages to set up your development environment.
57545754

57555755
For this tutorial series, you need to use Rust `1.86`. Newer versions of the compiler may not work with this parachain template version.
57565756

@@ -7509,7 +7509,6 @@ Wallet types fall into two categories based on their connection to the internet:
75097509

75107510
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
75117511

7512-
75137512
</div>
75147513

75157514

.ai/pages/node-infrastructure-run-a-validator-onboarding-and-offboarding-start-validating.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ The next step is to sync your node with the chosen blockchain network. Synchroni
7676

7777
If you'd like to speed up the process further, you can use a database snapshot. Snapshots are compressed backups of the blockchain's database directory and can significantly reduce the time required to sync a new node. Here are a few public snapshot providers:
7878

79-
- [Stakeworld](https://stakeworld.io/snapshot){target=\_blank}
8079
- [Polkachu](https://polkachu.com/substrate_snapshots){target=\_blank}
8180
- [Polkashots](https://polkashots.io/){target=\_blank}
8281
- [ITRocket](https://itrocket.net/services/mainnet/polkadot/#snapshot){target=\_blank}

.ai/pages/parachains-integrations-wallets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ Wallet types fall into two categories based on their connection to the internet:
8181

8282
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
8383

84-
8584
</div>

0 commit comments

Comments
 (0)