From 5a5dc1583dd61085046469b75580da2ad269361e Mon Sep 17 00:00:00 2001 From: finalerock44 <77282157+finalerock44@users.noreply.github.com> Date: Thu, 28 May 2026 16:31:51 +0100 Subject: [PATCH 1/2] docs: link to internal documentation site Footnote pointing staff at the internal docs site without disrupting the customer-facing install flow at the top. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ce5400..1cf538d 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ $ dcd cloud --apiKey .myFlows/ ``` See full documentation: [Docs](https://docs.devicecloud.dev) + +--- + +*Engineering notes:* internal architecture, telemetry, and release-process docs for DeviceCloud staff live at [backoffice.devicecloud.dev/docs/services/cli/](https://backoffice.devicecloud.dev/docs/services/cli/) (Supabase OTP sign-in required). From ad9ccb04ad2a125d4a27d8656f8cec242c98677a Mon Sep 17 00:00:00 2001 From: finalerock44 <77282157+finalerock44@users.noreply.github.com> Date: Thu, 28 May 2026 16:39:12 +0100 Subject: [PATCH 2/2] docs: correct internal docs URL to bo.devicecloud.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf538d..b753833 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ See full documentation: [Docs](https://docs.devicecloud.dev) --- -*Engineering notes:* internal architecture, telemetry, and release-process docs for DeviceCloud staff live at [backoffice.devicecloud.dev/docs/services/cli/](https://backoffice.devicecloud.dev/docs/services/cli/) (Supabase OTP sign-in required). +*Engineering notes:* internal architecture, telemetry, and release-process docs for DeviceCloud staff live at [bo.devicecloud.dev/docs/services/cli/](https://bo.devicecloud.dev/docs/services/cli/) (Supabase OTP sign-in required).