diff --git a/docs/accessibility-android-test.md b/docs/accessibility-android-test.md index 4968a2d1f..4b40bfdb1 100644 --- a/docs/accessibility-android-test.md +++ b/docs/accessibility-android-test.md @@ -1,7 +1,7 @@ --- id: accessibility-android-test title: Automation Tests with Accessibility Tool using Android -sidebar_label: Android +sidebar_label: Automation description: Use LambdaTest Accessibility DevTools to detect and report accessibility issues with automation, following WCAG guidelines. keywords: - LambdaTest diff --git a/sidebars.js b/sidebars.js index a652e3692..20238460d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1591,149 +1591,166 @@ module.exports = { { type: "category", collapsed: true, - label: "Accessibility DevTools", - link: { - type: "doc", - id: "accessibility-devtools", - }, + label: "Accessibility Web", items: [ - { - type: "doc", - label: "Install Accessibility Toolkit", - id: "accessibility-testing-install-devtools", - }, - { - type: "doc", - label: "Run a Quck Scan", - id: "accessibility-testing-run-quick-scan", - }, - { type: "category", collapsed: true, - label: "Scanning Methods", + label: "DevTools", + link: { + type: "doc", + id: "accessibility-devtools", + }, items: [ { type: "doc", - label: "Workflow Scanner", - id: "accessibility-testing-workflow-scanner", + label: "Install Accessibility Toolkit", + id: "accessibility-testing-install-devtools", }, { type: "doc", - label: "Full Page Scanner", - id: "accessibility-testing-full-page-scanner", + label: "Run a Quck Scan", + id: "accessibility-testing-run-quick-scan", }, + { - type: "doc", - label: "Partial Page Scanner", - id: "accessibility-testing-partial-page-scanner", + type: "category", + collapsed: true, + label: "Scanning Methods", + items: [ + { + type: "doc", + label: "Workflow Scanner", + id: "accessibility-testing-workflow-scanner", + }, + { + type: "doc", + label: "Full Page Scanner", + id: "accessibility-testing-full-page-scanner", + }, + { + type: "doc", + label: "Partial Page Scanner", + id: "accessibility-testing-partial-page-scanner", + }, + { + type: "doc", + label: "Multi Page Scanner", + id: "accessibility-testing-multi-page-scanner", + }, + { + type: "doc", + label: "Keybaord Scan", + id: "accessibility-keyboard-scan", + }, + ], }, { type: "doc", - label: "Multi Page Scanner", - id: "accessibility-testing-multi-page-scanner", + label: "Configure Settings", + id: "accessibility-devtools-settings", }, { type: "doc", - label: "Keybaord Scan", - id: "accessibility-keyboard-scan", + label: "Update DevTools", + id: "accessibility-update-devtools-extension", }, ], }, - { - type: "doc", - label: "Configure Settings", - id: "accessibility-devtools-settings", - }, - { - type: "doc", - label: "Update DevTools", - id: "accessibility-update-devtools-extension", - }, - ], - }, - { - type: "category", - collapsed: true, - label: "Accessibility Automation", - link: { - type: "doc", - id: "accessibility-automation", - }, - items: [ { type: "category", collapsed: true, - label: "Standard Grid", + label: "Automation", + link: { + type: "doc", + id: "accessibility-automation", + }, items: [ { - type: "doc", - label: "Selenium", - id: "accessibility-automation-test", + type: "category", + collapsed: true, + label: "Standard Grid", + items: [ + { + type: "doc", + label: "Selenium", + id: "accessibility-automation-test", + }, + { + type: "category", + collapsed: true, + label: "Cypress", + items: [ + "cypress-v10-accessibility-test", + "cypress-v9-accessibility-test", + ], + }, + { + type: "doc", + label: "Playwright", + id: "playwright-accessibility-test", + }, + ], }, { type: "category", collapsed: true, - label: "Cypress", + label: "HyperExecute", items: [ - "cypress-v10-accessibility-test", - "cypress-v9-accessibility-test", + { + type: "doc", + label: "Selenium", + id: "selenium-hyprerexecute-accessibility-tests", + }, + { + type: "category", + collapsed: true, + label: "Cypress", + items: [ + "cypress-v10-hyprerexecute-accessibility-tests", + "cypress-v9-hyprerexecute-accessibility-tests", + ], + }, ], }, { type: "doc", - label: "Playwright", - id: "playwright-accessibility-test", + label: "Accessibility Automation Settings", + id: "accessibility-automation-settings", }, ], }, { type: "category", collapsed: true, - label: "HyperExecute", + label: "Test Scheduling", + link: { + type: "doc", + id: "accessibility-test-scheduling", + }, items: [ - { - type: "doc", - label: "Selenium", - id: "selenium-hyprerexecute-accessibility-tests", - }, - { - type: "category", - collapsed: true, - label: "Cypress", - items: [ - "cypress-v10-hyprerexecute-accessibility-tests", - "cypress-v9-hyprerexecute-accessibility-tests", - ], - }, + "accessibility-test-scheduling-scan", + "accessibility-test-scheduling-edit", ], - }, + ] + }, + { + type: "category", + collapsed: true, + label: "Accessibility App", + items: [ { type: "doc", - label: "Android", + label: "Automation", id: "accessibility-android-test", - }, - { - type: "doc", - label: "Accessibility Automation Settings", - id: "accessibility-automation-settings", - }, - ], + ] }, { - type: "category", - collapsed: true, - label: "Accessibility Test Scheduling", - link: { - type: "doc", - id: "accessibility-test-scheduling", - }, - items: [ - "accessibility-test-scheduling-scan", - "accessibility-test-scheduling-edit", - ], + type: "doc", + label: "Screen Reader", + id: "screen-reader-on-accessibility", }, { type: "doc", @@ -1741,11 +1758,6 @@ module.exports = { id: "accessibility-mcp-server", }, - { - type: "doc", - label: "Screen Reader", - id: "screen-reader-on-accessibility", - }, { type: "category", collapsed: true,