Skip to content

Commit 659f237

Browse files
docs: add next steps to coder desktop guide (#19975)
I ended up on the Coder Desktop docs page and thought half of it had disappeared, though it was actually tucked away behind a second page. This PR adds a next steps section to the first page that links there, as it seems very easy to miss right now.
1 parent 647101b commit 659f237

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"icon_path": "./images/icons/computer-code.svg",
287287
"children": [
288288
{
289-
"title": "Coder Desktop connect and sync",
289+
"title": "Coder Desktop Connect and Sync",
290290
"description": "Use Coder Desktop to manage your workspace code and files locally",
291291
"path": "./user-guides/desktop/desktop-connect-sync.md"
292292
}

docs/user-guides/desktop/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ brew install --cask coder/coder/coder-desktop
4444
#### Manual Installation
4545

4646
1. Download the latest release from [coder-desktop-macos releases](https://github.com/coder/coder-desktop-macos/releases)
47-
1. Drag `Coder Desktop.app` to your Applications folder
48-
1. Open from Applications directory
47+
1. Run `Coder-Desktop.pkg` and follow the prompts to install
48+
1. `Coder Desktop.app` will be installed to your Applications folder
4949

5050
</div>
5151

@@ -129,12 +129,6 @@ Open `http://your-workspace.coder:PORT` in your browser, replacing `PORT` with t
129129
- Check system permissions for network extensions
130130
- Ensure only one copy of Coder Desktop is installed
131131

132-
### Known Limitations
133-
134-
#### Secure Browser Context
135-
136-
Some web applications require HTTPS for certain features. While Coder Connect uses encrypted WireGuard tunnels, browsers may show security warnings for HTTP connections to `.coder` hostnames.
137-
138132
### Getting Help
139133

140134
If you encounter issues not covered here:
@@ -162,3 +156,7 @@ If you encounter issues not covered here:
162156
4. **Remove configuration** (optional): Delete `%APPDATA%\Coder Desktop`
163157

164158
</div>
159+
160+
## Next Steps
161+
162+
- [Using Coder Connect and File Sync](./desktop-connect-sync.md)

0 commit comments

Comments
 (0)