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 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", - }, ], }, {