From a85b39e04891f09e99a087f6a6bc7f35ff905022 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 26 Sep 2023 10:33:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(sidebars.js):=20comment?= =?UTF-8?q?=20out=20"guidelines/api"=20section=20to=20temporarily=20remove?= =?UTF-8?q?=20it=20from=20the=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ℹ️ The "guidelines/api" section is temporarily removed from the sidebar to prevent confusion and ensure consistency while it is being updated or revised. --- docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 116e54616..166d72f22 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,7 +17,7 @@ module.exports = { collapsed: false, items: [ "guidelines/login", - "guidelines/api", + // "guidelines/api", "guidelines/components", "guidelines/features", "guidelines/collection",