From d22e5605f65a8c2053fdc43ab6aaec529605c7cc Mon Sep 17 00:00:00 2001 From: Ainvoner Date: Tue, 27 Jun 2023 13:39:24 +0300 Subject: [PATCH] fix: contributing sidebar should not include the contributing header --- .../version-latest-sidebars.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/contributing_versioned_sidebars/version-latest-sidebars.json b/contributing_versioned_sidebars/version-latest-sidebars.json index 330e1e691..cff0c94e1 100644 --- a/contributing_versioned_sidebars/version-latest-sidebars.json +++ b/contributing_versioned_sidebars/version-latest-sidebars.json @@ -1,14 +1,8 @@ { "defaultSidebar": [ { - "type": "category", - "label": "Contributing", - "items": [ - { - "type": "autogenerated", - "dirName": "." - } - ] + "type": "autogenerated", + "dirName": "." } ] }