Skip to content

Commit 8d04338

Browse files
committed
Mobile fix
1 parent 9354fce commit 8d04338

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

sidebars.js

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,18 +3209,47 @@ module.exports = {
32093209
},
32103210
{
32113211
type: "category",
3212-
label: "Mobile SDKs",
3212+
label: "Mobile Testing",
32133213
collapsed: true,
32143214
items: [
32153215
{
3216-
type: "doc",
3217-
label: "Appium SDK",
3218-
id: "smartui-appium-sdk",
3216+
type: "category",
3217+
label: "Mobile SDKs",
3218+
collapsed: true,
3219+
items: [
3220+
{
3221+
type: "doc",
3222+
label: "Appium SDK",
3223+
id: "smartui-appium-sdk",
3224+
},
3225+
{
3226+
type: "doc",
3227+
label: "Appium Java SDK",
3228+
id: "smartui-appium-java-sdk",
3229+
},
3230+
],
32193231
},
32203232
{
3221-
type: "doc",
3222-
label: "Appium Java SDK",
3223-
id: "smartui-appium-java-sdk",
3233+
type: "category",
3234+
label: "Mobile Hooks",
3235+
collapsed: true,
3236+
items: [
3237+
{
3238+
type: "doc",
3239+
label: "Appium Hooks",
3240+
id: "smartui-appium-hooks",
3241+
},
3242+
{
3243+
type: "doc",
3244+
label: "Espresso Hooks",
3245+
id: "espresso-visual-regression",
3246+
},
3247+
{
3248+
type: "doc",
3249+
label: "XCUI Hooks",
3250+
id: "xcui-visual-regression",
3251+
},
3252+
],
32243253
},
32253254
],
32263255
},
@@ -3251,21 +3280,6 @@ module.exports = {
32513280
label: "Puppeteer Hooks",
32523281
id: "puppeteer-visual-regression",
32533282
},
3254-
{
3255-
type: "doc",
3256-
label: "Appium Hooks",
3257-
id: "smartui-appium-hooks",
3258-
},
3259-
{
3260-
type: "doc",
3261-
label: "Espresso Hooks",
3262-
id: "espresso-visual-regression",
3263-
},
3264-
{
3265-
type: "doc",
3266-
label: "XCUI Hooks",
3267-
id: "xcui-visual-regression",
3268-
},
32693283
],
32703284
},
32713285
{

0 commit comments

Comments
 (0)