From 4e19facb3a1fb8ea7e36d4f51d64221e3f6e65f4 Mon Sep 17 00:00:00 2001 From: RushilK7 Date: Fri, 10 Oct 2025 12:58:26 +0530 Subject: [PATCH 1/2] spell fix --- docs/hyperexecute-python-use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperexecute-python-use-cases.md b/docs/hyperexecute-python-use-cases.md index bff744bf..ab1897cd 100644 --- a/docs/hyperexecute-python-use-cases.md +++ b/docs/hyperexecute-python-use-cases.md @@ -90,7 +90,7 @@ If your pipeline fails with: It means that the `requirements.txt` file might be missing or ignored in .gitignore. -**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, ther are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name. +**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, there are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name. ```bash pip install -r requirements.txt --cache-dir CacheDir From 8d0433832b59af4dc5a7cae70a946994ab1a3242 Mon Sep 17 00:00:00 2001 From: RushilK7 Date: Fri, 10 Oct 2025 13:05:28 +0530 Subject: [PATCH 2/2] Mobile fix --- sidebars.js | 58 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 22 deletions(-) diff --git a/sidebars.js b/sidebars.js index ce3acbb2..e6bc2578 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3209,18 +3209,47 @@ module.exports = { }, { type: "category", - label: "Mobile SDKs", + label: "Mobile Testing", collapsed: true, items: [ { - type: "doc", - label: "Appium SDK", - id: "smartui-appium-sdk", + type: "category", + label: "Mobile SDKs", + collapsed: true, + items: [ + { + type: "doc", + label: "Appium SDK", + id: "smartui-appium-sdk", + }, + { + type: "doc", + label: "Appium Java SDK", + id: "smartui-appium-java-sdk", + }, + ], }, { - type: "doc", - label: "Appium Java SDK", - id: "smartui-appium-java-sdk", + type: "category", + label: "Mobile Hooks", + collapsed: true, + items: [ + { + type: "doc", + label: "Appium Hooks", + id: "smartui-appium-hooks", + }, + { + type: "doc", + label: "Espresso Hooks", + id: "espresso-visual-regression", + }, + { + type: "doc", + label: "XCUI Hooks", + id: "xcui-visual-regression", + }, + ], }, ], }, @@ -3251,21 +3280,6 @@ module.exports = { label: "Puppeteer Hooks", id: "puppeteer-visual-regression", }, - { - type: "doc", - label: "Appium Hooks", - id: "smartui-appium-hooks", - }, - { - type: "doc", - label: "Espresso Hooks", - id: "espresso-visual-regression", - }, - { - type: "doc", - label: "XCUI Hooks", - id: "xcui-visual-regression", - }, ], }, {