From c4ebad4eb41a0d657607a138ba7bbbf57d835670 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 2 May 2025 13:24:39 +0530 Subject: [PATCH] updated the sidebar --- sidebars.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sidebars.js b/sidebars.js index 70fb1ccf5..94635047b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2643,9 +2643,16 @@ module.exports = { id: "getting-started-with-espresso-testing", }, { - type: "doc", + type: "category", + collapsed: true, label: "Supported Capabilities", - id: "espresso-supported-capabilities", + link: { + type: "doc", + id: "espresso-supported-capabilities", + }, + items: [ + "espresso-env-variables-settings", + ], }, { type: "doc", @@ -3471,4 +3478,4 @@ module.exports = { }, ], ], -}; \ No newline at end of file +};