Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0498b6

Browse files
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 experienceCo-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parentd4208d2 commitc0498b6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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 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`.
54

65
>[!NOTE]
76
>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)

[8]ページ先頭

©2009-2025 Movatter.jp