diff --git a/docs/manifest.json b/docs/manifest.json
index 3a346b5858cea..b30acab1adbcc 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -38,6 +38,12 @@
"icon": "",
"path": "./workspaces.md"
},
+ {
+ "title": "IDEs",
+ "description": "Learn how to use your IDE of choice with Coder.",
+ "icon": "",
+ "path": "./ides.md"
+ },
{
"title": "Contributing",
"description": "Learn how to contribute to Coder.",
diff --git a/docs/workspaces.md b/docs/workspaces.md
index 99c9405a7d125..5e3a7a8f20eaa 100644
--- a/docs/workspaces.md
+++ b/docs/workspaces.md
@@ -55,3 +55,7 @@ The workspace will be stopped and started:
```sh
coder update
```
+
+---
+
+Next: [IDEs](./ides.md)