Skip to content

Commit b1e8d5d

Browse files
matifaliblink-so[bot]EdwardAngert
authored
docs: remove beta label from Coder Desktop (#18651)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: Edward Angert <[email protected]>
1 parent 851cda5 commit b1e8d5d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,16 +258,14 @@
258258
},
259259
{
260260
"title": "Coder Desktop",
261-
"description": "Use Coder Desktop to access your workspace like it's a local machine",
261+
"description": "Transform remote workspaces into seamless local development environments with no port forwarding required",
262262
"path": "./user-guides/desktop/index.md",
263263
"icon_path": "./images/icons/computer-code.svg",
264-
"state": ["beta"],
265264
"children": [
266265
{
267266
"title": "Coder Desktop connect and sync",
268267
"description": "Use Coder Desktop to manage your workspace code and files locally",
269-
"path": "./user-guides/desktop/desktop-connect-sync.md",
270-
"state": ["beta"]
268+
"path": "./user-guides/desktop/desktop-connect-sync.md"
271269
}
272270
]
273271
},

docs/user-guides/desktop/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Coder Desktop (Beta)
1+
# Coder Desktop
22

3-
Use Coder Desktop to work on your workspaces as though they're on your LAN, no
4-
port-forwarding required.
3+
Coder Desktop provides seamless access to your remote workspaces without the need to install a CLI or configure manual port forwarding.
4+
Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.
55

66
> [!NOTE]
77
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.

docs/user-guides/workspace-access/remote-desktops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ coder port-forward <workspace-name> --tcp 3399:3389
4242
Then, connect to your workspace via RDP at `localhost:3399`.
4343
![windows-rdp](../../images/ides/windows_rdp_client.png)
4444

45-
### RDP with Coder Desktop (Beta)
45+
### RDP with Coder Desktop
4646

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

0 commit comments

Comments
 (0)