From 924bf56ba1c49ec8a2f24c2a002f66d08800691a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 12 Jul 2023 22:03:56 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(sidebars.js):=20add=20new?= =?UTF-8?q?=20category=20"Guides"=20with=20an=20item=20"loading=5Fdocument?= =?UTF-8?q?"=20to=20the=20sidebar=20to=20improve=20navigation=20and=20orga?= =?UTF-8?q?nization=20of=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/sidebars.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sidebars.js b/docs/sidebars.js index 6a0c31b68..906b1fa9d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -21,6 +21,12 @@ module.exports = { "guidelines/collection", ], }, + { + type: "category", + label: "Guides", + collapsed: false, + items: ["guides/loading_document"], + }, // { // type: 'category', // label: 'Components',