Skip to content

Commit

Permalink
fixed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Mar 14, 2024
1 parent 490bf5a commit e27e6df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/maintain/maintain-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<DocCardList />

Expand Down
4 changes: 4 additions & 0 deletions kusama-guide/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e27e6df

Please sign in to comment.