From c0cdbd025e33ae6c2c353ce624a4465ad30ff579 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 10 Nov 2022 18:43:04 +0200 Subject: [PATCH] docs: fix duplicate labels (#2589) --- www/docs/sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 48a5d66ba4..72214c8b38 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -22,7 +22,8 @@ module.exports = { }, { type: "doc", - id: "introduction" + id: "introduction", + label: "Introduction", }, { type: "doc",