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 +};