-
Notifications
You must be signed in to change notification settings - Fork 928
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
matifali
commented
Jun 27, 2025
- 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
- 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]>
…position - Highlight the power of remote development (GPUs, specialized CPUs, HPC clusters) - Address specific pain points developers face with CLI-based workflows - Emphasize elimination of friction points (CLI installation, version management, port forwarding) - Present three key capabilities: hostname access, one-click launches, file sync - Maintain focus on security and performance for professional development Co-authored-by: matifali <[email protected]>
- Shorten introduction to be concise and documentation-appropriate - Focus on key benefits: no CLI, no port forwarding, simple hostnames - Remove blog-style content to get users to actionable content faster Co-authored-by: matifali <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made suggestions, but they're not blocking
@@ -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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping it now.
Co-authored-by: Edward Angert <[email protected]>