Skip to content

Commit c289c84

Browse files
docs: update web docs for Factory App research preview
- Rename 'Web Platform' section to 'Factory App' - Remove Factory Bridge documentation (replaced by desktop app) - Remove Remote Workspaces documentation (replaced by desktop app) - Update overview and quickstart for new app experience - Add download links for Mac and Windows - Add redirects for old Bridge and Remote Workspaces URLs - Add keywords for SEO (bridge, remote workspaces) - Add note explaining Bridge/Remote Workspaces replacement Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 3079b4a commit c289c84

File tree

12 files changed

+43
-410
lines changed

12 files changed

+43
-410
lines changed

docs/docs.json

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,7 @@
139139
"web/getting-started/overview",
140140
"web/getting-started/quickstart",
141141
"web/integrations/linear",
142-
"web/integrations/slack",
143-
{
144-
"group": "Remote Workspaces",
145-
"pages": [
146-
"web/machine-connection/remote-workspaces/index",
147-
"web/machine-connection/remote-workspaces/installation-and-usage",
148-
"web/machine-connection/remote-workspaces/setup-script",
149-
"web/machine-connection/remote-workspaces/best-practices",
150-
"web/machine-connection/remote-workspaces/troubleshooting"
151-
]
152-
}
142+
"web/integrations/slack"
153143
]
154144
},
155145
{
@@ -485,23 +475,43 @@
485475
},
486476
{
487477
"source": "/user-guides/remote-workspaces",
488-
"destination": "/web/machine-connection/remote-workspaces"
478+
"destination": "/web/getting-started/overview"
489479
},
490480
{
491481
"source": "/user-guides/remote-workspaces/best-practices",
492-
"destination": "/web/machine-connection/remote-workspaces/best-practices"
482+
"destination": "/web/getting-started/overview"
493483
},
494484
{
495485
"source": "/user-guides/remote-workspaces/custom-commands",
496-
"destination": "/web/machine-connection/remote-workspaces/setup-script"
486+
"destination": "/web/getting-started/overview"
497487
},
498488
{
499489
"source": "/user-guides/remote-workspaces/installation-and-usage",
500-
"destination": "/web/machine-connection/remote-workspaces/installation-and-usage"
490+
"destination": "/web/getting-started/overview"
501491
},
502492
{
503493
"source": "/user-guides/remote-workspaces/troubleshooting",
504-
"destination": "/web/machine-connection/remote-workspaces/troubleshooting"
494+
"destination": "/web/getting-started/overview"
495+
},
496+
{
497+
"source": "/web/machine-connection/remote-workspaces/index",
498+
"destination": "/web/getting-started/overview"
499+
},
500+
{
501+
"source": "/web/machine-connection/remote-workspaces/installation-and-usage",
502+
"destination": "/web/getting-started/overview"
503+
},
504+
{
505+
"source": "/web/machine-connection/remote-workspaces/setup-script",
506+
"destination": "/web/getting-started/overview"
507+
},
508+
{
509+
"source": "/web/machine-connection/remote-workspaces/best-practices",
510+
"destination": "/web/getting-started/overview"
511+
},
512+
{
513+
"source": "/web/machine-connection/remote-workspaces/troubleshooting",
514+
"destination": "/web/getting-started/overview"
505515
},
506516
{
507517
"source": "/user-guides/sessions-in-factory/chat-interface",

docs/enterprise/models-llm-gateways-and-integrations.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Common patterns include:
135135
- Running Droid in GitHub Actions, GitLab CI, or internal pipelines for tasks like code review, refactoring, and migration.
136136
- Use separate identities and credentials for CI compared to developers.
137137

138-
- **Remote workspaces and VMs**
139-
- Connecting to remote machines via secure remote workspaces.
140-
- Running Droid in locked‑down remote environments while providing a desktop or browser‑based UX.
138+
- **Remote and locked-down environments**
139+
- Running Droid in air-gapped or restricted environments.
140+
- Supporting desktop and browser-based interfaces for secure enterprise deployments.
141141

142142
Across all of these, the same enterprise controls apply: **models, tools, MCP servers, and telemetry are constrained by org and project policy, not by the IDE or environment**.

docs/enterprise/network-and-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this pattern, Droid runs on developer machines and build infrastructure, whil
2121
<Card title="Where Droid runs" icon="terminal">
2222
- Developer laptops and workstations
2323
- CI/CD runners (GitHub, GitLab, internal)
24-
- Optional devcontainers or remote workspaces
24+
- Optional devcontainers or remote development environments
2525
</Card>
2626
<Card title="What lives in Factory cloud" icon="cloud">
2727
- Control plane and org metadata

docs/onboarding/configuring-your-review-droid/review-droid-guidelines.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ This feedback loop ensures that the guidelines evolve over time based on real-wo
124124

125125
By setting up effective Review Droid Guidelines, you can significantly enhance the quality and consistency of your code reviews. Remember to start with a few key guidelines and gradually expand as you learn what works best for your team and project.
126126

127-
<Card title="Next: Cloud Development Environments" icon="cloud" href="/web/machine-connection/remote-workspaces/installation-and-usage">
128-
Learn how to set up Cloud Development Environments for optimal Droid performance
127+
<Card title="Next: Factory App" icon="rocket" href="/web/getting-started/overview">
128+
Get started with the Factory App for desktop
129129
</Card>

docs/web/agent-readiness/dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ There are two ways to refresh a readiness evaluation:
102102

103103
1. Navigate to the repository detail page
104104
2. Click the **Refresh** button in the header
105-
3. A new session starts on a remote workspace for the repo
105+
3. A new session starts to evaluate the repository
106106
4. Once done, the dashboard will update with results from the latest report
107107

108108
### From the CLI

docs/web/getting-started/overview.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview
33
sidebarTitle: Overview
44
description: If it can be done on a computer, it can be done with a Droid.
5-
keywords: ['factory app', 'desktop app', 'droid', 'factory bridge', 'bridge', 'local machine', 'download', 'install', 'mac', 'windows', 'ai coding', 'coding assistant']
5+
keywords: ['factory app', 'desktop app', 'droid', 'factory bridge', 'bridge', 'remote workspaces', 'cloud workspaces', 'local machine', 'download', 'install', 'mac', 'windows', 'ai coding', 'coding assistant']
66
---
77

88
<Note>
@@ -29,7 +29,6 @@ Install, sign in, set your working directory, and start building. [Try the quick
2929

3030
- **Native desktop experience**: A dedicated app with Droid built-in — no browser tabs, no setup complexity. Just download and start coding.
3131
- **Local machine connection**: Work directly on your local filesystem with full access to your development environment, tools, and workflows.
32-
- **Cloud workspaces**: Spin up remote development environments when you need isolated, powerful compute without touching your local machine.
3332
- **Deep codebase understanding**: Droid leverages your project context, documentation, and team knowledge to provide contextually aware assistance.
3433
- **Engineering system integration**: Connect to Jira, Notion, Slack, Linear, PagerDuty, and more — so development work stays synchronized with your team.
3534

@@ -50,14 +49,14 @@ Install, sign in, set your working directory, and start building. [Try the quick
5049
Get up and running in 5 minutes
5150
</Card>
5251
<Card
53-
title="Remote Workspaces"
54-
icon="cloud"
55-
href="/web/machine-connection/remote-workspaces/index"
52+
title="Integrations"
53+
icon="plug"
54+
href="/web/integrations/linear"
5655
>
57-
Set up cloud development environments
56+
Connect Slack, Linear, and other tools
5857
</Card>
5958
</CardGroup>
6059

6160
<Note>
62-
**Looking for Factory Bridge?** The Factory App replaces Factory Bridge. The desktop app now connects directly to your local machine with Droid built-in — no separate Bridge application needed.
61+
**Looking for Factory Bridge or Remote Workspaces?** The Factory App replaces both. The desktop app connects directly to your local machine with Droid built-in — no separate applications or cloud workspaces needed.
6362
</Note>

docs/web/getting-started/quickstart.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart"
33
description: "Get up and running with the Factory App in 5 minutes"
4-
keywords: ['quickstart', 'getting started', 'factory app', 'desktop app', 'droid', 'factory bridge', 'bridge', 'setup', 'install', 'download', 'local machine', 'working directory']
4+
keywords: ['quickstart', 'getting started', 'factory app', 'desktop app', 'droid', 'factory bridge', 'bridge', 'remote workspaces', 'setup', 'install', 'download', 'local machine', 'working directory']
55
---
66

77
<Note>
@@ -40,8 +40,6 @@ keywords: ['quickstart', 'getting started', 'factory app', 'desktop app', 'droid
4040
<Steps>
4141
<Step title="Set Your Working Directory">
4242
Set your working directory to your project folder. Factory connects directly to your local machine.
43-
44-
You can also use **Cloud Workspaces** for remote development environments. See [Remote Workspaces](/web/machine-connection/remote-workspaces/index) for setup.
4543
</Step>
4644

4745
<Step title="Select Your Model">
@@ -100,10 +98,10 @@ Audit this codebase for security vulnerabilities and create a remediation plan
10098
## Next Steps
10199

102100
<CardGroup cols={2}>
103-
<Card title="Remote Workspaces" icon="cloud" href="/web/machine-connection/remote-workspaces/index">
104-
Set up cloud development environments
105-
</Card>
106101
<Card title="Integrations" icon="plug" href="/web/integrations/linear">
107102
Connect Slack, Linear, and other tools
108103
</Card>
104+
<Card title="CLI" icon="terminal" href="/cli/getting-started/overview">
105+
Use Droid from your terminal
106+
</Card>
109107
</CardGroup>

docs/web/machine-connection/remote-workspaces/best-practices.mdx

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/web/machine-connection/remote-workspaces/index.mdx

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/web/machine-connection/remote-workspaces/installation-and-usage.mdx

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)