Skip to content

Commit adbd3b4

Browse files
committed
fix failed deployment
1 parent 581957c commit adbd3b4

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed
File renamed without changes.

docs/mobile-apps/rdc-access-api/introduction.md renamed to docs/dev/api/rdc-access-api/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ sidebar_label: Introduction
1010
Access is available for customers with **Private Devices** only. The API specification is subject to change as we refine the product.
1111
:::
1212

13-
The **Real Device Access API** is your direct doorway to Sauce Labs’ private device fleet.
14-
Instead of wiring every workflow through Appium, Espresso and XCTest, you reserve a device once, interact with it over HTTP/WebSockets, and decide how to drive automation, debugging, or observability.
13+
The **Real Device Access API** is your direct doorway to Sauce Labs’ private device fleet. Instead of wiring every workflow through test-frameworks, you reserve a device once, interact with it over HTTP/WebSockets, and decide how to drive automation, debugging, or observability.
1514

1615
Historically, accessing real devices meant depending on a specific framework like Appium, XCTest, XCUITest, or Espresso. The Access API removes that dependency by exposing our infrastructure through standard protocols so you can build your own testing, validation, or monitoring solutions—without running a physical lab.
1716

File renamed without changes.
File renamed without changes.

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,12 @@ module.exports = {
706706
{
707707
type: 'category',
708708
label: 'Access API v2',
709-
collapsed: true,
709+
collapsed: false,
710710
items: [
711-
'mobile-apps/rdc-access-api/real-device-access-api-introduction',
712-
'mobile-apps/rdc-access-api/real-device-access-api-integration-guide',
713-
'mobile-apps/rdc-access-api/real-device-access-api-local-appium',
714-
'mobile-apps/rdc-access-api/real-device-access-api-sauce-hosted-appium',
711+
'dev/api/rdc-access-api/real-device-access-api-introduction',
712+
'dev/api/rdc-access-api/real-device-access-api-integration-guide',
713+
'dev/api/rdc-access-api/real-device-access-api-local-appium',
714+
'dev/api/rdc-access-api/real-device-access-api-sauce-hosted-appium',
715715
],
716716
},
717717
'dev/api/rdc',

0 commit comments

Comments
 (0)