- Notifications
You must be signed in to change notification settings - Fork928
docs: remove beta label from Coder Desktop#18651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -258,16 +258,14 @@ | ||
}, | ||
{ | ||
"title": "Coder Desktop", | ||
"description": "Transform remote workspaces into seamless local development environments with no port forwarding required", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
"path": "./user-guides/desktop/index.md", | ||
"icon_path": "./images/icons/computer-code.svg", | ||
"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" | ||
} | ||
] | ||
}, | ||
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,7 +1,6 @@ | ||||||||
# Coder Desktop | ||||||||
Coder Desktop provides seamless access to your remote workspaces without CLI installation or manual port forwarding. Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||||
> [!NOTE] | ||||||||
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later. | ||||||||
Uh oh!
There was an error while loading.Please reload this page.