From a4925843510905e7b61d3c4c694369e801dd45b9 Mon Sep 17 00:00:00 2001 From: Lucas Malizia <131050418+0xlukem@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:43:12 -0300 Subject: [PATCH] update all index to show feedback (#294) --- develop/index.md | 2 -- develop/interoperability/index.md | 2 -- develop/parachains/customize-parachain/index.md | 2 -- develop/parachains/deployment/index.md | 2 -- develop/parachains/index.md | 2 -- develop/parachains/maintenance/index.md | 2 -- develop/parachains/testing/index.md | 2 -- develop/smart-contracts/evm/index.md | 2 -- develop/smart-contracts/index.md | 2 -- develop/toolkit/api-libraries/index.md | 2 -- develop/toolkit/index.md | 2 -- develop/toolkit/integrations/index.md | 2 -- develop/toolkit/interoperability/asset-transfer-api/index.md | 2 -- develop/toolkit/interoperability/index.md | 2 -- develop/toolkit/parachains/fork-chains/chopsticks/index.md | 2 -- develop/toolkit/parachains/fork-chains/index.md | 2 -- develop/toolkit/parachains/index.md | 2 -- develop/toolkit/parachains/spawn-chains/index.md | 2 -- develop/toolkit/parachains/spawn-chains/zombienet/index.md | 2 -- infrastructure/index.md | 2 -- infrastructure/running-a-node/index.md | 2 -- infrastructure/running-a-validator/index.md | 2 -- .../running-a-validator/onboarding-and-offboarding/index.md | 2 -- infrastructure/running-a-validator/operational-tasks/index.md | 2 -- infrastructure/staking-mechanics/index.md | 2 -- polkadot-protocol/architecture/index.md | 2 -- polkadot-protocol/architecture/parachains/index.md | 2 -- polkadot-protocol/architecture/polkadot-chain/index.md | 2 -- polkadot-protocol/architecture/system-chains/index.md | 2 -- polkadot-protocol/basics/blocks-transactions-fees/index.md | 2 -- polkadot-protocol/basics/index.md | 2 -- polkadot-protocol/index.md | 2 -- polkadot-protocol/onchain-governance/index.md | 2 -- tutorials/index.md | 2 -- tutorials/interoperability/index.md | 2 -- tutorials/interoperability/xcm-channels/index.md | 2 -- tutorials/interoperability/xcm-transfers/index.md | 2 -- tutorials/onchain-governance/index.md | 2 -- tutorials/polkadot-sdk/index.md | 2 -- tutorials/polkadot-sdk/parachains/index.md | 2 -- tutorials/polkadot-sdk/parachains/zero-to-hero/index.md | 2 -- tutorials/polkadot-sdk/system-chains/asset-hub/index.md | 2 -- tutorials/polkadot-sdk/system-chains/index.md | 2 -- tutorials/polkadot-sdk/testing/index.md | 2 -- 44 files changed, 88 deletions(-) diff --git a/develop/index.md b/develop/index.md index 36c9916be..ef5aa71b4 100644 --- a/develop/index.md +++ b/develop/index.md @@ -1,8 +1,6 @@ --- title: Develop description: Explore and learn how to build in the Polkadot ecosystem, from a custom parachain to smart contracts, supported by robust integrations and developer tools. -hide: - - feedback template: index-page.html --- diff --git a/develop/interoperability/index.md b/develop/interoperability/index.md index 82274f313..1999ab85d 100644 --- a/develop/interoperability/index.md +++ b/develop/interoperability/index.md @@ -1,8 +1,6 @@ --- title: Interoperability description: Learn how Polkadot enables blockchain interoperability through Cross-Consensus Messaging (XCM), powering secure cross-chain communication. -hide: -- feedback template: index-page.html --- diff --git a/develop/parachains/customize-parachain/index.md b/develop/parachains/customize-parachain/index.md index 2aa2e13cf..6c7573b9f 100644 --- a/develop/parachains/customize-parachain/index.md +++ b/develop/parachains/customize-parachain/index.md @@ -1,8 +1,6 @@ --- title: Customize Your Parachain description: Learn to build a custom parachain with Polkadot SDK's FRAME framework, which includes pallet development, testing, smart contracts, and runtime customization. -hide: - - feedback template: index-page.html --- diff --git a/develop/parachains/deployment/index.md b/develop/parachains/deployment/index.md index 76f918f45..243ba7e3a 100644 --- a/develop/parachains/deployment/index.md +++ b/develop/parachains/deployment/index.md @@ -1,8 +1,6 @@ --- title: Deployment description: Learn how to prepare your blockchain for deployment using the Polkadot SDK, including building deterministic Wasm runtimes and generating chain specifications. -hide: - - feedback template: index-page.html --- diff --git a/develop/parachains/index.md b/develop/parachains/index.md index 0fdc0710a..0f51ddd37 100644 --- a/develop/parachains/index.md +++ b/develop/parachains/index.md @@ -1,8 +1,6 @@ --- title: Parachains description: Learn how to build, deploy, and maintain your parachain with the Polkadot SDK, from initial setup through customization, testing, runtime upgrades, and network operations. -hide: - - feedback template: index-page.html --- diff --git a/develop/parachains/maintenance/index.md b/develop/parachains/maintenance/index.md index b0749e1fc..4eaaf37f3 100644 --- a/develop/parachains/maintenance/index.md +++ b/develop/parachains/maintenance/index.md @@ -1,8 +1,6 @@ --- title: Maintenance description: Learn how to maintain Polkadot SDK-based networks, covering runtime monitoring, upgrades, and storage migrations for optimal blockchain performance. -hide: - - feedback template: index-page.html --- diff --git a/develop/parachains/testing/index.md b/develop/parachains/testing/index.md index 2389b0ce5..af96aa8bb 100644 --- a/develop/parachains/testing/index.md +++ b/develop/parachains/testing/index.md @@ -1,8 +1,6 @@ --- title: Testing Your Polkadot SDK-Based Blockchain description: Explore comprehensive testing strategies for Polkadot SDK-based blockchains, from setting up test environments to verifying runtime and pallet interactions. -hide: - - feedback template: index-page.html --- diff --git a/develop/smart-contracts/evm/index.md b/develop/smart-contracts/evm/index.md index 764ecff57..eccafb4c0 100644 --- a/develop/smart-contracts/evm/index.md +++ b/develop/smart-contracts/evm/index.md @@ -3,8 +3,6 @@ title: EVM # This content is temporarily hidden and has been commented out to ensure it is preserved. # description: Explore EVM support in Polkadot, covering native Asset Hub contracts and parachain implementations like Astar and Moonbeam for smart contract development. description: Explore EVM support in Polkadot and learn how EVM-compatible smart contracts integrate seamlessly within the Polkadot ecosystem. -hide: - - feedback template: index-page.html --- diff --git a/develop/smart-contracts/index.md b/develop/smart-contracts/index.md index 1a60906a4..8fbcf0e57 100644 --- a/develop/smart-contracts/index.md +++ b/develop/smart-contracts/index.md @@ -1,8 +1,6 @@ --- title: Smart Contracts description: Learn about smart contract development in Polkadot using ink! for Wasm contracts and EVM support for Solidity contracts on Asset Hub and parachains. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/api-libraries/index.md b/develop/toolkit/api-libraries/index.md index c77fc604b..53a4acc4d 100644 --- a/develop/toolkit/api-libraries/index.md +++ b/develop/toolkit/api-libraries/index.md @@ -1,8 +1,6 @@ --- title: API Libraries description: Dive into APIs for interacting with the Polkadot network, including Polkadot-API, Polkadot.js, Python Substrate Interface, and Sidecar REST services. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/index.md b/develop/toolkit/index.md index 5e1462fbf..7163eecd5 100644 --- a/develop/toolkit/index.md +++ b/develop/toolkit/index.md @@ -1,8 +1,6 @@ --- title: Toolkit description: Learn about Polkadot's core development toolkit, from blockchain construction tools to API libraries and cross-chain messaging capabilities. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/integrations/index.md b/develop/toolkit/integrations/index.md index 12964c291..8a8e5f75c 100644 --- a/develop/toolkit/integrations/index.md +++ b/develop/toolkit/integrations/index.md @@ -1,8 +1,6 @@ --- title: Integrations description: Explore fundamental integrations in the Polkadot ecosystem, including indexers for querying blockchain data, oracles for external data, and wallets. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/interoperability/asset-transfer-api/index.md b/develop/toolkit/interoperability/asset-transfer-api/index.md index a018eb186..d83a475e0 100644 --- a/develop/toolkit/interoperability/asset-transfer-api/index.md +++ b/develop/toolkit/interoperability/asset-transfer-api/index.md @@ -2,8 +2,6 @@ title: Asset Transfer API description: Asset Transfer API is a library that simplifies the transfer of assets for Polkadot SDK-based chains. It provides methods for cross-chain and local transfers. template: index-page.html -hide: - - feedback --- # Asset Transfer API diff --git a/develop/toolkit/interoperability/index.md b/develop/toolkit/interoperability/index.md index 32820326a..e1c6798d3 100644 --- a/develop/toolkit/interoperability/index.md +++ b/develop/toolkit/interoperability/index.md @@ -1,8 +1,6 @@ --- title: Interoperability description: Explore Polkadot's XCM tooling ecosystem, featuring the Asset Transfer API and other utilities for implementing cross-chain messaging and transfers. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/parachains/fork-chains/chopsticks/index.md b/develop/toolkit/parachains/fork-chains/chopsticks/index.md index 8ff450f6f..e09a2ad9d 100644 --- a/develop/toolkit/parachains/fork-chains/chopsticks/index.md +++ b/develop/toolkit/parachains/fork-chains/chopsticks/index.md @@ -1,8 +1,6 @@ --- title: Chopsticks description: Learn how to install, configure, and use Chopsticks for debugging and forking Polkadot SDK-based networks in a local development environment. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/parachains/fork-chains/index.md b/develop/toolkit/parachains/fork-chains/index.md index df7306394..4b73a3abc 100644 --- a/develop/toolkit/parachains/fork-chains/index.md +++ b/develop/toolkit/parachains/fork-chains/index.md @@ -1,8 +1,6 @@ --- title: Fork Chains for Testing description: Explore tools for forking live blockchain networks, enabling you to replicate real-world conditions in a local environment for accurate testing and debugging. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/parachains/index.md b/develop/toolkit/parachains/index.md index e5214e79f..82bb318a0 100644 --- a/develop/toolkit/parachains/index.md +++ b/develop/toolkit/parachains/index.md @@ -1,8 +1,6 @@ --- title: Parachains description: Discover essential parachain development resources for building in the Polkadot ecosystem, highlighting tools to streamline your development process. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/parachains/spawn-chains/index.md b/develop/toolkit/parachains/spawn-chains/index.md index 77f3d27fb..0a4896f98 100644 --- a/develop/toolkit/parachains/spawn-chains/index.md +++ b/develop/toolkit/parachains/spawn-chains/index.md @@ -1,8 +1,6 @@ --- title: Spawn Networks for Testing description: Discover tools that enable you to spawn blockchains for testing, allowing for debugging, and validation of your blockchain setups in a controlled environment. -hide: - - feedback template: index-page.html --- diff --git a/develop/toolkit/parachains/spawn-chains/zombienet/index.md b/develop/toolkit/parachains/spawn-chains/zombienet/index.md index 980334ebb..667e6baee 100644 --- a/develop/toolkit/parachains/spawn-chains/zombienet/index.md +++ b/develop/toolkit/parachains/spawn-chains/zombienet/index.md @@ -1,8 +1,6 @@ --- title: Zombienet description: Learn how to install, configure, and use Zombienet for testing and simulating Polkadot SDK-based networks in a local development environment. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/index.md b/infrastructure/index.md index 34e6df8d1..178dfc776 100644 --- a/infrastructure/index.md +++ b/infrastructure/index.md @@ -1,8 +1,6 @@ --- title: Infrastructure description: Learn how to set up and manage various types of Polkadot infrastructure, from running nodes to operating validators and contributing to the network. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/running-a-node/index.md b/infrastructure/running-a-node/index.md index 5ce72f705..405d1d2a0 100644 --- a/infrastructure/running-a-node/index.md +++ b/infrastructure/running-a-node/index.md @@ -1,8 +1,6 @@ --- title: Running a Node description: Learn how to run and connect to a Polkadot node, including setup, configuration, and best practices for connectivity and security. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/running-a-validator/index.md b/infrastructure/running-a-validator/index.md index f2ff4d250..e6ba26e6b 100644 --- a/infrastructure/running-a-validator/index.md +++ b/infrastructure/running-a-validator/index.md @@ -1,8 +1,6 @@ --- title: Running a Validator description: Learn the requirements for setting up a Polkadot validator node, along with detailed steps on how to install, run, upgrade, and maintain the node. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/running-a-validator/onboarding-and-offboarding/index.md b/infrastructure/running-a-validator/onboarding-and-offboarding/index.md index 86bfd8d02..46a1de413 100644 --- a/infrastructure/running-a-validator/onboarding-and-offboarding/index.md +++ b/infrastructure/running-a-validator/onboarding-and-offboarding/index.md @@ -1,8 +1,6 @@ --- title: Onboarding and Offboarding description: Get familiar with onboarding and offboarding a Polkadot validator node, including setup, bond and key management, and activation and deactivation processes. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/running-a-validator/operational-tasks/index.md b/infrastructure/running-a-validator/operational-tasks/index.md index 7f1d759bc..3f9205f08 100644 --- a/infrastructure/running-a-validator/operational-tasks/index.md +++ b/infrastructure/running-a-validator/operational-tasks/index.md @@ -1,8 +1,6 @@ --- title: Operational Tasks description: Learn how to manage your Polkadot validator node, including monitoring performance, running a backup validator for maintenance, and rotating keys. -hide: - - feedback template: index-page.html --- diff --git a/infrastructure/staking-mechanics/index.md b/infrastructure/staking-mechanics/index.md index 99ed88534..cd1884204 100644 --- a/infrastructure/staking-mechanics/index.md +++ b/infrastructure/staking-mechanics/index.md @@ -1,8 +1,6 @@ --- title: Staking Mechanics description: Explore the staking mechanics in Polkadot, focusing on how they relate to validators, including offenses and slashes, as well as reward payouts. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/architecture/index.md b/polkadot-protocol/architecture/index.md index 4645e4b19..3cfdf5c27 100644 --- a/polkadot-protocol/architecture/index.md +++ b/polkadot-protocol/architecture/index.md @@ -1,8 +1,6 @@ --- title: Architecture description: Explore Polkadot's architecture, including the relay chain, parachains, and system chains, and discover the role each component plays in the broader ecosystem. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/architecture/parachains/index.md b/polkadot-protocol/architecture/parachains/index.md index 1b5b61753..e54f2c4bf 100644 --- a/polkadot-protocol/architecture/parachains/index.md +++ b/polkadot-protocol/architecture/parachains/index.md @@ -1,8 +1,6 @@ --- title: Parachains description: Explore how parachains achieve consensus and leverage shared security through Polkadot’s relay chain and validators within the network’s architecture. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/architecture/polkadot-chain/index.md b/polkadot-protocol/architecture/polkadot-chain/index.md index c9a54c77b..594a1ca50 100644 --- a/polkadot-protocol/architecture/polkadot-chain/index.md +++ b/polkadot-protocol/architecture/polkadot-chain/index.md @@ -1,8 +1,6 @@ --- title: The Polkadot Relay Chain description: Explore the relay chain’s role in Polkadot, providing shared security, consensus, and enabling agile coretime for parachains to purchase blockspace on-demand. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/architecture/system-chains/index.md b/polkadot-protocol/architecture/system-chains/index.md index e0416620d..5da14603d 100644 --- a/polkadot-protocol/architecture/system-chains/index.md +++ b/polkadot-protocol/architecture/system-chains/index.md @@ -1,8 +1,6 @@ --- title: System Chains description: Discover the unique role and functionality each of Polkadot’s system chains, including the Asset Hub, Bridge Hub, and Coretime chain, provides to the ecosystem. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/basics/blocks-transactions-fees/index.md b/polkadot-protocol/basics/blocks-transactions-fees/index.md index e1d1af123..3cc267e26 100644 --- a/polkadot-protocol/basics/blocks-transactions-fees/index.md +++ b/polkadot-protocol/basics/blocks-transactions-fees/index.md @@ -1,8 +1,6 @@ --- title: Blocks, Transactions, and Fees description: Dive into the structure, processing, and lifecycle of blocks and transactions in Polkadot, and learn how fees are calculated and applied. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/basics/index.md b/polkadot-protocol/basics/index.md index fd6ef78db..72bbb3e51 100644 --- a/polkadot-protocol/basics/index.md +++ b/polkadot-protocol/basics/index.md @@ -1,8 +1,6 @@ --- title: Basics description: Discover Polkadot’s technical foundations, from blockchain basics and cryptography to network features like interoperability and randomness. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/index.md b/polkadot-protocol/index.md index 3bdf17f13..b78ac1eba 100644 --- a/polkadot-protocol/index.md +++ b/polkadot-protocol/index.md @@ -1,8 +1,6 @@ --- title: Learn About the Polkadot Protocol description: Gain a comprehensive understanding of Polkadot through this technical overview, exploring its architecture, fundamental concepts, and essential components. -hide: - - feedback template: index-page.html --- diff --git a/polkadot-protocol/onchain-governance/index.md b/polkadot-protocol/onchain-governance/index.md index dedd05b72..d273756fd 100644 --- a/polkadot-protocol/onchain-governance/index.md +++ b/polkadot-protocol/onchain-governance/index.md @@ -1,8 +1,6 @@ --- title: On-Chain Governance description: Explore Polkadot's decentralized on-chain governance system, OpenGov, including how it works, the proposal process, and key info for developers. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/index.md b/tutorials/index.md index 6909e3ee6..96e58d0ea 100644 --- a/tutorials/index.md +++ b/tutorials/index.md @@ -1,8 +1,6 @@ --- title: Tutorials description: Explore step-by-step tutorials for building in Polkadot, from parachain deployment and testing to cross-chain asset creation and XCM channel management. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/interoperability/index.md b/tutorials/interoperability/index.md index 188c3ac4e..24822c9a9 100644 --- a/tutorials/interoperability/index.md +++ b/tutorials/interoperability/index.md @@ -1,8 +1,6 @@ --- title: Interoperability Tutorials description: Explore tutorials on interoperability for Polkadot SDK-based blockchains, covering cross-chain communication and integration techniques. -hide: -- feedback template: index-page.html --- diff --git a/tutorials/interoperability/xcm-channels/index.md b/tutorials/interoperability/xcm-channels/index.md index 9845d4b91..47253b6e9 100644 --- a/tutorials/interoperability/xcm-channels/index.md +++ b/tutorials/interoperability/xcm-channels/index.md @@ -1,8 +1,6 @@ --- title: Tutorials for Managing XCM Channels description: Learn step-by-step how to establish unidirectional and bidirectional HRMP channels between parachains and system parachains using XCM. -hide: -- feedback template: index-page.html --- diff --git a/tutorials/interoperability/xcm-transfers/index.md b/tutorials/interoperability/xcm-transfers/index.md index 5df15b091..af345e3f4 100644 --- a/tutorials/interoperability/xcm-transfers/index.md +++ b/tutorials/interoperability/xcm-transfers/index.md @@ -1,8 +1,6 @@ --- title: XCM Transfers description: Explore tutorials on performing transfers between different consensus systems using XCM technology to enable cross-chain interoperability. -hide: -- feedback template: index-page.html --- diff --git a/tutorials/onchain-governance/index.md b/tutorials/onchain-governance/index.md index a4499431a..2d68e137f 100644 --- a/tutorials/onchain-governance/index.md +++ b/tutorials/onchain-governance/index.md @@ -1,8 +1,6 @@ --- title: On-Chain Governance Tutorials description: Learn how to utilize Polkadot OpenGov with step-by-step tutorials on on-chain governance, including proposals, referenda, delegation, and voting processes. -hide: -- feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/index.md b/tutorials/polkadot-sdk/index.md index 09d9b15c8..00336be98 100644 --- a/tutorials/polkadot-sdk/index.md +++ b/tutorials/polkadot-sdk/index.md @@ -1,8 +1,6 @@ --- title: Polkadot SDK Tutorials description: Explore detailed, step-by-step tutorials designed to help you gain hands-on experience building custom solutions with the Polkadot SDK. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/parachains/index.md b/tutorials/polkadot-sdk/parachains/index.md index a50eb2680..88fe22422 100644 --- a/tutorials/polkadot-sdk/parachains/index.md +++ b/tutorials/polkadot-sdk/parachains/index.md @@ -1,8 +1,6 @@ --- title: Parachain Tutorials description: This collection of tutorials will guide you step by step, from setting up your first local chain to deploying and customizing a fully operational parachain. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/parachains/zero-to-hero/index.md b/tutorials/polkadot-sdk/parachains/zero-to-hero/index.md index 561115294..5677f53f4 100644 --- a/tutorials/polkadot-sdk/parachains/zero-to-hero/index.md +++ b/tutorials/polkadot-sdk/parachains/zero-to-hero/index.md @@ -1,8 +1,6 @@ --- title: Zero To Hero Parachain Tutorial Series description: A comprehensive guide for developers to build, test, and deploy custom pallets and runtimes, leveraging the full potential of the Polkadot SDK. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/system-chains/asset-hub/index.md b/tutorials/polkadot-sdk/system-chains/asset-hub/index.md index beabc94a4..312a63bf0 100644 --- a/tutorials/polkadot-sdk/system-chains/asset-hub/index.md +++ b/tutorials/polkadot-sdk/system-chains/asset-hub/index.md @@ -1,8 +1,6 @@ --- title: Asset Hub Tutorials description: Learn how to manage assets on Asset Hub, including registering local and foreign assets and converting between different asset types. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/system-chains/index.md b/tutorials/polkadot-sdk/system-chains/index.md index 02d56aac9..7316d2d64 100644 --- a/tutorials/polkadot-sdk/system-chains/index.md +++ b/tutorials/polkadot-sdk/system-chains/index.md @@ -1,8 +1,6 @@ --- title: System Chains Tutorials description: Explore step-by-step tutorials on how to integrate with system parachains, such as the Asset Hub chain, within the Polkadot ecosystem. -hide: - - feedback template: index-page.html --- diff --git a/tutorials/polkadot-sdk/testing/index.md b/tutorials/polkadot-sdk/testing/index.md index bdc44b916..ea0dbc0fa 100644 --- a/tutorials/polkadot-sdk/testing/index.md +++ b/tutorials/polkadot-sdk/testing/index.md @@ -1,8 +1,6 @@ --- title: Blockchain Testing Tutorials description: Follow hands-on tutorials to set up, test, and validate the functionality of Polkadot-SDK blockchains, using tools and methods that streamline testing. -hide: - - feedback template: index-page.html ---