From c8013726c05a0172a133b4da00fba7efad751a4d Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Wed, 31 May 2023 01:13:06 +0200 Subject: [PATCH] Remove duplicate sidebar link (#1070) * probably only need one link to changelog * comma terminations standard JS config on dev portal --------- Co-authored-by: Robert Phair --- sidebars.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sidebars.js b/sidebars.js index 0b51c78cec..a9548069a8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -286,11 +286,6 @@ module.exports = { label: "Changelog", href: "/changelog", }, - { - type: "link", - label: "Changelog", - href: "/changelog", - }, ], }, };