Skip to content

Commit 6cf01dc

Browse files
added target=\_blank
1 parent b268db9 commit 6cf01dc

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

reference/index.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide organizes technical documentation across five core areas: **Polkadot
1414

1515
## Polkadot Hub
1616

17-
[Polkadot Hub](/reference/polkadot-hub/) is the entry point to Polkadot for all users and application developers. It provides access to essential Web3 services including smart contracts, staking, governance, identity management, and cross-ecosystem interoperability—without requiring you to deploy or manage a parachain.
17+
[Polkadot Hub](/reference/polkadot-hub/){target=\_blank} is the entry point to Polkadot for all users and application developers. It provides access to essential Web3 services including smart contracts, staking, governance, identity management, and cross-ecosystem interoperability—without requiring you to deploy or manage a parachain.
1818

1919
The Hub encompasses a set of core functionality that enables developers and users to build and interact with applications on Polkadot. Key capabilities include:
2020

@@ -28,7 +28,7 @@ The Hub encompasses a set of core functionality that enables developers and user
2828

2929
## Parachains
3030

31-
[Parachains](/reference/parachains/) are specialized blockchains that connect to the Polkadot relay chain, inheriting its security while maintaining their own application-specific logic. The parachains documentation covers:
31+
[Parachains](/reference/parachains/){target=\_blank} are specialized blockchains that connect to the Polkadot relay chain, inheriting its security while maintaining their own application-specific logic. The parachains documentation covers:
3232

3333
- **Accounts**: Deep dive into account types, storage, and management on parachains.
3434
- **Blocks, Transactions & Fees**: Understand block production, transaction inclusion, and fee mechanisms.
@@ -52,7 +52,7 @@ The Hub encompasses a set of core functionality that enables developers and user
5252

5353
## Glossary
5454

55-
The [Glossary](/reference/glossary/) provides quick-reference definitions for Polkadot-specific terminology. Essential terms include:
55+
The [Glossary](/reference/glossary/){target=\_blank} provides quick-reference definitions for Polkadot-specific terminology. Essential terms include:
5656

5757
- Blockchain concepts (blocks, transactions, state)
5858
- Consensus mechanisms (validators, collators, finality)
@@ -62,24 +62,15 @@ The [Glossary](/reference/glossary/) provides quick-reference definitions for Po
6262

6363
## Tools
6464

65-
The [Tools](/reference/tools/) section documents essential development and interaction tools for the Polkadot ecosystem:
65+
The [Tools](/reference/tools/){target=\_blank} section documents essential development and interaction tools for the Polkadot ecosystem:
6666

6767
- **Light Clients**: Lightweight solutions for interacting with the network without running full nodes.
68-
- **JavaScript/TypeScript Tools**: Libraries like [Polkadot.js API](/reference/tools/polkadot-js-api/) and [PAPI](/reference/tools/papi/) for building applications.
69-
- **Rust Tools**: [Polkadart](/reference/tools/polkadart/) and other Rust-based libraries for SDK development.
70-
- **Python Tools**: [py-substrate-interface](/reference/tools/py-substrate-interface/) for Python developers.
71-
- **Testing & Development**: Tools like [Moonwall](/reference/tools/moonwall/), [Chopsticks](/reference/tools/chopsticks/), and [Omninode](/reference/tools/omninode/) for smart contract and parachain testing.
72-
- **Indexing & Monitoring**: [Sidecar](/reference/tools/sidecar/) for data indexing and [Dedot](/reference/tools/dedot/) for substrate interaction.
73-
- **Cross-Chain Tools**: [ParaSpell](/reference/tools/paraspell/) for XCM integration and asset transfers.
74-
75-
## Navigating the Technical Reference
76-
77-
The Technical Reference is designed for different audiences:
78-
79-
- **Protocol Developers**: Explore the Polkadot Hub and Parachains sections to understand the underlying architecture and consensus mechanisms.
80-
- **Parachain Builders**: Start with the Parachains section to understand chain design, then dive into specific topics like consensus, data encoding, and interoperability.
81-
- **Network Participants**: Review the On-Chain Governance section to understand how to participate in Polkadot's decision-making.
82-
- **Application Developers**: Focus on the Tools section and the Parachains documentation to build dApps and interact with the network.
68+
- **JavaScript/TypeScript Tools**: Libraries like [Polkadot.js API](/reference/tools/polkadot-js-api/){target=\_blank} and [PAPI](/reference/tools/papi/){target=\_blank} for building applications.
69+
- **Rust Tools**: [Polkadart](/reference/tools/polkadart/){target=\_blank} and other Rust-based libraries for SDK development.
70+
- **Python Tools**: [py-substrate-interface](/reference/tools/py-substrate-interface/){target=\_blank} for Python developers.
71+
- **Testing & Development**: Tools like [Moonwall](/reference/tools/moonwall/){target=\_blank}, [Chopsticks](/reference/tools/chopsticks/){target=\_blank}, and [Omninode](/reference/tools/omninode/){target=\_blank} for smart contract and parachain testing.
72+
- **Indexing & Monitoring**: [Sidecar](/reference/tools/sidecar/){target=\_blank} for data indexing and [Dedot](/reference/tools/dedot/){target=\_blank} for substrate interaction.
73+
- **Cross-Chain Tools**: [ParaSpell](/reference/tools/paraspell/){target=\_blank} for XCM integration and asset transfers.
8374

8475
## Where to Go Next
8576

0 commit comments

Comments
 (0)