Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Remove beta label from Coder Desktop for GA release
- Remove (Beta) from Coder Desktop documentation titles
- Update landing page with enhanced feature value proposition
- Remove beta state from manifest.json entries
- Update descriptions to highlight seamless local development experience

Co-authored-by: matifali <[email protected]>
  • Loading branch information
blink-so[bot] and matifali committed Jun 27, 2025
commit c0498b657c9e5332154872c541c358590a83b9b5
6 changes: 2 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,14 @@
},
{
"title": "Coder Desktop",
"description": "Use Coder Desktop to access your workspace like it's a local machine",
"description": "Transform remote workspaces into seamless local development environments with no port forwarding required",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can try it, but it's not accurate - the remote workspace is not affected by your use of Desktop.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping it now.

"path": "./user-guides/desktop/index.md",
"icon_path": "./images/icons/computer-code.svg",
"state": ["beta"],
"children": [
{
"title": "Coder Desktop connect and sync",
"description": "Use Coder Desktop to manage your workspace code and files locally",
"path": "./user-guides/desktop/desktop-connect-sync.md",
"state": ["beta"]
"path": "./user-guides/desktop/desktop-connect-sync.md"
}
]
},
Expand Down
5 changes: 2 additions & 3 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Coder Desktop (Beta)
# Coder Desktop

Use Coder Desktop to work on your workspaces as though they're on your LAN, no
port-forwarding required.
Coder Desktop transforms your remote workspaces into seamless local development environments. Work on your cloud workspaces as if they're running directly on your machine—no port forwarding, no complex networking setup, and no performance compromises. With Coder Desktop, you get the full power of cloud computing with the familiar experience of local development, enabling you to access files, run applications, and connect to services using simple workspace hostnames like `myworkspace.coder`.

> [!NOTE]
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/workspace-access/remote-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coder port-forward <workspace-name> --tcp 3399:3389
Then, connect to your workspace via RDP at `localhost:3399`.
![windows-rdp](../../images/ides/windows_rdp_client.png)

### RDP with Coder Desktop (Beta)
### RDP with Coder Desktop

[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
There is no need for port forwarding when it is enabled.
Expand Down
Loading