Skip to content

docs: add Coder Desktop early preview documentation #16544

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

Merged
merged 32 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d3f6c25
init desktop section
EdwardAngert Feb 12, 2025
412d956
add placeholder icon
EdwardAngert Feb 12, 2025
e92191b
edit
EdwardAngert Feb 12, 2025
a29e8cc
install and configure coder desktop mac homebrew
EdwardAngert Feb 19, 2025
3fa35b4
Update docs/manifest.json
EdwardAngert Feb 19, 2025
1da456a
Update docs/user-guides/desktop/index.md
EdwardAngert Feb 20, 2025
fe3aad2
include feedback from review
EdwardAngert Feb 20, 2025
eb8b566
adjust network extension step
EdwardAngert Feb 20, 2025
653ff5a
Update docs/user-guides/desktop/index.md
EdwardAngert Feb 20, 2025
1fd186a
adjust screenshot sizes
EdwardAngert Feb 20, 2025
df06b1d
Update docs/manifest.json
EdwardAngert Feb 26, 2025
5ea3bee
Merge remote-tracking branch 'origin/main' into 16540-desktop-beta
EdwardAngert Feb 27, 2025
0356dac
temp remove windows
EdwardAngert Feb 27, 2025
3f0cb83
test alpha in manifest
EdwardAngert Feb 27, 2025
aff01a9
test eabadge
EdwardAngert Feb 27, 2025
56d916c
earlyaccess?
EdwardAngert Feb 27, 2025
ceaca40
add ping6 step
EdwardAngert Feb 27, 2025
9ddccf2
screenshot and workspace steps
EdwardAngert Feb 27, 2025
70fe6d4
Revert "temp remove windows"
EdwardAngert Feb 27, 2025
028acc4
add windows steps; update login screenshot
EdwardAngert Feb 27, 2025
72a7a77
Update docs/manifest.json
EdwardAngert Feb 27, 2025
69b7fe9
Update docs/manifest.json
EdwardAngert Feb 27, 2025
0e0e4d8
update login screenshot
EdwardAngert Feb 27, 2025
b80f539
docs changes
ethanndickson Mar 3, 2025
a96b9b4
fixup
ethanndickson Mar 3, 2025
7ad6e8b
remove note blocks
ethanndickson Mar 3, 2025
bc0c79f
beta -> alpha
ethanndickson Mar 3, 2025
1433eb1
remove unused react EA badge
ethanndickson Mar 3, 2025
56f0952
add version requirement
ethanndickson Mar 4, 2025
6a39e67
link to future v2.20
ethanndickson Mar 4, 2025
cffa373
Update Coder Desktop doc to reflect "Early Access" status
matifali Mar 4, 2025
3525e55
Add tabs for browser-specific instructions
matifali Mar 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust screenshot sizes
  • Loading branch information
EdwardAngert committed Feb 20, 2025
commit 1fd186a4f51a73aba8a4a16e4b818d1e68acec91
4 changes: 2 additions & 2 deletions docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Before you can use Coder Desktop, you will need to log in.

1. Open the Desktop menu again and select **Sign in**:

![Coder Desktop menu before the user signs in](../../images/user-guides/desktop/coder-desktop-pre-sign-in.png)
<Image height="325px" src="../../images/user-guides/desktop/coder-desktop-pre-sign-in.png" alt="Coder Desktop menu before the user signs in" align="center" />

1. In the **Sign In** window, enter your Coder deployment's URL and select **Next**:

Expand All @@ -55,7 +55,7 @@ Before you can use Coder Desktop, you will need to log in.

1. Copy the session token to the clipboard:

<Image height="472px" src="../../images/templates/coder-session-token.png" alt="Copy session token" align="center" />
<Image height="350px" src="../../images/templates/coder-session-token.png" alt="Copy session token" align="center" />

1. Paste the token in the **Session Token** box of the **Sign In** screen, then select **Sign In**:

Expand Down
Loading