diff --git a/docs/images/user-guides/amazon-dcv-windows-demo.png b/docs/images/user-guides/amazon-dcv-windows-demo.png new file mode 100644 index 0000000000000..5dd2deef076f6 Binary files /dev/null and b/docs/images/user-guides/amazon-dcv-windows-demo.png differ diff --git a/docs/user-guides/workspace-access/remote-desktops.md b/docs/user-guides/workspace-access/remote-desktops.md index 65511bd67f1e8..f95d7717983ed 100644 --- a/docs/user-guides/workspace-access/remote-desktops.md +++ b/docs/user-guides/workspace-access/remote-desktops.md @@ -58,3 +58,12 @@ requires just a few lines of Terraform in your template, see the documentation on our registry for setup. ![Web RDP Module in a Workspace](../../images/user-guides/web-rdp-demo.png) + +## Amazon DCV Windows + +Our [Amazon DCV Windows](https://registry.coder.com/modules/amazon-dcv-windows) +module adds a one-click button to open an Amazon DCV session in the browser. +This requires just a few lines of Terraform in your template, see the +documentation on our registry for setup. + +![Amazon DCV Windows Module in a Workspace](../../images/user-guides/amazon-dcv-windows-demo.png) diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index b99585ab34b3f..bb1754ff8d9f7 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -25,6 +25,7 @@ "database.svg", "datagrip.svg", "dataspell.svg", + "dcv.svg", "debian.svg", "desktop.svg", "discord.svg", diff --git a/site/static/icon/dcv.svg b/site/static/icon/dcv.svg new file mode 100644 index 0000000000000..6a73c7b911394 --- /dev/null +++ b/site/static/icon/dcv.svg @@ -0,0 +1 @@ + \ No newline at end of file