From 2c7d4513a9af074cae8dd5e663f6c36760c56296 Mon Sep 17 00:00:00 2001 From: fr1t2 Date: Tue, 30 Jan 2024 12:52:32 -0700 Subject: [PATCH] remove unused draft --- .../{qrl-integrations.md => _qrl-integrations.md} | 0 sidebars.js | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename docs/Use/Tools/Integrations/{qrl-integrations.md => _qrl-integrations.md} (100%) diff --git a/docs/Use/Tools/Integrations/qrl-integrations.md b/docs/Use/Tools/Integrations/_qrl-integrations.md similarity index 100% rename from docs/Use/Tools/Integrations/qrl-integrations.md rename to docs/Use/Tools/Integrations/_qrl-integrations.md diff --git a/sidebars.js b/sidebars.js index a14c160..a8b86da 100644 --- a/sidebars.js +++ b/sidebars.js @@ -316,7 +316,7 @@ const sidebars = { link: { type: 'generated-index', title: 'QRL Tools', - description: 'Covering QRL Tools and integrations.', + description: 'Covering QRL Tools.', slug: '/use/tools', keywords: ['use-tool'], image: '/assets/img/icons/yellow.png', @@ -430,6 +430,7 @@ const sidebars = { collapsed: true, // Set the category to be initially collapsed or open by default }, // Tools Integrations + /* { type: 'category', label: 'Integrations', @@ -446,7 +447,7 @@ const sidebars = { ], collapsible: true, // Set the category to be collapsible collapsed: true, // Set the category to be initially collapsed or open by default - }, + }, */ ], collapsible: true, // Set the category to be collapsible collapsed: true, // Set the category to be initially collapsed or open by default