We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be2672 commit c4ebad4Copy full SHA for c4ebad4
sidebars.js
@@ -2643,9 +2643,16 @@ module.exports = {
2643
id: "getting-started-with-espresso-testing",
2644
},
2645
{
2646
- type: "doc",
+ type: "category",
2647
+ collapsed: true,
2648
label: "Supported Capabilities",
- id: "espresso-supported-capabilities",
2649
+ link: {
2650
+ type: "doc",
2651
+ id: "espresso-supported-capabilities",
2652
+ },
2653
+ items: [
2654
+ "espresso-env-variables-settings",
2655
+ ],
2656
2657
2658
type: "doc",
@@ -3471,4 +3478,4 @@ module.exports = {
3471
3478
3472
3479
],
3473
3480
3474
-};
3481
+};
0 commit comments