Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Kusama sidebar #5687

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading