diff --git a/docs/maintain/maintain-index.md b/docs/maintain/maintain-index.md index 94a8e50baa2d..19ec09b095e0 100644 --- a/docs/maintain/maintain-index.md +++ b/docs/maintain/maintain-index.md @@ -3,14 +3,15 @@ id: maintain-index title: Network Maintainers sidebar_label: Network Maintainers description: Reference point for network maintenance guides. -keywords: [index, reference, maintain] +keywords: [maintain, validator, collator] slug: ../maintain-index --- import DocCardList from '@theme/DocCardList'; -Welcome to the network maintainers section of the Polkadot wiki. Here you will find information and -guides to set up a node and run the network. +Welcome to the network maintainers section of the +{{ polkadot: Polkadot wiki :polkadot }}{{ kusama: Kusama Guide :kusama }}. Here you will find +information and guides to set up a node and run the network. diff --git a/kusama-guide/sidebars.js b/kusama-guide/sidebars.js index 0cca07291a44..de10ce353f54 100644 --- a/kusama-guide/sidebars.js +++ b/kusama-guide/sidebars.js @@ -624,6 +624,10 @@ module.exports = { { type: "category", label: "Maintain", + link: { + type: 'doc', + id: 'maintain/maintain-index', + }, items: [ "maintain/kusama/maintain-guides-how-to-validate-kusama", "maintain/maintain-guides-how-to-stop-validating",