From c15313b6e8b270eb5f67ed47ec6bf237e890fb3f Mon Sep 17 00:00:00 2001 From: Filippo Date: Thu, 7 Nov 2024 17:41:54 +0100 Subject: [PATCH] rm RPC connection --- docs/build/build-protocol-info.md | 2 -- docs/general/faq.md | 2 -- docs/general/getting-started.md | 2 -- docs/general/glossary.md | 2 -- docs/general/staking-dashboard.md | 2 -- docs/learn/learn-async-backing.md | 2 -- docs/learn/learn-comparisons-kusama.md | 2 -- docs/learn/learn-guides-accounts-proxy-pure.md | 3 +-- docs/learn/learn-guides-accounts-proxy.md | 3 +-- docs/learn/learn-guides-accounts.md | 6 +++--- docs/learn/learn-guides-nominator.md | 5 ++--- docs/learn/learn-inflation.md | 3 +-- docs/learn/learn-nominator.md | 2 -- docs/learn/learn-polkadot-opengov.md | 6 +++--- docs/learn/learn-polkadot-technical-fellowship.md | 2 -- docs/learn/learn-system-chains.md | 3 +-- docs/learn/learn-teleport.md | 2 -- docs/learn/learn-transactions.md | 4 ++-- docs/learn/learn-validator.md | 2 -- docs/maintain/maintain-guides-how-to-chill.md | 2 -- docs/maintain/maintain-guides-how-to-validate-polkadot.md | 2 -- docs/maintain/maintain-guides-validator-payout.md | 2 -- 22 files changed, 14 insertions(+), 47 deletions(-) diff --git a/docs/build/build-protocol-info.md b/docs/build/build-protocol-info.md index 55e0a83f6a2c..41cf861d568c 100644 --- a/docs/build/build-protocol-info.md +++ b/docs/build/build-protocol-info.md @@ -8,8 +8,6 @@ keywords: [build, protocol, extrinsics, events, transaction] slug: ../build-protocol-info --- -import RPC from "./../../components/RPC-Connection"; - This page serves as a high-level introduction to the Polkadot protocol with terminology that may be specific to Polkadot, notable differences to other chains that you may have worked with, and practical information for dealing with the chain. diff --git a/docs/general/faq.md b/docs/general/faq.md index ea47cad532ce..6963fb4ee386 100644 --- a/docs/general/faq.md +++ b/docs/general/faq.md @@ -7,8 +7,6 @@ keywords: [FAQ, questions] slug: ../faq --- -import RPC from "./../../components/RPC-Connection"; - :::info This FAQ focuses on technical questions for users interested in developing applications for diff --git a/docs/general/getting-started.md b/docs/general/getting-started.md index 11ef62ada784..fc8aee4c45d5 100644 --- a/docs/general/getting-started.md +++ b/docs/general/getting-started.md @@ -7,8 +7,6 @@ keywords: [introduction, getting started, what is polkadot, why polkadot] slug: ../getting-started --- -import RPC from "./../../components/RPC-Connection"; - :::info Welcome to the Polkadot Wiki The Polkadot Wiki serves as the central source of truth for Polkadot. It is a community-focused diff --git a/docs/general/glossary.md b/docs/general/glossary.md index 7c40ddea5ed8..fdee27ef19af 100644 --- a/docs/general/glossary.md +++ b/docs/general/glossary.md @@ -7,8 +7,6 @@ keywords: [glossary, questions, definitions] slug: ../glossary --- -import RPC from "./../../components/RPC-Connection"; - ## Active Nomination A validator (or validators) that a nominator has selected to nominate and is actively validating diff --git a/docs/general/staking-dashboard.md b/docs/general/staking-dashboard.md index 6518a0c4ea96..2ec485d8171c 100644 --- a/docs/general/staking-dashboard.md +++ b/docs/general/staking-dashboard.md @@ -7,8 +7,6 @@ keywords: [ledger, staking, polkadot, dashboard] slug: ../staking-dashboard --- -import RPC from "./../../components/RPC-Connection"; - ## Preliminary Notes The [Polkadot Staking Dashboard](https://staking.polkadot.cloud/#/overview) supports diff --git a/docs/learn/learn-async-backing.md b/docs/learn/learn-async-backing.md index 9b4d4b1f11c6..bfc7f7c3c6d6 100644 --- a/docs/learn/learn-async-backing.md +++ b/docs/learn/learn-async-backing.md @@ -7,8 +7,6 @@ keywords: [parachains, backing, parablock, perspective parachains, unincluded se slug: ../learn-async-backing --- -import RPC from "./../../components/RPC-Connection"; - :::tip Asynchronous Backing Guide for Parachains For upgrading a parachain for Asynchronous Backing compatibility, follow the instructions on diff --git a/docs/learn/learn-comparisons-kusama.md b/docs/learn/learn-comparisons-kusama.md index 31863cda829e..f2285d0c3647 100644 --- a/docs/learn/learn-comparisons-kusama.md +++ b/docs/learn/learn-comparisons-kusama.md @@ -7,8 +7,6 @@ keywords: [polkadot, kusama, polkadot vs kusama, canary] slug: ../learn-comparisons-kusama --- -import RPC from "./../../components/RPC-Connection"; - Although they are like cousins and share many parts of their code, Polkadot and Kusama are independent, standalone networks with different priorities. Kusama is wild and fast, and great for bold experimentation and early-stage deployment. Polkadot is more conservative, prioritizing diff --git a/docs/learn/learn-guides-accounts-proxy-pure.md b/docs/learn/learn-guides-accounts-proxy-pure.md index 2720f8a72665..f9d0e643de68 100644 --- a/docs/learn/learn-guides-accounts-proxy-pure.md +++ b/docs/learn/learn-guides-accounts-proxy-pure.md @@ -7,8 +7,7 @@ keyword: [guides, polkadot-js, accounts, proxy, pure proxy, anonymous proxy] slug: ../learn-guides-accounts-proxy-pure --- -import RPC from "./../../components/RPC-Connection"; import MessageBox from -"../../components/MessageBox"; import "../../components/MessageBox.css"; +import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css"; diff --git a/docs/learn/learn-nominator.md b/docs/learn/learn-nominator.md index a1576a8e903b..43b61c572589 100644 --- a/docs/learn/learn-nominator.md +++ b/docs/learn/learn-nominator.md @@ -7,8 +7,6 @@ keyword: [nominate, nominator, stake, staking] slug: ../learn-nominator --- -import RPC from "./../../components/RPC-Connection"; - :::tip New to Staking? Start your staking journey or explore more information about staking on diff --git a/docs/learn/learn-polkadot-opengov.md b/docs/learn/learn-polkadot-opengov.md index 6d95d8cc9245..884fd2d578bf 100644 --- a/docs/learn/learn-polkadot-opengov.md +++ b/docs/learn/learn-polkadot-opengov.md @@ -7,9 +7,9 @@ keywords: [governance, referenda, proposal, voting, endorse] slug: ../learn-polkadot-opengov --- -import RPC from "./../../components/RPC-Connection"; import VLTable from -"./../../components/Voluntary-Locking"; import Fellowship from "./../../components/Fellowship"; -import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css"; +import VLTable from "./../../components/Voluntary-Locking"; import Fellowship from +"./../../components/Fellowship"; import MessageBox from "../../components/MessageBox"; import +"../../components/MessageBox.css"; diff --git a/docs/learn/learn-polkadot-technical-fellowship.md b/docs/learn/learn-polkadot-technical-fellowship.md index e52d84b6025e..1ba9ba6c1d6f 100644 --- a/docs/learn/learn-polkadot-technical-fellowship.md +++ b/docs/learn/learn-polkadot-technical-fellowship.md @@ -7,8 +7,6 @@ keywords: [governance, referenda, proposal, voting, whitelist, fellowship, openg slug: ../learn-polkadot-technical-fellowship --- -import RPC from "./../../components/RPC-Connection"; - The Technical Fellowship is a self-governing body of experts and developers of Polkadot and Kusama networks protocols. It operates on-chain through the Polkadot [Collectives](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpolkadot-collectives-rpc.polkadot.io#/fellowship/referenda) diff --git a/docs/learn/learn-system-chains.md b/docs/learn/learn-system-chains.md index 741be60567c3..340f36ad6998 100644 --- a/docs/learn/learn-system-chains.md +++ b/docs/learn/learn-system-chains.md @@ -7,8 +7,7 @@ keywords: [common good, system, parachains, system level, public utility] slug: ../learn-system-chains --- -import RPC from "./../../components/RPC-Connection"; import Tabs from "@theme/Tabs"; import TabItem -from "@theme/TabItem"; +import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; The primary functionality of the relay chain is to secure the parachains and facilitate secure communication between them. All other functionalities like asset transfers, governance, identities diff --git a/docs/learn/learn-teleport.md b/docs/learn/learn-teleport.md index 8adc3a4697fa..6f34cf48eca4 100644 --- a/docs/learn/learn-teleport.md +++ b/docs/learn/learn-teleport.md @@ -7,8 +7,6 @@ keywords: [teleport, assets, transfer] slug: ../learn-teleport --- -import RPC from "./../../components/RPC-Connection"; - One of the main properties that Polkadot brings to the blockchain industry is secure interoperability. This interoperability allows for **asset teleportation**, i.e., the process of moving assets (such as fungible and non-fungible tokens) between chains (parachains) to use them as diff --git a/docs/learn/learn-transactions.md b/docs/learn/learn-transactions.md index 322dd22dc104..f8bc64fa3c67 100644 --- a/docs/learn/learn-transactions.md +++ b/docs/learn/learn-transactions.md @@ -7,8 +7,8 @@ keywords: [transaction, transfer, DOT, extrinsics] slug: ../learn-transactions --- -import RPC from "./../../components/RPC-Connection"; import Tabs from "@theme/Tabs"; import TabItem -from "@theme/TabItem"; import DocCardList from '@theme/DocCardList'; +import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import DocCardList from +'@theme/DocCardList'; ## Pallets and Extrinsics diff --git a/docs/learn/learn-validator.md b/docs/learn/learn-validator.md index 2fb566c11f04..df4545cd8d02 100644 --- a/docs/learn/learn-validator.md +++ b/docs/learn/learn-validator.md @@ -7,8 +7,6 @@ keywords: [validate, validator, maintain, NPoS, stake] slug: ../learn-validator --- -import RPC from "./../../components/RPC-Connection"; - :::info This page provides a general overview of the role of validators in the Polkadot network. For more diff --git a/docs/maintain/maintain-guides-how-to-chill.md b/docs/maintain/maintain-guides-how-to-chill.md index 32acd35f3aab..8d891692c409 100644 --- a/docs/maintain/maintain-guides-how-to-chill.md +++ b/docs/maintain/maintain-guides-how-to-chill.md @@ -7,8 +7,6 @@ keywords: [chill, chilling, pause] slug: ../maintain-guides-how-to-chill --- -import RPC from "./../../components/RPC-Connection"; - Staking bonds can be in any of the three states: validating, nominating, or chilled (neither validating nor nominating). When a staker wants to temporarily pause their active engagement in staking but does not want to unbond their funds, they can choose to "chill" their involvement and diff --git a/docs/maintain/maintain-guides-how-to-validate-polkadot.md b/docs/maintain/maintain-guides-how-to-validate-polkadot.md index 973dc2c566db..002764249965 100644 --- a/docs/maintain/maintain-guides-how-to-validate-polkadot.md +++ b/docs/maintain/maintain-guides-how-to-validate-polkadot.md @@ -7,8 +7,6 @@ keywords: [validator setup, validator, validate, binary, runtime] slug: ../maintain-guides-how-to-validate-polkadot --- -import RPC from "./../../components/RPC-Connection"; - :::tip If you are a beginner, it is recommended that you start your validator journey on Kusama network. diff --git a/docs/maintain/maintain-guides-validator-payout.md b/docs/maintain/maintain-guides-validator-payout.md index 83e8123e5e38..25017ff2adb2 100644 --- a/docs/maintain/maintain-guides-validator-payout.md +++ b/docs/maintain/maintain-guides-validator-payout.md @@ -7,8 +7,6 @@ keywords: [validator payout, payments, rewards, era points] slug: ../maintain-guides-validator-payout --- -import RPC from "./../../components/RPC-Connection"; - ## Era Points For every era (a period of time approximately 6 hours in length in Kusama, and 24 hours in