Skip to content

Commit c4ebad4

Browse files
updated the sidebar
1 parent 6be2672 commit c4ebad4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

sidebars.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,9 +2643,16 @@ module.exports = {
26432643
id: "getting-started-with-espresso-testing",
26442644
},
26452645
{
2646-
type: "doc",
2646+
type: "category",
2647+
collapsed: true,
26472648
label: "Supported Capabilities",
2648-
id: "espresso-supported-capabilities",
2649+
link: {
2650+
type: "doc",
2651+
id: "espresso-supported-capabilities",
2652+
},
2653+
items: [
2654+
"espresso-env-variables-settings",
2655+
],
26492656
},
26502657
{
26512658
type: "doc",
@@ -3471,4 +3478,4 @@ module.exports = {
34713478
},
34723479
],
34733480
],
3474-
};
3481+
};

0 commit comments

Comments
 (0)