From a4bb92305bf935dcd80ee6f180d7f6c9845c9f3c Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Sun, 1 May 2022 12:55:50 +0300 Subject: [PATCH] fix: removed unnecessary links from sidebar (#1456) --- www/docs/sidebars.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index e6e8c9c229..2178db48cb 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -192,19 +192,10 @@ module.exports = { }, ] }, - { - type: "doc", - id: "tutorial/adding-custom-functionality", - label: "Add Custom Functionality" - }, { type: "doc", id: "how-to/notification-api", }, - { - type: "doc", - id: "guides/fulfillment-api", - }, { type: "doc", id: "guides/plugins",