From 1dab4293cfd7df0960894f8aa81d78395b30f2b4 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Mon, 8 Jul 2024 11:56:41 +0530 Subject: [PATCH] misc: Make it easier to find client drivers --- sidebars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.ts b/sidebars.ts index 0469ff67f..ec5c4c16b 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -3,6 +3,7 @@ module.exports = { "index", "installation", "using-the-repl", + "libraries", "architecture", { type: 'category', @@ -36,7 +37,6 @@ module.exports = { id: 'system/index' } }, - "libraries", { type: 'category', label: 'Resources',