From cabdb058d84d090d3a3cb1ba0f6db1fc5b829fc9 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 16 Jun 2022 16:33:51 -0500 Subject: [PATCH 1/2] chore: add IDEs to manifest.json --- docs/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) 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": "\n\n\n", "path": "./workspaces.md" }, + { + "title": "IDEs", + "description": "Learn how to use your IDE of choice with Coder.", + "icon": "\n\n\n", + "path": "./ides.md" + }, { "title": "Contributing", "description": "Learn how to contribute to Coder.", From ee855ea4d89c3f14679d5233a614e1d8d6eb10e0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 16 Jun 2022 16:35:20 -0500 Subject: [PATCH 2/2] chore: add forward link --- docs/workspaces.md | 4 ++++ 1 file changed, 4 insertions(+) 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)