From dcb2900ba8166ea2a8726cbf3bf71b24ed87d712 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 24 Jun 2024 12:22:19 -0300 Subject: [PATCH] Removed margin from Notion category --- docs/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sidebars.js b/docs/sidebars.js index 40f07baa0..56ff8cdcc 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -148,6 +148,7 @@ module.exports = { { type: "category", label: "Notion", + className: "margin-top-0", items: [ "integrations/notion/intro", "integrations/notion/setup",