Skip to content

Commit eb8bd86

Browse files
Updated the sidebar component to allow only one section to expand at a time, improving navigation clarity and user experience.
1 parent dbc83b9 commit eb8bd86

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

versioned_sidebars/version-3.0.0-sidebars.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{
44
"type": "category",
55
"label": "Unit Testing",
6-
"collapsed": false,
6+
"collapsed": true,
7+
"collapsible": true,
78
"items": [
89
"running-keploy/about-unit-testing",
910
{
@@ -31,7 +32,8 @@
3132
{
3233
"type": "category",
3334
"label": "Integration Testing",
34-
"collapsed": false,
35+
"collapsed": true,
36+
"collapsible": true,
3537
"items": [
3638
{
3739
"type": "category",
@@ -178,7 +180,8 @@
178180
{
179181
"type": "category",
180182
"label": "API Testing",
181-
"collapsed": false,
183+
"collapsed": true,
184+
"collapsible": true,
182185
"items": [
183186
"running-keploy/about-api-testing",
184187
"running-keploy/api-test-generator",
@@ -215,6 +218,7 @@
215218
"type": "category",
216219
"label": "Contribute",
217220
"collapsible": true,
221+
"collapsed": true,
218222
"items": [
219223
"keploy-explained/contribution-guide",
220224
"keploy-explained/docs-dev-guide",

0 commit comments

Comments
 (0)