From 944ee66861d64ae13b3561fb6724ca217a560419 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Fri, 5 Jan 2024 15:29:22 +0100 Subject: [PATCH] Add sidebar link to /node/initial --- docs/node/initial.mdx | 2 +- sidebars.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/node/initial.mdx b/docs/node/initial.mdx index 81319fd8e..69a6e15be 100644 --- a/docs/node/initial.mdx +++ b/docs/node/initial.mdx @@ -1,6 +1,6 @@ --- id: initial -sidebar_label: Installing an Initial Node +sidebar_label: Initial node runners --- # Installing an Initial Node diff --git a/sidebars.js b/sidebars.js index fc1c24322..e55a8cfd1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -399,6 +399,11 @@ const sidebars = { id: "node/all-configs", label: "Node and client configuration", }, + { + type: "doc", + id: "node/initial", + label: "Initial node runners", + }, { type: "html", value: "
",